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
http://bugs.codeweavers.com/show_bug.cgi?id=219
*** shadow/219 Wed Apr 17 13:19:34 2002
--- shadow/219.tmp.8216 Wed Apr 17 13:54:06 2002
***************
*** 2,8 ****
| realMyst and many other programs refuse to run. |
+----------------------------------------------------------------------------+
| Bug #: 219 Product: Wine |
! | Status: NEW Version: 20010305 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-loader |
--- 2,8 ----
| realMyst and many other programs refuse to run. |
+----------------------------------------------------------------------------+
| Bug #: 219 Product: Wine |
! | Status: NEW Version: 20011108 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-loader |
***************
*** 57,59 ****
--- 57,92 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-04-17 13:19 -------
Edward, do you see the issue with recent Wine builds?
+
+ ------- Additional Comments From eddie(a)omegaware.com 2002-04-17 13:54 -------
+ I just tested it with the Codeweavers-Wine build 20011108.
+ I get this output
+ -------
+ fixme:win32:DEVICE_Open Unknown/unsupported VxD SICE. Try --winver nt40 or win31 !
+ fixme:win32:DEVICE_Open Unknown/unsupported VxD SIWVID. Try --winver nt40 or win31 !
+ fixme:win32:DEVICE_Open Unknown/unsupported VxD NTICE. Try --winver nt40 or win31 !
+ wine: Unhandled exception, starting debugger...
+ err:seh:start_debugger Couldn't start debugger ("debugger/winedbg 134644056 48") (2)
+ Read the Wine Developers Guide on how to set up winedbg or another debugger
+ -------
+ under wine version 20011226 (WineX CVS) I get this output
+ -------
+ fixme:win32:DEVICE_Open Unknown/unsupported VxD SICE. Try --winver nt40 or win31 !
+ fixme:win32:DEVICE_Open Unknown/unsupported VxD SIWVID. Try --winver nt40 or win31 !
+ fixme:win32:DEVICE_Open Unknown/unsupported VxD NTICE. Try --winver nt40 or win31 !
+ err:int:INSTR_IDT_Emulate Evil attempt to exploit win9x system security flaws
+ detected
+ err:int:INSTR_IDT_Emulate UNIX system security is too strong, can't emulate properly
+ wine: Unhandled exception, starting debugger...
+ err:seh:start_debugger Couldn't start debugger ("debugger/winedbg 134656512 72") (2)
+ Read the Wine Developers Guide on how to set up winedbg or another debugger
+ -------
+
+ And when I run wine with --winver nt40 or win2k I get the same error messages
+ with several dozen of this new one (with both versions of wine)
+ -------
+ fixme:win32:DEVICE_Open Unknown/unsupported VxD Secdrv. Try --winver nt40 or win31 !
+ -------
+ I have one possble thought... which is that maybe it has something to do with
+ wine having debugging.. as I know I had problems with other games which
+ complained that I was running within a debugger and refused to run.
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=109
*** shadow/109 Thu Mar 15 17:45:11 2001
--- shadow/109.tmp.5996 Wed Apr 17 13:37:34 2002
***************
*** 2,16 ****
| Wine's debian package not creating winedbg registry |
+----------------------------------------------------------------------------+
| Bug #: 109 Product: Wine |
! | Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-ports |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: ishikawa(a)yk.rim.or.jp |
| CC list: Cc: |
+----------------------------------------------------------------------------+
| URL: |
+============================================================================+
| DESCRIPTION |
--- 2,17 ----
| Wine's debian package not creating winedbg registry |
+----------------------------------------------------------------------------+
| Bug #: 109 Product: Wine |
! | Status: RESOLVED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-ports |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: ishikawa(a)yk.rim.or.jp |
| CC list: Cc: |
+----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
| URL: |
+============================================================================+
| DESCRIPTION |
***************
*** 66,68 ****
--- 67,73 ----
------- Additional Comments From BenE-A(a)new.rr.com 2001-03-15 17:45 -------
Why are you trying to do this? both KDE and GNOME have scientific calculator applications, which is basically what calc.exe is. I used to use WinBlows for prety much everything before I took the anti-M$ pledge, so I know these things.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-04-17 13:37 -------
+ According to comments from Jim Graham I assume we won't fix this.
+ Discuss the issue on wine-devel if you still want this to be fixed.
\ No newline at end of file