bo3b / 3Dmigoto

Chiri's DX11 wrapper to enable fixing broken stereoscopic effects.
Other
770 stars 122 forks source link

Unity 2008.1 32-bit game crash on startup (Failed to initialize player) #125

Open RadarNyan opened 4 years ago

RadarNyan commented 4 years ago

I'm trying to get a indie game made in Unity to run in 3D with 3Dmigoto.

However, if I extract the files to the game folder, the game won't start properly. Without 3Dmigoto, when I launch the exe, it would show a simple configuration window like most unity game does, but with 3Dmigoto it crashes right when I try to start it with the following message:

Error
----------
Failed to initialize player

Details:
Failed to initialize graphics.
Make sure you have DirectX 11 installed, have up to date
drivers for your graphics card and have not disabled
3D acceleration in display settings.
InitializeEngineGraphics failed

I've tried 3Dmigoto-1.3.16, 3Dmigoto-1.3.1 and 3Dmigoto-1.2.73, none of them works. The game itself runs fine without 3Dmigoto, but it doesn't render in 3D because it doesn't have a native fullscreen mode.