ValveSoftware / Proton

Compatibility tool for Steam Play based on Wine and additional components
Other
24.29k stars 1.06k forks source link

TAKANARIA (1005910) - Black Screen on Launch #2618

Open ghost opened 5 years ago

ghost commented 5 years ago

Compatibility Report

System Information

I confirm:

steam-1005910.log

Symptoms

The game boots to a black screen. Pressing Enter allows the game to proceed (?) as music starts, but the screen remains black.

May be due to the following: warn: D3D11Texture2D::QueryInterface: Unknown interface query warn: f8fb5c27-c6b3-4f75-a4c8-439af2ef564c

Reproduction

Install the game and launch it.

doitsujin commented 5 years ago
warn: D3D11Texture2D::QueryInterface: Unknown interface query
warn: f8fb5c27-c6b3-4f75-a4c8-439af2ef564c

That's the IID of ID3D11Texture1D, which is not compatible to ID3D11Texture2D. Not sure what on earth that game is trying to do there, but this should definitely fail on Windows as well.

Can you try running the game with wined3d? You can enable that by putting PROTON_USE_WINED3D=1 %command% into the Steam launch options for this game.

ghost commented 5 years ago

Can you try running the game with wined3d? You can enable that by putting PROTON_USE_WINED3D=1 %command% into the Steam launch options for this game.

Still no luck, does the same thing as before. I'll try it on Windows in a moment.

Edit: I tried it out on Windows 7 and it works perfectly.