We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tried a few MC versions from 1.13.2 to 1.20.1, and all of them get starting stuck with a message like this on the log:
[22:16:13] [Render thread/INFO]: Backend library: LWJGL version 3.3.3-snapshot
Minecraft 1.12.2 starts with a white screen like on #99 and requires forcing Java 17, as Java 8 and 11 don't work due to #129.
What can be done to diagnose this? GLonD3D12 and llvmpipe work fine.
The text was updated successfully, but these errors were encountered:
Does Arc have all the required Vulkan Extensions?
Sorry, something went wrong.
I checked one by one against the ones listed in the Zink docs and yes, it does. It also works fine on Linux with MESA 24.2.0.
This wouldn't be the first time Intel's Windows drivers have issues with Vulkan so I'm assuming that might have something to do as well.
I'm attaching a log from vulkaninfo here in case it helps. vulkaninfo.log
No branches or pull requests
Tried a few MC versions from 1.13.2 to 1.20.1, and all of them get starting stuck with a message like this on the log:
[22:16:13] [Render thread/INFO]: Backend library: LWJGL version 3.3.3-snapshot
Minecraft 1.12.2 starts with a white screen like on #99 and requires forcing Java 17, as Java 8 and 11 don't work due to #129.
What can be done to diagnose this? GLonD3D12 and llvmpipe work fine.
The text was updated successfully, but these errors were encountered: