Emulator Issues #13198
openShader Error + crash on Orange Pi 5 w Panfrost - sampler2DMSArray
0%
Description
Game Name?
Resi 4 GC
Game ID? (right click the game in the game list, Properties, Info tab)
[Put Game ID here]
G4BE08
MD5 Hash? (right click the game in the game list, Properties, Verify tab, Verify Integrity button)
ca749757e3b9d119f3feb1f9f0f81bd7
What's the problem? Describe what went wrong.
I built Dolphin from HoT github using instructions.
Build went fine.
I edited the config file to launch Dolphin with PreferGLES = True.
The only setting I did was to make sure graphics backend was OpenGL.
When I double clock on the game I get a black window followed by an error dialog,
Failed to compile vs shader: /home/fred/.local/share/dolphin-emu/Dump/bad_vs_OGL_0.txt
Debug info (Panfrost, Mali-G610 (Panfrost), OpenGL ES 3.1 Mesa 23.0.0-devel):
0:36(17): error: illegal use of reserved word `sampler2DMSArray'
0:36(17): error: syntax error, unexpected ERROR_TOK
I also reported this to the Mesa git issues page and they say the shader is incorrect to state
#version 310 es
as sampler2DMSArray is an glsl 3.2 keyword.
see their reply here:
What steps will reproduce the problem?
[Reproduction steps here]
Is the issue present in the latest development version? For future reference, please also write down the version number of the latest development version.
[Version number here]
Is the issue present in the latest stable version?
[Yes/No and version number here]
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.)
[First broken version number here (if applicable)]
If your issue is a graphical issue, please attach screenshots and record a three frame fifolog of the issue if possible. Screenshots showing what it is supposed to look like from either console or older builds of Dolphin will help too. For more information on how to use the fifoplayer, please check here: https://wiki.dolphin-emu.org/index.php?title=FifoPlayer
[Attach any fifologs if possible, write a description of fifologs and screenshots here to assist people unfamiliar with the game.]
What are your PC specifications? (CPU, GPU, Operating System, more)
[PC specs here]
Is there anything else that can help developers narrow down the issue? (e.g. logs, screenshots,
configuration files, savefiles, savestates)
[Anything else here]