Crash error message
The game crashed whilst initializing game
Error: java.lang.UnsupportedOperationException: ERROR: Unable to create a GL Context using any of the supported GL versions: [(4, 6),(4, 5),(4, 4),(4, 3),(4, 2),(4, 1),(4, 0),(3, 3),(3, 2)]
Did anyone have a similar problem?
Im on Linux btw
14 Replies
- What's the output of
glxinfo | grep "OpenGL"
?
- Which video driver you use for your Intel UHD graphics? In-line kernel driver or xf86-video-intel
?ā¢ Idk the output how do I check
ā¢ I use xf86-video-intel
I'm getting the same crash on Ubuntu except with AMD graphics.
Since
glxinfo | grep "OpenGL"
was mentioned, here's what I get when I run that command:
Assuming you're trying to run Distant Horizons.
Ahh yes that works!
I'd come across this earlier but I figured it wouldn't work because, how are you supposed to disable Distand Horizons if the game doesn't even start up?
But apparently you can just move the mod out of the folder and then back in when you're done. Image to show what I mean:
:haha_yes:
easier to rename the file type to
.disabled
like MultiMC does, that way you don't have to go looking for the mod when you need it backAh nice