JHRobotics / softgpu

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

Lego Island crashes with wined3d error on VMware workstation #17

Open dyharlan opened 1 year ago

dyharlan commented 1 year ago

Trying to play Lego Island on VMware workstation pro 17.0.2 build-21581411 using the "Direct3D HAL device" causes the game to crash after the Lego intro. The game seems to set the video mode to 640x480x16. image image

JHRobotics commented 1 year ago

WineD3D don't work with this game, but can still play game without HW acceleration. You can do this by this registry entry:

REGEDIT4

[HKEY_LOCAL_MACHINE\Software\DDSwitcher]
"isle.exe"="system"
"legoisle.exe"="system"

In the latest version of SoftGPU, there is this game in compatibility list, so the installer will create this registry key for you :-)