Emulator Issues #8896
closedGoldenEye Rogue Agent : Invisible menu/system text (NTSC-J)
0%
Description
Game Name?
GoldenEye: Rogue Agent a.k.a GoldenEye: "Dark" Agent in Japan
Game ID?
GGIJ13
What's the problem? Describe what went wrong in few words.
Menu and system text are invisible in D3D/OGL expect in-game text.
I think maybe it visible in Software Renderer.
Because software renderer shown copyright text but the game stuck there, so I can't check other text.
on 4.0.2
Title Screen (OGL): http://imgur.com/5PHc6QDs
Name Entry (OGL): http://imgur.com/DfVY5D7
on 5.0-RC-19
Title Screen (OGL): http://imgur.com/rMZkTdY
Title Screen (D3D): http://imgur.com/HWn55Fps
Title Screen (Software): http://imgur.com/gLULRg7
Name Entry(OGL) : http://imgur.com/iZfEyCD
In-game text normally shows(D3D): http://imgur.com/Ovky9En
Which versions of Dolphin did you test on?
Does using an older version of Dolphin solve your issue? If yes, which
versions of Dolphin used to work?
5.0-RC-19 - Broken
4.0-7409 - Broken
4.0-6597 - Broken
4.0-6585 - Works
4.0.2 - Works
What are your PC specifications?
Win7 x64 / i5-2500K / GTX570 / 12GB RAM
Is there any other relevant information?
Already Tried Settings
- Change Video API - D3D/OGL/Software Render
- Store EBF copies to Texture Only - Enable/Disable
- Safe Cache (change to left/middle of slider)
- Change XFB - Virtual/Real/Disable
- Force console as NTSC-J - Enable/Disable
- Override language on NTSC games - Enable/Disable
Files
Updated by danbsky about 9 years ago
Oops, fix image links.
on 4.0.2
Title Screen (OGL): http://imgur.com/5PHc6QD
on 5.0-RC-19
Title Screen (D3D): http://imgur.com/HWn55Fp
Updated by PEmu about 9 years ago
Can you find the version where it stops working?
Updated by JMC4789 about 9 years ago
- Regression changed from No to Yes
Can we get a 3 frame fifolog please?
Updated by danbsky about 9 years ago
- File goldeneye_fifo.zip goldeneye_fifo.zip added
Here you are. recorded on 5.0-rc-25
title: http://imgur.com/4X78DUS
name_entry: http://imgur.com/yt9wn5l
p.s. "Request Entity Too Large" message is shown when I tried attach fifo logs directly. (these logs are less than 2MB)
check client_max_body_size or other server settings please.
Updated by hk.konpie about 9 years ago
Try set 'Fast Depth Calulation' to diable both D3D & OGL.
I tested your fifolog. probably works.
Sorry, my bad English.
Updated by danbsky about 9 years ago
Hmm...
Still an issue with 4.0-7636 using default settings + disable Fast Depth Calculation.
Do I need any other settings?
Updated by JMC4789 about 9 years ago
- Assignee set to Armada
- Priority changed from Normal to High
Upping priority because you provided the fifolog necessary for debugging.
Updated by Armada almost 9 years ago
Fixed in the following PR: https://github.com/dolphin-emu/dolphin/pull/3439
Updated by JosJuice almost 9 years ago
- Status changed from New to Fix pending
- Milestone set to Current
Updated by danbsky almost 9 years ago
It works !
Thanks to your good job.
http://imgur.com/EBIAqwB
http://imgur.com/IeLoTWq
http://imgur.com/nRS16Ah
Updated by Fog almost 9 years ago
Updated by JosJuice almost 9 years ago
- Status changed from Fix pending to Fixed
Updated by mathieui almost 8 years ago
- Status changed from Fixed to New
That bug is again visible with fast depth.
Bisecting gives me:
commit 65b5765858e67e12f6648839a49e5cb996ef84fd
Author: Jules Blok <jules.blok@gmail.com>
Date: Tue Dec 27 20:25:40 2016 +0100
VideoBackends: Clamp the range to the maximum depth value supported in the z buffer.
Oh, and I’m on PAL, unlike the original reporter, but that should not matter too much.
Updated by Armada almost 8 years ago
Looks like this slipped through FIFOCI as the Intel Mesa driver never rendered this FIFO log correctly.
That change was only made because it made sense, we could just revert the commit and take 2^24 as the maximum depth range value. Even though that is technically larger than what the GX depth buffer allows, in the end unlike GX we're not storing integers in the buffer.
Updated by ZephyrSurfer almost 4 years ago
This was originally fixed in 4.0-8666
A regression happened with fast depth.
The regression started in 5.0-1605 -> https://dolphin-emu.org/download/dev/a2e191649dd8af8823f5c7b55b2484e7d00717b9/
The regression was fixed in 5.0-2847 -> https://dolphin-emu.org/download/dev/e99cd57eb3827b246ea712e031bac3ffe92fe109/