softgpu icon indicating copy to clipboard operation
softgpu copied to clipboard

Lego Island crashes with wined3d error on VMware workstation

Open dyharlan opened this issue 1 year ago • 1 comments

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

dyharlan avatar Jul 28 '23 03:07 dyharlan

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 :-)

JHRobotics avatar Sep 09 '23 20:09 JHRobotics