Application Details:
Version: | 1.0.X |
License: | Retail |
URL: | http://www.risen2.com |
Votes: | 3 |
Latest Rating: | Bronze |
Latest Wine Version Tested: | 1.7.5 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Gameplay
What does not
PB Logo Movie
Player rotation is limited because mouse collides with virtual edge of screen.
Workarounds
What was not tested
Hardware tested
Graphics:
Additional Comments
Rotation bug is present since version 1.5.29. This patch will fix it: --- a/dlls/winex11.drv/mouse.c 2013-10-30 10:55:56.360956626 +0100 +++ b/dlls/winex11.drv/mouse.c 2013-10-30 10:56:06.241046267 +0100 @@ -1387,6 +1387,9 @@ if (!clip) clip = &virtual_rect; + if (GetWindowThreadProcessId( GetDesktopWindow(), NULL ) == GetCurrentThreadId()) + return TRUE; /* don't clip in the desktop process */ + if (grab_pointer) { HWND foreground = GetForegroundWindow();
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Fedora 19 x86_64 | Oct 30 2013 | 1.7.5 | Yes | Yes | Bronze | Jascha Knack | ||
Show | Arch Linux x86_64 | Dec 27 2012 | 1.5.20 | Yes | Yes | Silver | Revenant | ||
Show | Ubuntu 12.04 "Precise" amd64 (+ variants like Kubuntu) | May 08 2012 | 1.5.3 | Yes | Yes | Bronze | an anonymous user |
Bug # | Description | Status | Resolution | Other apps affected |
Comments for this application have been disabled because there are no maintainers.