Reply 60 of 619, by kjliew
wrote:geting this soon after starting (without boot image while qemu looks for boot disk) or with a simple "dir" when booted to dos w […]
geting this soon after starting (without boot image while qemu looks for boot disk)
or with a simple "dir" when booted to dos with no autoexec.bat
or lots of other cases at the exact same moment generally at the very beginning of different types of boot of windows
qemu-system-x86_64.exe: WHPX: Failed to emulate MMIO access with EmulatorReturnStatus: 2
qemu-system-x86_64.exe: WHPX: Failed to exec a virtual processor
I got the same error on my Intel Core-i3 laptop, too. Apparently, my AMD FX-8300 desktop is fine and works with DOS4GW games such as Tomb Raider 1, Redguard and Extreme Assault. I always have the feeling that AMD-V is more matured than Intel VT.
wrote:as for a previous problem I finally got glide working in qemu window using: SDL support yes (1.2.15) GTK support no […]
as for a previous problem I finally got glide working in qemu window using:
SDL support yes (1.2.15)
GTK support no
GTK GL support no
SDL2 should work, too. The culprit is GTK, but I thought GTK libraries are rarely installed on Windows. If you do have them installed on your MSYS2, then it is your problem. You should just configure QEMU with --disable-gtk or invoke QEMU with -display sdl to stay away from GTK code path.