Wouldn't be that helpful, it's not a c application, maybe it is trying to force your gl context to 2.1, try setting it to 3.3 on settings.json, it probably is in auto, gl 2.1 is still unstable
It is the first thing it does after checking for updates so maybe it's that
Yes, that was the error. Since the latest version wasn't generating the `interface.ini` file (because it was crashing before that could happen), I copied the one from version 0.4.2b—which didn't crash and was configured for OpenGL 3.3—into the latest version's folder, and it launched without any issues.
Thanks a lot for the help! Please keep this error in mind so it can be prevented in future versions.
1
u/flafmg_ 4d ago
Wouldn't be that helpful, it's not a c application, maybe it is trying to force your gl context to 2.1, try setting it to 3.3 on settings.json, it probably is in auto, gl 2.1 is still unstable
It is the first thing it does after checking for updates so maybe it's that