http://bugs.winehq.org/show_bug.cgi?id=75
Bug 75 depends on bug 77, which changed state.
Bug 77 Summary: Wine 1.0 Documentation Metabug - Users Guide
http://bugs.winehq.org/show_bug.cgi?id=77
What |Old Value |New Value
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--
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=77
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-21-10 21:39 -------
Fixed in current CVS. Jeremy has to update the web version though.
--
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=77
Bug 77 depends on bug 85, which changed state.
Bug 85 Summary: Write a proper Users Guide Introduction
http://bugs.winehq.org/show_bug.cgi?id=85
What |Old Value |New Value
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--
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=85
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-21-10 21:38 -------
There have been many update in this chapter (changes are not visible on the web
yet). I think we can say this is fixed now. If you think otherwise, please
reopen and give more details.
--
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=77
Bug 77 depends on bug 84, which changed state.
Bug 84 Summary: Rewrite documentation for Running Wine chapter
http://bugs.winehq.org/show_bug.cgi?id=84
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
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=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.
http://bugs.winehq.org/show_bug.cgi?id=3633
wdev(a)foltman.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From wdev(a)foltman.com 2005-21-10 14:11 -------
Please update to the latest CVS and check.
--
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=3449
------- Additional Comments From vitaliy(a)kievinfo.com 2005-21-10 14:10 -------
Is this still the case when you manually select any windows version in winecfg?
It should create all the required registry entries acording to selected version.
--
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=3503
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2005-21-10 14:04 -------
Closing as invalid. No responce.
--
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=3504
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vitaliy(a)kievinfo.com
--
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=3469
------- Additional Comments From vitaliy(a)kievinfo.com 2005-21-10 13:57 -------
Could you please set Audio HW Acceleration to "Emulation" and try again? This is
a main reason why applications crash that try to sue dsound.
--
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=3570
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vitaliy(a)kievinfo.com
--
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=3570
------- Additional Comments From vitaliy(a)kievinfo.com 2005-21-10 13:50 -------
Ok, what windows version have you set? Try it with win2k. Also could you get
+seh trace and attach it here?
--
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.