https://bugs.winehq.org/show_bug.cgi?id=39305
Bug ID: 39305 Summary: Sanitarium Product: Wine Version: 1.7.50 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: i30817@gmail.com Distribution: ---
There are plenty of bugs with sanitarum that are closed 'FIXED' that i'm still experiencing, except if running with the game windowed mode command line switch (-w).
For example the game doesn't show graphics with the native fullscreen here (with the open source radeon drivers) unless i specify : wine reg add "HKCU\Software\Wine\Direct3D" /v "OffscreenRenderingMode" /t REG_SZ /d "backbuffer"
before running the game (instead of default "fbo")
Bug #28625 is also still a problem. In fact, it appears more of a problem because with native fullscreen and that registry setting just moving the mouse at all is liable to freeze the screen and every animation on it, no just pause while moving (the game is still running because i can press ESC to go to the settings menu).
This seems like a regression, since bug #28625 is marked as fixed.
https://bugs.winehq.org/show_bug.cgi?id=39305
paulo i30817@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Sanitarium |Sanitarium doesn't display | |the game surface
https://bugs.winehq.org/show_bug.cgi?id=39305
--- Comment #1 from paulo i30817@gmail.com --- Speaking of that, is there any way to force the windowed mode not have a window decoration at all (that is no close button or application exe name). I want to run it with windowed mode and change/restore my resolution to 640x480 manually but the windows decorations are visible even then (specifically the game seems to adjust the visible window so its '640x480' includes the decorations).
https://bugs.winehq.org/show_bug.cgi?id=39305
--- Comment #2 from paulo i30817@gmail.com ---
Combining the previous workaround of using gdi for the mouse problem still works. Use these on the prefix you're running the game on:
wine reg add "HKCU\Software\Wine\Direct3D" /v "OffscreenRenderingMode" /t REG_SZ /d "backbuffer" wine reg add "HKCU\Software\Wine\Direct3D" /v "DirectDrawRenderer" /t REG_SZ /d "gdi"
and you'll have native fullscreen with a image without the mouse problem... i think. Didn't test extensively.
https://bugs.winehq.org/show_bug.cgi?id=39305
--- Comment #3 from paulo i30817@gmail.com --- Ah, you only need wine reg add "HKCU\Software\Wine\Direct3D" /v "DirectDrawRenderer" /t REG_SZ /d "gdi"
It also solves the problem backbuffer works around in the opengl renderer besides the mouse thing.
https://bugs.winehq.org/show_bug.cgi?id=39305
Béla Gyebrószki gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69@gmail.com
--- Comment #4 from Béla Gyebrószki gyebro69@gmail.com --- Performing a regression test would be useful so that we get to know which commit broke it: http://wiki.winehq.org/RegressionTesting
Also, can you reproduce the problem in the demo: http://www.fileplanet.com/11199/10000/fileinfo/Sanitarium
https://bugs.winehq.org/show_bug.cgi?id=39305
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #5 from super_man@post.com --- (In reply to Béla Gyebrószki from comment #4)
Performing a regression test would be useful so that we get to know which commit broke it: http://wiki.winehq.org/RegressionTesting
Also, can you reproduce the problem in the demo: http://www.fileplanet.com/11199/10000/fileinfo/Sanitarium
I was able to play the demo with no issues, but I got a divide by zero when I walk into some room and try to talk some person.
wine 1.9.7-git. I dont have full game to test.
https://bugs.winehq.org/show_bug.cgi?id=39305
rtentser@yandex.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rtentser@yandex.ru
--- Comment #6 from rtentser@yandex.ru --- Works for me with 6.0rc4.r6.gff09f14867e and nvidia. Probably, should be tested on AMD.
https://bugs.winehq.org/show_bug.cgi?id=39305
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #7 from joaopa jeremielapuree@yahoo.fr --- Reported fixed by the last comment. Can an administrator close this bug as FIXED?