http://bugs.winehq.org/show_bug.cgi?id=4777
------- Additional Comments From myrd(a)projectmagma.net 2006-08-03 23:19 -------
Actually, ignore my "easy fix" post. I just tested under Windows, and the Mouse is indeed set to relative
(not absolute) under Windows. It's just that Windows doesn't center it on the screen like WINE does.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4745
------- Additional Comments From vitaliy(a)kievinfo.com 2006-08-03 21:52 -------
Please try with OSS instead of ALSA. I've seen lots of "strange" crashes caused
by some memory corruptions in our ALSA driver.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4777
------- Additional Comments From vitaliy(a)kievinfo.com 2006-08-03 21:35 -------
Just to let you know, I tested your proposed changes - they do not work. They
fix one type of games and brake the other type...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4777
------- Additional Comments From myrd(a)projectmagma.net 2006-08-03 20:13 -------
An "easy" fix would be to do this:
In function alloc_device(), add:
newDevice->absolute = 1;
In function SysMouseAImpl_SetDataFormat() remove:
This->absolute = 0;
However, I'd imagine this would require testing to make sure it doesn't break existing stuff. This
change does seem to be in accordance to how Windows works, but a comment in the Wine code seems
to contradict this:
402 /* Tests under windows show that a call to SetDataFormat always sets the mouse
403 in relative mode whatever the dwFlags value (DIDF_ABSAXIS/DIDF_RELAXIS).
404 To switch in absolute mode, SetProperty must be used. */
Obviously, this is NOT the case for Myth II, because Myth II does call SetDataFormat, and Windows
doesn't keep re-centering the mouse there.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4775
------- Additional Comments From mike(a)codeweavers.com 2006-08-03 19:45 -------
I think that either
* You were running as root unintentionally
OR
* Mandriva has a serious sercurity problem in their Linux kernel
Wine runs with no special privilege, and it should be impossible for it to
create files with uid != getuid().
Therefore, I think this bug is either invalid, or not our bug. Please try
reproducing the problem...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4646
------- Additional Comments From mike(a)codeweavers.com 2006-08-03 19:39 -------
Sorry, I didn't read Tony's request properly. Anyway, if you didn't run the
Visual C IDE in Wine, then don't add an appdb entry or a bug for it. Thanks for
reporting the initial problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4773
------- Additional Comments From mike(a)codeweavers.com 2006-08-03 19:22 -------
Which locale are you using? Looks like it's trying to display another language
and failing? What happens if you put back the chs.lng, then run it with
LANG=zh_TW.Big5 wine "M3 Game Manager.exe"
If you don't have Chinese fonts, it should give you square boxes, but you can
consider that correct. Then try with LANG=en_US, and see if that works.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1410
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |myrd(a)projectmagma.net
------- Additional Comments From tony.lambregts(a)gmail.com 2006-08-03 19:03 -------
*** Bug 4777 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4777
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-08-03 19:03 -------
This is a duplicate of 1410
Do you have a Patch in mind?
*** This bug has been marked as a duplicate of 1410 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.