Problems getting workaround for Fallout bug #6033

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
adamjohnston
Newbie
Newbie
Posts: 3
Joined: Mon Jun 15, 2009 1:29 am

Problems getting workaround for Fallout bug #6033

Post by adamjohnston »

I can't get workaround for Fallout mouse problem working as mentioned on: http://bugs.winehq.org/show_bug.cgi?id=6033

I created a key at [HKEY_CURRENT_USER\Software\Wine\DirectInput]
named MouseWarpOverride with the value 'disable'

This had no effect.

Can anyone give me any ideas as to what I may need to do?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Problems getting workaround for Fallout bug #6033

Post by vitamin »

adamjohnston wrote:I created a key at [HKEY_CURRENT_USER\Software\Wine\DirectInput]
named MouseWarpOverride with the value 'disable'

This had no effect.
Wine version?
adamjohnston
Newbie
Newbie
Posts: 3
Joined: Mon Jun 15, 2009 1:29 am

Post by adamjohnston »

wine version 1.1.19 from Ubuntu repository.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

adamjohnston wrote:wine version 1.1.19 from Ubuntu repository.
Should still work. Are you using separate WINEPREFIX by any chance?
James Huk

Problems getting workaround for Fallout bug #6033

Post by James Huk »

2009/6/25 adamjohnston <[email protected]>
I can't get workaround for Fallout mouse problem working as mentioned on:
http://bugs.winehq.org/show_bug.cgi?id=6033

I created a key at [HKEY_CURRENT_USER\Software\Wine\DirectInput]
named MouseWarpOverride with the value 'disable'

This had no effect.

Can anyone give me any ideas as to what I may need to do?





Try something like this in terminal:
xinit /usr/bin/xterm -- :1 -ac -depth 16 (works with GeForce - if not try
24)
This will start separate X session with empty xterm - now run Fallout inside
this new session.
If you get "Permission denied" it means you have to change
"allowed_users=console" to "allowed_users=anybody" in:

/etc/X11/Xwrapper.config
xinit --
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Problems getting workaround for Fallout bug #6033

Post by vitamin »

James Huk wrote:If you get "Permission denied" it means you have to change
"allowed_users=console" to "allowed_users=anybody"
Or run this before you run 'xinit'::

Code: Select all

xhost +
PS You need to run it only once.
James McKenzie

Problems getting workaround for Fallout bug #6033

Post by James McKenzie »

vitamin wrote:
James Huk wrote:
If you get "Permission denied" it means you have to change
"allowed_users=console" to "allowed_users=anybody"
Or run this before you run 'xinit'::

Code:
xhost +


PS You need to run it only once.

If you have not setup IPTables to block X access or you do not use
Xauthority, this can create a serious security problem.

James McKenzie
adamjohnston
Newbie
Newbie
Posts: 3
Joined: Mon Jun 15, 2009 1:29 am

Post by adamjohnston »

I would still like some help getting the RegEdit fix to work with Fallout. If anyone has successfully used this workaround could you please let me know how you did it.

Thanks
Locked