-
Notifications
You must be signed in to change notification settings - Fork 42
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
quit menu superimposed #942
Comments
Can you tell me what build number it is and where you downloaded it from? |
I own Director's cut MULTI 5 ( 3 cds ). Where can I find build number? |
You can just upload your log file. |
This log file? |
That is normal for Linux, for some reason. Linux handles GDI differently. But not sure why DirectX is not working here. Either way there is an issue with how the wrapper captures the front buffer. |
I don't. But you can open an issue on their GitHub page: https://github.com/doitsujin/dxvk |
So what exactly does this actually do with the "DirectX" option? Does this just call GetFrontBufferData on a swap chain before actually rendering the menu or something? GDI is not expected to work since we don't want to do presentation on the CPU in DXVK. |
Yes, that is correct. You can see all the code here. We call that command after the Present() before any other call happens, see here. Note: the game was created in Direct3D8 and we use d3d8to9 to convert it to Direct3D9. Also, we use an old build of ReShade to allow us to add shaders, see applicable code here. This means that the call may be going through a swap chain. Let me know if you need any other information here. |
The only way I've ever managed to mitigate the issue fully on my Linux system was to set the Screen mode as Fullscreen. No superimposed text or black backgrounds in this mode. |
Hello Elisha,
I have an issue with latest sh2ee version (today's downloads):
when I want to quit the game, quit menu superimposed with main menu, main menu does not disappear to let the place to quit menu :
Thank you for your help.
my config:
Manjaro 23.1.3 Vulcan
Kernel: x86_64 Linux 6.6.19-1-MANJARO
Proc: AMD Ryzen 9 5900HX
GPU: AMD Radeon RX 6600M
Drivers: Mesa 24.0.2
Resolution: 1920x1080
32 Go RAM
DE: Xfce4
The text was updated successfully, but these errors were encountered: