-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webgl export crashes on AMD graphics cards #82814
Comments
Tested on Linux (Mageia 9) with Radeon RX Vega M, it's working fine for me in Firefox 115.2.1esr, Firefox Nightly 120.0a1, and Chromium 117.0.5938.132. Could you ask those users to copy the logs from the browser's developer console after the game crashes? |
I've asked, but he's still streaming. Hopefully he can check afterwards. Thanks for testing! |
Works for me on Arch Linux using a 7900XTX, with Firefox Developer Edition 119.0b4, running Mesa 23.2.1 (latest stable at time of writing afaik). However, I am seeing the array error in the console. When trying to expand, I couldn't see any extra information, so this is the only errors I could see. When filtering in the Firefox Developer Console, these were the only errors since page load. Despite this, the game is running as intended (I believe?) |
|
From looking at the PR and context, am I correct in assuming the visual discrepancy I'm seeing is a result of the shader compilation issue? Even though the game loads for me it seems the shader still doesn't compile properly, which could explain why everything is so dark. I would be happy to do a follow-up test a version built with a newer Godot version, if necessary :-) |
Godot version
4.1.1.stable
System information
One person with AMD gfx card running Linux, another one chimed in who also had AMD gfx card
Issue description
My ludum dare 54 game does allegedly not run for people with AMD gfx cards.
I don't have one myself, but they showed the error on stream and it said something about array length must be greater than zero when compiling shaders.
Steps to reproduce
On a machine with AMD gfx card, try and run the game. The source is linked too.
I can't reproduce myself, and if none of you guys can do it either then I guess we just hope for a replacement of the html5 export sometime soon! :)
I realize this bug report is really bad, sorry.
Minimal reproduction project
https://ldjam.dev/events/ludum-dare/54/king-of-the-gloaming-castle
The text was updated successfully, but these errors were encountered: