http://bugs.winehq.org/show_bug.cgi?id=84
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-21-10 21:37 -------
Patches committed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3563
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-21-10 21:35 -------
Please reopen if you still encounter this bug in current Wine-CVS.
--
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=3588
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-21-10 21:34 -------
Please reopen if you still encounter this bug in current Wine-CVS.
--
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=3217
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-21-10 16:55 -------
Thank you for the info Saulius, however about your last remark: here you have to
slow down things instead of speeding up. Maybe downgrading my computer to an
x386 would solve this bug as well :)
--
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=3217
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-21-10 15:33 -------
BTW, you can speed up things even more if you redirect all wine (relay) output
to the /dev/null:
$ wine ... >/dev/null 2>&1
This helps me a lot.
--
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=3410
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-21-10 15:21 -------
Runs fine here too. Some intermediate case between Mandelbug and Heisenbug. :-]
Could every1 crashing make a relay log (+relay) and post its tail (lets say 1000
lines). I thought it would make locating bug easier.
--
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=3217
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-21-10 15:03 -------
> This way i could actually start playing without the "refresh rate" error. Seems
> as if you somehow you have to slow down the game a bit to avoid the error.
Hehe, I experience very similar effect on one old 16-bit application. AFAIR,
this effect is called a "race conditions" or "racing". When application shows
message box about a refresh rate error, you could launch winedbg, select a
process (info proc), attach to it (attach 0xB , for example) and to get
backtraces of all its threads (bt all). That may bring more information to you.
But if your app hangs and debugger isn't able to attach to it (this is the case
for me) then the only way to find a cause of this is to get two different logs,
'+all' versus '+relay,+all' and to try diffing them (diff -u), I think. This
would require gigabytes of free diskspace, I am afraid.
--
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=3217
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-binary |wine-multimedia
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-21-10 14:35 -------
Found the patch that caused this regression:
2004-10-18 16:44:00 CDT works
2004-10-18 16:45:00 CDT fails
So must be http://www.winehq.org/pipermail/wine-cvs/2004-October/012129.html
--
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.