-
Notifications
You must be signed in to change notification settings - Fork 851
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[d3d9] Second Sight → missing HUD, subtitles, transition effect during cutscenes... #2056
Comments
I cannot do anything without an apitrace I am afraid. |
I tried for 2+ hours to have an apitrace but with no success, I really don't know what's the issue with this game or where I do something wrong :/ |
Just an uneducated guess, maybe the game load d3d9.dll from the windows directory directly. You can check that by looking at the log if you put the wrapper next to the .exe, if this is still the only place that
If that's the case try putting the apitrace wrapper in |
No luck, or I'm not doing it right. |
I recorded an apitrace (using wined3d) that shows the problem: |
@Oschowa Thanks! |
What DadSchoorse guessed was right, the game only loads d3d9.dll from the windows directory, so i copied wined3d's d3d9.dll form syswow64 to /tmp/wined3d, dumped the apitrace d3d9.dll into syswow64 and ran the game with |
I originally thought the depth clipping region was always [0, 1] when I first implemented this nearly 2 years ago. The depth clipping region is already in the viewport's depth range, so just don't do anything here if we are z-testing. ( We still need to keep the flattening around for when ztest is disabled though :( ) Fixes: #2056
I originally thought the depth clipping region was always [0, 1] when I first implemented this nearly 2 years ago. The depth clipping region is already in the viewport's depth range, so just don't do anything here if we are z-testing. ( We still need to keep the flattening around for when ztest is disabled though :( ) Fixes: #2056
Tested and everything is fixed, thanks! :) |
There are many issues with DXVK and Second Sight.
First, the HUD and the subtitles are missing:
WINED3D:
DXVK:
Before the main menu, there is a screen with the title of the game, it's missing with DXVK:
WINED3D:
DXVK:
During the cutscene of the first level, there are a transition effect which is missing with DXVK. Also notice that the 2 videos begin at the same time, so the black screen with the word "ISOLEMENT" is missing with DXVK.
WINED3D:
https://streamable.com/lsq57d
DXVK:
https://streamable.com/xaoip4
System information
Apitrace file(s)
I can't get one... I've tried everything but the wrapper does nothing or it's ignored. I even tried with a GOG version found somewhere but with the same result... If someone knows how to get one, please upload it, it would be a great help!
Log files
steam-11550_dxvk.log
steam-11550_wined3d.log
The text was updated successfully, but these errors were encountered: