JHRobotics

Results 73 comments of JHRobotics

I'm glad you enjoy it! Probably best way to update QEMU-3dfx, is using my ICD patch and apply it to original repository. So download update from qemu-3dfx repo and download...

Hello! on `HKEY_LOCAL_MACHINE\Software\vmdisp9x\apps\global` you should have these values: ``` d3d8=wine d3d9=wine ddraw=system ``` But some games reading video adapter information from ddraw.dll but rendering through d3d8.dll/d3d9.dll. Another problem may be...

OK, this game is nightmare, testing utility eats full VRAM, then RAM, and finally program crash because no memory. I tested this game against my development version and missing some...

No, SoftGPU is too CPU heavy to works under full emulator (like DOSBox or unaccelerated QEMU). From my experience (if something doesn't changed in past year) is best option for...

Can you please share QEMU command line? Any maybe your CPU model. You can also install driver manually ([tutorial](https://github.com/JHRobotics/vmdisp9x/issues/9#issuecomment-2452598883)), but I'm afraid, there is something wrong in your installation or...

This option is only present, when on install media is present 3Dfx Voodoo2 driver. I don't include it on public releases due to licence incompatibility. But additional include is simple...

Good idea, I didn't have time to add it into the current release, but I will add it in the future.

Not only NVIDIA drivers, [are broken](https://github.com/JHRobotics/softgpu/blob/main/vmware.md#800-x-600-is-broken). My problem with VMware is that is pure close source, and it is very difficult to find out what is happening inside. SVGA SDK...

Hi, there were a few bugs in QEMU code, sorry for that. In version .53 this this should be fixed.

Hi, please check the latest release (0.8.2025.51), there more VMware fixed including this. Problem was that screen width must be divisible by 8, but when driver deny not proper resolution,...