-
Notifications
You must be signed in to change notification settings - Fork 821
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
Game freezes during startup with older Intel HD Graphics drivers #899
Comments
Had another report of this on the same hardware with a slightly newer driver version (10.18.10.4358). |
This almost certainly seems like a driver bug with 10.18.10.4358, which affects those with an Baytrail or 3rd generation Intel graphics. Another user had the affected driver, and upgrading to 15.33.53.5161 (the latest available) fixed it. |
Possibly related: ac0bec6 |
I have intel HD 4000 graphics, could that be an issue for it hanging on loading screen? |
In every case we've seen, this is caused by out-of-date graphics drivers on Intel Bay Trail and Ivy Bridge CPUs, and is fixed by upgrading the driver to version 15.33.53.5161 (found here). List of known affected Intel processors
|
Sodium 0.5.0 will now show an error during startup if the broken the drivers are detected. |
See this comment for a solution to the problem.
There is no crash log or debugging information associated with this problem, aside from the following hardware information:
forced-crash.txt
Following a bisect, the following commit was revealed to be causing the problem: bb33a03
My guess is that our fencing logic in MixinMinecraftClient is causing the hang, as it would be the only thing here running early enough that could cause such a problem. It seems that this is dependent on hardware, as we've only seen older Intel cards hang in this manner.
The text was updated successfully, but these errors were encountered: