Emulator Issues #10203
closedmario galaxy flower render error
0%
Description
Game Name?
Super Mario Galaxy
Game ID?
RMGE01
MD5 Hash?
115329800dc820449b5c0ba034b00966
What's the problem? Describe what went wrong.
all flowers in honeyhive galaxy are see thru making some parts unplayably hard
What steps will reproduce the problem?
get to the second galaxyy and go to the closest flower
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/4.0/3.5
no
What are your PC specifications? (CPU, GPU, Operating System, more)
mac osx 10.11.6
cpu: 2.7 GHz Intel Core i5
gpu: intel iris pro 1536 mb
Is there any other relevant information? (e.g. logs, screenshots,
configuration files)
[Anything else here]
Files
Updated by MayImilae over 7 years ago
No images? :(
EDIT: Oh it's probably because you are on a mac. Can you show us the error please?
Updated by legomeaker101 over 7 years ago
MayImilae wrote:
No images? :(
EDIT: Oh it's probably because you are on a mac. Can you show us the error please?
no error just glitchy
Updated by kanepyork over 7 years ago
Note also the odd rectangles in the screenshot.
@lego Just in case, can you check one of the recent master builds for this issue?
Updated by legomeaker101 over 7 years ago
kanepyork wrote:
Note also the odd rectangles in the screenshot.
@lego Just in case, can you check one of the recent master builds for this issue?
I already did same problem
Updated by legomeaker101 over 7 years ago
- File RMGE01-3.png RMGE01-3.png added
same problem with these grates
Updated by ligfx over 7 years ago
@legomeaker101 Could you upload a save file or a FIFO log, if you don't mind? Dolphin refuses to play the uploaded input movie for me (the IsDiscInside() assertion in DVDInterface is failing, for whatever reason).
Updated by legomeaker101 over 7 years ago
ligfx wrote:
@legomeaker101 Could you upload a save file or a FIFO log, if you don't mind? Dolphin refuses to play the uploaded input movie for me (the IsDiscInside() assertion in DVDInterface is failing, for whatever reason).
here:https://drive.google.com/drive/folders/0B8B-zbKq59eVWEtkV3F0UGNHeUU?usp=sharing
Updated by ligfx over 7 years ago
That's great, thanks. I can reproduce this issue on macOS 10.12.4 with an Intel Iris 1536MB. Also of possible interest is that turning off Fast Depth Calculation breaks this game completely (screenshot attached).
Updated by ligfx over 7 years ago
Based on HdkR's hunch about the alpha test, I played around with the code and found that the problem can be fixed by commenting out discard;
in PixelShaderGen's alpha test, or by removing the bpmem.UseEarlyDepthTest()
requirement for the ZCOMPLOC hack (so you'd have uid_data->alpha_test_use_zcomploc_hack = bpmem.zmode.updateenable && !g_ActiveConfig.backend_info.bSupportsEarlyZ && !bpmem.genMode.zfreeze;
). I don't really understand what the consequences of these are though.
Updated by legomeaker101 over 7 years ago
ligfx wrote:
Based on HdkR's hunch about the alpha test, I played around with the code and found that the problem can be fixed by commenting out
discard;
in PixelShaderGen's alpha test, or by removing thebpmem.UseEarlyDepthTest()
requirement for the ZCOMPLOC hack (so you'd haveuid_data->alpha_test_use_zcomploc_hack = bpmem.zmode.updateenable && !g_ActiveConfig.backend_info.bSupportsEarlyZ && !bpmem.genMode.zfreeze;
). I don't really understand what the consequences of these are though.
How do I do this (I know very little about code)
Updated by JMC4789 about 4 years ago
- Status changed from New to Invalid
As with the other duplicates of this issue, this is a driver issue in macOS.