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 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.
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 on, however.
\ No newline at end of file
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"?
\ No newline at end of file
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.
http://bugs.codeweavers.com/show_bug.cgi?id=581
*** shadow/581 Wed Apr 17 14:38:58 2002
--- shadow/581.tmp.15179 Wed Apr 17 14:38:58 2002
***************
*** 0 ****
--- 1,36 ----
+ +============================================================================+
+ | Weird contextmenu appearing on Open common dialogbox |
+ +----------------------------------------------------------------------------+
+ | Bug #: 581 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020310 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-misc |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: myasar(a)free.fr |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ Launch notepad for example and File|Open to open Openfile dialog,
+ select "Detailled view".
+ Double-click inside the listview on a blank zone causes a
+ context menu to appears at coord (0,0) of the screen.
+
+ Cause :
+ In listview.c we are sending LVM_ITEMSELECTA on doubleclick :
+ we see in LISTVIEW_LButtonDblClk()) : hdr_notify(hwnd, LVN_ITEMACTIVATE)
+
+ From shell32/shlview.c ShellView_OnNotify() we have :
+
+ case LVN_ITEMACTIVATE:
+ TRACE("-- LVN_ITEMACTIVATE %p\n",This);
+ OnStateChange(This, CDBOSC_SELCHANGE); /* the browser will get the
+ IDataObject now */
+ ShellView_DoContextMenu(This, 0, 0, TRUE);
+ break;
+
+ Tested on Wine-20020411 (and previous releases)
\ No newline at end of file