Emulator Issues #11337
closedUsing Null Video on Android Makes Cached Shaders Incompatible with Vulkan/OpenGL, Resulting in Instant Crashes.
0%
Description
Game Name?
Paper Mario: The Thousand Year Door - G8ME01
MD5 Hash? (right click the game in the game list, properties, info tab, MD5 Hash: Compute)
Even if MD5 check was in the Android build I probably wouldn't go through the trouble of retyping it or figuring out how to copy/paste it.
db9a997a617ee03bbc32336d6945ec02
What's the problem? Describe what went wrong.
I used null backend to get past some bounding box effects so I could troll users on the android forums about how awesome my phone was and how I was in-game but then Dolphin went and got me back with this.
What steps will reproduce the problem?
Run any game in null backend. Then try to run it in OpenGL/Vulkan, probably in GLES mode.
Is the issue present in the latest development version? For future reference, please also write down the version number of the latest development version.
5.0-8527
Is the issue present in the latest stable version?
5.0 did not release on android
If the issue isn't present in the latest stable version, which is the first broken version? (You can find the first broken version by bisecting. Windows users can use the tool https://forums.dolphin-emu.org/Thread-green-notice-development-thread-unofficial-dolphin-bisection-tool-for-finding-broken-builds and anyone who is building Dolphin on their own can use git bisect.)
Every single version of Dolphin of all time.
What are your PC specifications? (CPU, GPU, Operating System, more)
One Plus 5, SD835, June 14th 2018 driver (OpenGLES 3.2)
Is there anything else that can help developers narrow down the issue? (e.g. logs, screenshots,
configuration files, savefiles, savestates)
I could provide shaders if necessary.
Updated by Stenzek over 6 years ago
- Status changed from New to Fix pending
Both the underlying cause and the null creating shader caches in the first place, should be fixed by https://github.com/dolphin-emu/dolphin/pull/7496
Updated by JosJuice over 6 years ago
- Status changed from Fix pending to Fixed
- Fixed in set to 5.0-8903
Updated by JosJuice over 6 years ago
- Has duplicate Emulator Issues #11183: Using Null Renderer creates .uidchache that crashes Dolphin on game boot. added