JHRobotics / softgpu

SW and HW accelerated GPU driver for Windows 9x Virtual Machines
MIT License
662 stars 18 forks source link

dxdiag: directx7: test failed at step 8 (Creating 3d Device): HRRESULT =0x8007000e (Out of memory) #69

Open TutajITeraz opened 5 months ago

TutajITeraz commented 5 months ago

Hello! Thank you so much for the softgpu development!

I have installed Windows Me on VirtualBox, changed graphics adapter in VM settings, installed softgpu and rebooted.

Unfortunatelly: "test failed at step 8 (Creating 3d Device): HRRESULT =0x8007000e (Out of memory)" error appears on the dxdiag test. DirectX 8 and DirectX 9 tests are fine.

Can you help me with that? Is it a bug or am i doing something wrong?

JHRobotics commented 5 months ago

Hi, this is normal for Windows Me, because we cannot replace ddraw.dll in normal way. But most DX6 and DX7 apps/games should work because ddraw.dll can be "retarget" by registry. But if you want to run full dxdiag on Me, you have to turn off file system protection and replace ddraw.dll by ddrawme.dll