The opengl32.dll stub you mentioned is for MesaGL, so it's needed if the game uses OpenGL or Direct3D. Where it should reside in the guest, depends on the guest Windows version.
So if you have a Win98 guest, it goes to Windows\System. Win2k and WinXP can make use of it directly in the game directory, I think.
Hi, well robertmo just posted some package of files, without any info.. i had to guess. This file is new one for with Qemu 3Dfx build..
Main thing is it could be used with Windows, because MesaGL is Linux thing.. Otherwise OpenGL32 is in Win98+ always in system32 from its install time.. but some games have their own, drivers too and sometimes is needed to overwrite them, but i asked its always better, maybe its just thing why i can ignore.
BTW i know that Q1Dos,Q2Dos,H2Dos are using some Dos Mesa *.dxe files and that is maybe why its crashing, because they are backed for specific voodoo versions and just add some dxe or old from package is maybe not possible.
I also added some collumn to my matrix for Qemu 5.2 Linux testing, is some want to test if there are things better..
Here you can also follow there i have problems and what is working in Dos.
With Windows98 which are most important from 3D emulating view, because Vmware has some not bad DX9 / OpenGL (2.1 or something old) driver for WinXP, im stuck at command line, i need to know which is proper vga settings for VBE.. My old scripts look like this:
Spoiler
D:\Games\!Emulators\Dos-Qemu-5-3dfx\qemu500-system-i386_glide_sdlaudiofix_minimal2.exe ^
-m 512 ^
-vga cirrus ^
-soundhw ac97,pcspk ^
-display sdl ^
-rtc clock=host,base=localtime ^
-boot c ^
-hda D:\Games\!Emulators\Dos-QEMU\HDDs\Win98System2-8GB-440-AC97.vmdk ^
-hdb D:\Games\!Emulators\Dos-QEMU\HDDs\Win-Data-28G.vmdk ^
-drive file=D:\Games\!Emulators\Dos-QEMU\Isos\Win98SE-ENG.iso,index=2,media=cdrom ^
-drive file=D:\Games\!Emulators\Dos-QEMU\Isos\Win98-Data-and-Drivers-CD2.iso,index=3,media=cdrom ^
-netdev tap,id=mynet0,ifname=TAP -device rtl8139,netdev=mynet0
There was some magic parameter -vga sdl or -display something.. cirrus is good for 2d games, but not for 3d, i need to find it, after that i can start with Win98 testing. Dos is easiers, faster reboot and for game installation you can just copy things.
Im old goal oriented goatman, i care about facts and freedom, not about egos+prejudices. Hoarding=sickness. If you want respect, gain it by your behavior. I hate stupid SW limits, SW=virtual world, everything should be possible if you have enough raw HW.