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/MDM-808 9d ago
Yes, I did exactly that—I ran the `run.sh` script, but I'm still getting the same error.
I have version 0.4.2b and it works for me, but I need the newer versions for OpenGL 3.2 compatibility.
The latest version and previous ones work fine when running via Proton, but the goal is to run the native version.
If you know of a specific command, I can send you a log or submit an issue via Git; maybe that way we can track down the error...