JHRobotics / softgpu

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

DDRAWEX.dll crash when accessing windows update restored #82

Open Lastorder-DC opened 4 months ago

Lastorder-DC commented 4 months ago

Checked combination

Windows 98 + IE6(v3 works, v4 and v5 crashes) Windows Me + IE5.5(v3 works, v4 and v5 crashes)

Both windows versons are korean version. I can send VM that I used for testing.(all virtualbox vm)

Let me know if you need more information(or things I should check)

Lastorder-DC commented 4 months ago

If I install vmdisp9x with vmhal9x, It crashes at dll vmhal9x.dll Only installing vmdisp9x worked fine.

JHRobotics commented 3 months ago

Hi,

this looks like problem with Wine9x, and in the last SoftGPU release, there is bug, which makes internal blacklist inactive. So, please try to add this key to registry:

REGEDIT4

[HKEY_LOCAL_MACHINE\Software\DDSwitcher]
"iexplore.exe"="system"

In English Windows, with this test page: http://files.emulace.cz/test/test_ie.html

In Korean edition behaviour looks same:

VirtualBox_Windows 98 Korean_23_06_2024_21_05_43

If problem persists, please let me know.