http://bugs.codeweavers.com/show_bug.cgi?id=576
*** shadow/576 Wed Apr 17 21:54:27 2002
--- shadow/576.tmp.11363 Thu Apr 18 03:08:36 2002
***************
*** 55,57 ****
--- 55,62 ----
matters with that much ram. What is your vidio card is it a rivia tnt2 ultra by
any chance? If its not could you attach your ~/.wine/config so wee can have a
look at it.
+
+
+ ------- Additional Comments From noclaf(a)peterlink.ru 2002-04-18 03:08 -------
+ Created an attachment (id=65)
+ ~/.wine/config
http://bugs.codeweavers.com/show_bug.cgi?id=576
*** shadow/576 Wed Apr 17 01:25:02 2002
--- shadow/576.tmp.3533 Wed Apr 17 21:54:27 2002
***************
*** 49,51 ****
--- 49,57 ----
System hangs deeply, no hdd activity and no response to keyboard and mouse
events. Alt-Ctrl-F1 makes no action.
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-04-17 21:54 -------
+ Your system seems fine, you have small swap space but I don't think that it
+ matters with that …
[View More]much ram. What is your vidio card is it a rivia tnt2 ultra by
+ any chance? If its not could you attach your ~/.wine/config so wee can have a
+ look at it.
[View Less]
http://bugs.codeweavers.com/show_bug.cgi?id=572
*** shadow/572 Wed Apr 10 22:11:33 2002
--- shadow/572.tmp.31821 Wed Apr 17 21:06:29 2002
***************
*** 57,59 ****
--- 57,63 ----
http://mlearl.home.attbi.com/public/winedebugend.txt.gz
for at least the near future.
+
+ ------- Additional Comments From mlearl(a)attbi.com 2002-04-17 21:06 -------
+ It looks to me from traces that the module it's having trouble trying to load is
+ rsabase.dll. I do not fully understand what's going …
[View More]on, however.
\ No newline at end of file
[View Less]
http://bugs.codeweavers.com/show_bug.cgi?id=580
*** shadow/580 Wed Apr 17 14:37:06 2002
--- shadow/580.tmp.17949 Wed Apr 17 15:01:41 2002
***************
*** 29,31 ****
--- 29,35 ----
ShowScrollBar(hwnd, SB_VERT, FALSE);
Tested on Wine-20020411 (and previous releases)
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-04-17 15:01 -------
+ Mehmet, I can't reproduce the bug on the CVS Wine.
+ Do you mean I should click two times on the button with tooltip "Details"?
\ …
[View More]No newline at end of file
[View Less]
http://bugs.codeweavers.com/show_bug.cgi?id=577
*** shadow/577 Wed Apr 17 02:39:16 2002
--- shadow/577.tmp.16059 Wed Apr 17 14:46:58 2002
***************
*** 66,68 ****
--- 66,74 ----
/dos
Hope that helps...
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-04-17 14:46 -------
+ changing line 581 to this seems to clear up the problem.
+ CROOT=`awk -F\" '/\[Drive C]/ {if (getline) print $4}' $LCONF`
+
+ I will submit a patch as soon as I can.