This fixed DOSBox glide pass-through issue when both glide pass-through and voodoo1 chip emulation are compiled in single build and used interchangeably. The problem was glide pass-through acquired window handle from SDL once and used the same handle all the time for grSstWinOpen(). The voodoo1 chip emulation broke this assumption because it hijacked and re-inited SDL upon every time it was in used. The fix also enabled DOSBox to use the patched OpenGlide/X11 without spawning new rendering window on Linux.
Patch for OpenGlide/X11 is available at: Topic 60950
After all, DOSBox and QEMU can share the same OpenGlide/X11 and OpenGlide/WinAPI builds on Linux and WIndows using native APIs, eliminating the SDL1 layer.
Hello, I had account here long time ago and it does not work now. My problem is, I tried a few versions of dosbox and a few versions of the patch but I mainly aim for 0.74-3 as it is newest I found patch for but it does not compile on my linux machine.
Hello, I had account here long time ago and it does not work now. My problem is, I tried a few versions of dosbox and a few versions of the patch but I mainly aim for 0.74-3 as it is newest I found patch for but it does not compile on my linux machine.
The repository hosting this patch is maintained by a fellow Gentoo Linux developer. I don't think we ever used that version of the patch with any of our package versions. The commit date implies that it was for the original and ancient 0.74 release though it may also work with 0.74-2, which arrived a few months after the commit was made.
I know that this alternative version of the patch works with the fairly recent SVN revision 4302, which many Gentoo Linux users are happily using.
We do need to update the patch for the very latest SVN.
Chewiwrote on 2020-04-12, 11:16:The repository hosting this patch is maintained by a fellow Gentoo Linux developer. I don't think we ever used that version of t […] Show full quote
Hello, I had account here long time ago and it does not work now. My problem is, I tried a few versions of dosbox and a few versions of the patch but I mainly aim for 0.74-3 as it is newest I found patch for but it does not compile on my linux machine.
The repository hosting this patch is maintained by a fellow Gentoo Linux developer. I don't think we ever used that version of the patch with any of our package versions. The commit date implies that it was for the original and ancient 0.74 release though it may also work with 0.74-2, which arrived a few months after the commit was made.
I know that this alternative version of the patch works with the fairly recent SVN revision 4302, which many Gentoo Linux users are happily using.
We do need to update the patch for the very latest SVN.
Man thank you very much, I checkout the SVN revision you wrote about and patched it with your version of the patch. All compiled with no issues. Thank you so much.
Can anyone tell me why after running CARMAV.EXE it opens in another window named "unnamed"? I cannot figure that out. I attach screenshot so maybe someone will be able to help me with it.
EDIT:
Previously in that post I included my openglide and glide patched dosbox building script for Debian based distros. I removed it as I will not keep it up to date here and I do not want people to use some old version, for current version please refer to my weblog where the script will be updated. Thank you and sorry for editing my post.
Hmm, nope. It does not work and I had almost the same but without Resolution=2.0. Also I have mine in local directory as I install dosbox cvs locally.
It was all ok until I started writing the script. And the script is doing the same things I was doing manually.
Tried to start with clean dosbox-SVN.conf file but that's the same.
Still digging what could have gone wrong.
EDIT:
Still not quite sure what was wrong but the issue is solved. I recompiled both OpenGlide package and dosbox for x86_64 and as I am 100% sure they have both exact same versions compiled the same way. And somehow now it works as it used to before. In my opinion while working on the script I somehow ended with somehow messed up openglide version. Currently both openglide and dosbox are builded using my script and yet it is working ok.