openglide
openglide copied to clipboard
DOSBox-X Glide SDL2 segfault
Trying to run the 64bit SDL2 build of DOSBox-X with glide passthrough enabled will result in a segfault when running Screamer Rally or GTA.
See also: https://github.com/joncampbell123/dosbox-x/issues/2126
The SDL1 build of DOSBox-X however works fine. @Wengier suspects this may be an issue with the grSstWinOpen function being not quite compatible with SDL2.
Is openglide meant to work with SDL2?
This sounds like it could be related to my problem in #14, since that also involved grSstWinOpen, See https://github.com/joncampbell123/dosbox-x/issues/1428
Edit: My problem in #13, that is.
Is this still a problem?
why do you suppose it is not?
Previously I was running into the issue https://github.com/joncampbell123/dosbox-x/issues/3465
Got recommended the fork https://github.com/kjliew/qemu-xtra/tree/master/openglide for usage with dosbox-x. This fork seems to be SDL2 already and work well with latest dosbox-x-0.83.25 (SDL2).
Maybe anyone can backport the changes into this repo?