1
Troubleshooting / Re: Immediate CTD for Nightly Build on Fedora 29
« on: November 04, 2018, 07:09:17 am »
Weird - this error is from SDL, not openxcom directly. Maybe the update broke that? Assuming you've checked you've got the latest version of sdl1.x installed as well (OpenXcom is oldschool so still uses sdl1.x, not 2 FYI)
I can't see anything in the openxcom code that would cause this - we don't ask for any weird attributes that can't be satisfied by any of the glx visuals listed in the glxinfo output....
It might be interesting to try to get an apitrace of openxcom failing to start - it should hopefully list the glx calls that sdl is trying to do, and which is failing. It may give us pointers on what's going on?
I can't see anything in the openxcom code that would cause this - we don't ask for any weird attributes that can't be satisfied by any of the glx visuals listed in the glxinfo output....
It might be interesting to try to get an apitrace of openxcom failing to start - it should hopefully list the glx calls that sdl is trying to do, and which is failing. It may give us pointers on what's going on?