Hi everyone, I've tried browsing the endless wine faq's,forums, and bug reports and can't seem to find what I'm looking for. Anyways, as for my actual issue: Ubuntu 10.10 on 2.6.35-28-generic x86_64 I'm running on the latest public build (1.3.16) (same behaviour in 1.2x) and have a rather annoying problem. Since there are a lot of issues when not running SC2 in a 'virtual desktop' environment, I've opted to simply run it in that way. There is an option for 'Allow DirectX apps to stop the mouse leaving their window', which should be able to do as advertised, however it doesn't seem to have any effect at all. If I move my mouse to the right (towards my 2nd monitor - setup in TwinView), it will always leave the screen 'without' scrolling. I've also setup 'Confine Mouse Cursor' within the game itself without avail. Does anyone have any ideas on what I need to modify to get my mouse to stop leaving my screen? Thanks!
Go to http://wiki.winehq.org/UsefulRegistryKeys and add the MouseWarpOverride part, setting it to force if im not mistaken.
Hi Soulcage, Just tried all 3 options. Unfortunately none of them work. Any other ideas? :)
Well, I thought I had made that pretty clear in my original post, but I suppose I can reiterate; Ubuntu 10.10 on 2.6.35-28-generic x86_64 - 2x Monitors in TwinView (1920x1080 and 1680x1050) Starcraft II installed correctly. Experienced known display bug with SC2 in non-virtual environment. Thus I changed the config to use a 1920x1080 virtual desktop. Everything works perfectly except for the mouse's tendency to not get 'trapped' by the active window (it leaves on the right side) I've gone through the bug reports and none seem to match my exact issue. I've also tried editing the regkeys provided by Soulcage to no avail. I've tried the 'Allow DirectX apps to stop the mouse leaving their window' option, in conjunction with (and without) the in game option for Confine Mouse cursor. Nothing has worked thus far, and prevents one from being able to scroll in the 'right' direction, thus making the game relatively unplayable.
Download wine 1.3.14 and patch it with bugs2.winehq.org/attachment.cgi?id=32768 Entropia Universe mouse are working 100 % with that patch
Alright, so I've compiled wine with the installed patch successfully (on 1.3.16), and the issue still seems to be occurring in the same manner. Is there a way I can verify that the patch was installed correctly (and is in use)?
Full install via config make sudo make install Executed it from SC2 directory via Code: Wine Starcraft\ 2.exe
Thanks for sharing~ [Arrow]
dumb question, but how would one do that?
On Tue, Mar 29, 2011 at 12:40 PM, NuMPTy_87 <wineforum-user at winehq.org> wrote:> dumb question, but how would one do that? >If you have the patch file you should be able to do: [code] cd <path to source files> patch -p1 -R < {patch file} [/code] <path to source files> is the directory where you retrieved Wine source code to. {patch file} is the path and file name for the patch you say you applied to the Wine source code. This should run with no errors. James McKenzie