Wine-Bugs
By thread
wine-bugs@list.winehq.org
By month
Messages by month
- ----- 2026 -----
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2003 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2002 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2001 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
April 2004
- 7 participants
- 642 messages
[Bug 2148] New: crash in x11drv using Internet Explorer 6
by Wine Bugs
http://bugs.winehq.org/show_bug.cgi?id=2148
Summary: crash in x11drv using Internet Explorer 6
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flash+wine(a)minet.net
I experiment random crashes using Internet Explorer 6 (I don't know if it's new,
since it's the first time I tried it). It seems it occurs when IE wants to
repaint its window (but not always).
I'm using Wine from yesterday's CVS (20040401).
Output from winedbg :
Unhandled exception: page fault on read access to 0x00000008 in 32-bit code
(0x40ce7e70).
In 32-bit mode.
0x40ce7e70 (X11DRV_CLIPBOARD_LookupFormat+0x29 [clipboard.c:372] in X11DRV.DLL):
cmpl $0,0x8(%esi)
372 if (!lpFormat->drvData) intern_atoms();
Wine-dbg>bt
Backtrace:
=>0 0x40ce7e70 (X11DRV_CLIPBOARD_LookupFormat+0x29(wID=0x0) [clipboard.c:372] in
X11DRV.DLL) (ebp=42d0fc18)
1 0x40cea21c (X11DRV_GetClipboardFormatName+0x27(wFormat=0x0,
retStr=0x42d0fc78, maxlen=0x3f) [clipboard.c:2044] in X11DRV.DLL) (ebp=42d0fc38)
2 0x4087b381 (GetClipboardFormatNameA+0x57(wFormat=0x0, retStr=0x42d0fc78,
maxlen=0x3f) [clipboard.c:295] in USER32.DLL) (ebp=42d0fc58)
3 0x70513e38 (IMGUTIL.DLL.DecodeImage+0xc2 in IMGUTIL.DLL) (ebp=42d0fcd8)
4 0x70e9137c (MSHTML.DLL.com_ms_osp_ospmrshl_releaseByValExternal+0x6443d in
MSHTML.DLL) (ebp=42d0fd04)
5 0x70d7dbfd (MSHTML.DLL.DllGetClassObject+0x3e649 in MSHTML.DLL) (ebp=42d0ff1c)
6 0x70cd7f2c (MSHTML.DLL..text+0x86f2c in MSHTML.DLL) (ebp=42d0fff4)
7 0x40029f31 (wine_switch_to_stack+0x11 in libwine.so.1) (ebp=00000000)
--
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.
April 2, 2004
[Bug 2147] New: ComboBox keeps getting WM_LBUTTONDOWN after one click, never stops.
by Wine Bugs
http://bugs.winehq.org/show_bug.cgi?id=2147
Summary: ComboBox keeps getting WM_LBUTTONDOWN after one click,
never stops.
Product: Wine
Version: 20040309
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: patrik.simons(a)neotide.fi
I have an older application (copyright 1996-1998) that works in
wine_0.0.20020411 (Debian stable) but not in any later Debian version,
wine_0.0.20040309 included.
When I click on a combobox in this app it behaves as if I were clicking on it
like mad, and the only way to stop it is to shut down wine.
Running wine --debugmsg +combo app
gives the following:
(Wine_0.0.20020411 gets WM_LBUTTONUP instead of WM_CANCELMODE, otherwise
they are very similar up to that point)
trace:combo:ComboWndProc_common [0x1007f]: msg WM_NCHITTEST wp 00000000 lp 01820293
trace:combo:ComboWndProc_common [0x1007f]: msg WM_SETCURSOR wp 0001007f lp 02000001
trace:combo:ComboWndProc_common [0x1007f]: msg WM_MOUSEMOVE wp 00000001 lp 000d007d
trace:combo:ComboWndProc_common [0x1007f]: msg WM_NCHITTEST wp 00000000 lp 01820293
trace:combo:ComboWndProc_common [0x1007f]: msg WM_NCHITTEST wp 00000000 lp 01820293
trace:combo:ComboWndProc_common [0x1007f]: msg WM_MOUSEACTIVATE wp 00010026 lp
02010001
trace:combo:ComboWndProc_common [0x1007f]: msg WM_SETCURSOR wp 0001007f lp 02010001
trace:combo:ComboWndProc_common [0x1007f]: msg WM_LBUTTONDOWN wp 00000001 lp
000d007d
trace:combo:CBDropDown [0x1007f]: drop down
trace:combo:ComboWndProc_common [0x1007f]: msg CB_GETCOUNT wp 00000000 lp 00000000
trace:combo:ComboLBWndProc_common [0x10080]: msg LB_GETCOUNT wp 00000000 lp 00000000
trace:combo:ComboLBWndProc_common default on msg [018b]
trace:combo:ComboLBWndProc_common [0x10080]: msg WM_WINDOWPOSCHANGING wp
00000000 lp 4074f478
trace:combo:ComboLBWndProc_common default on msg [0046]
trace:combo:ComboLBWndProc_common [0x10080]: msg WM_CHILDACTIVATE wp 00000000 lp
00000000
trace:combo:ComboLBWndProc_common default on msg [0022]
trace:combo:ComboLBWndProc_common [0x10080]: msg LB_GETCURSEL wp 00000000 lp
00000000
trace:combo:ComboLBWndProc_common default on msg [0188]
trace:combo:ComboLBWndProc_common [0x10080]: msg LB_SETTOPINDEX wp 00000000 lp
00000000
trace:combo:ComboLBWndProc_common default on msg [0197]
trace:combo:ComboLBWndProc_common [0x10080]: msg LB_CARETON wp 00000000 lp 00000000
trace:combo:ComboLBWndProc_common default on msg [01a3]
trace:combo:ComboLBWndProc_common [0x10080]: msg LB_GETCOUNT wp 00000000 lp 00000000
trace:combo:ComboLBWndProc_common default on msg [018b]
trace:combo:ComboLBWndProc_common [0x10080]: msg LB_GETITEMHEIGHT wp 00000000 lp
00000000
trace:combo:ComboLBWndProc_common default on msg [01a1]
trace:combo:ComboLBWndProc_common [0x10080]: msg WM_WINDOWPOSCHANGING wp
00000000 lp 4074f9fc
trace:combo:ComboLBWndProc_common default on msg [0046]
trace:combo:ComboLBWndProc_common [0x10080]: msg WM_WINDOWPOSCHANGED wp 00000000
lp 4074f9fc
trace:combo:ComboLBWndProc_common [0x10080]: msg WM_MOVE wp 00000000 lp 01900217
trace:combo:ComboLBWndProc_common default on msg [0003]
trace:combo:ComboLBWndProc_common default on msg [0047]
trace:combo:ComboWndProc_common [0x1007f]: msg WM_PAINT wp 00000000 lp 00000000
trace:combo:ComboWndProc_common [0x1007f]: msg WM_ERASEBKGND wp 00000074 lp 00000000
trace:combo:COMBO_Paint hdc=0x74
trace:combo:CBPaintText
trace:combo:ComboLBWndProc_common [0x10080]: msg LB_GETCURSEL wp 00000000 lp
00000000
trace:combo:ComboLBWndProc_common default on msg [0188]
trace:combo:ComboLBWndProc_common [0x10080]: msg LB_GETTEXTLEN wp 00000000 lp
00000000
trace:combo:ComboLBWndProc_common default on msg [018a]
trace:combo:ComboLBWndProc_common [0x10080]: msg LB_GETTEXT wp 00000000 lp 4047471c
trace:combo:ComboLBWndProc_common default on msg [0189]
trace:combo:ComboWndProc_common [0x1007f]: msg WM_PAINT wp 00000000 lp 00000000
trace:combo:ComboWndProc_common [0x1007f]: msg WM_ERASEBKGND wp 00000074 lp 00000000
trace:combo:COMBO_Paint hdc=0x74
trace:combo:CBPaintText
trace:combo:ComboLBWndProc_common [0x10080]: msg LB_GETCURSEL wp 00000000 lp
00000000
trace:combo:ComboLBWndProc_common default on msg [0188]
trace:combo:ComboLBWndProc_common [0x10080]: msg LB_GETTEXTLEN wp 00000000 lp
00000000
trace:combo:ComboLBWndProc_common default on msg [018a]
trace:combo:ComboLBWndProc_common [0x10080]: msg LB_GETTEXT wp 00000000 lp 404755e4
trace:combo:ComboLBWndProc_common default on msg [0189]
trace:combo:ComboWndProc_common [0x1007f]: msg WM_CANCELMODE wp 00000000 lp 00000000
trace:combo:ComboWndProc_common [0x1007f]: msg WM_CAPTURECHANGED wp 00000000 lp
00000000
trace:combo:ComboWndProc_common [0x1007f]: msg WM_NCHITTEST wp 00000000 lp 01820293
trace:combo:ComboWndProc_common [0x1007f]: msg WM_MOUSEACTIVATE wp 00010026 lp
02010001
trace:combo:ComboWndProc_common [0x1007f]: msg WM_SETCURSOR wp 0001007f lp 02010001
trace:combo:ComboWndProc_common [0x1007f]: msg WM_LBUTTONDBLCLK wp 00000001 lp
000d007d
trace:combo:ComboWndProc_common [0x1007f]: msg WM_NCHITTEST wp 00000000 lp 01820293
trace:combo:ComboWndProc_common [0x1007f]: msg WM_MOUSEACTIVATE wp 00010026 lp
02010001
trace:combo:ComboWndProc_common [0x1007f]: msg WM_SETCURSOR wp 0001007f lp 02010001
trace:combo:ComboWndProc_common [0x1007f]: msg WM_LBUTTONDOWN wp 00000001 lp
000d007d
trace:combo:CBRollUp [0x1007f]: sel ok? [1] dropped? [1]
And it continues in the same style with repeated WM_LBUTTONDOWN and
strangely enough WM_LBUTTONDBLCLK messages.
--
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.
April 2, 2004
[Bug 2146] New: SHELL_GetPathFromIDListW broken
by Wine Bugs
http://bugs.winehq.org/show_bug.cgi?id=2146
Summary: SHELL_GetPathFromIDListW broken
Product: Wine
Version: 20040309
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mmokrejs(a)natur.cuni.cz
I wanted to install the unicows.dll file. Get the exe fiel from
http://www.microsoft.com/downloads/details.aspx?FamilyId=73BA7BD7-ED06-4F0D…
and execute it, browse to c:\Windows\System, after pressing OK you get this crash:
$ wine ~/unicows.exe
wine: Unhandled exception (thread 0009), starting debugger...
WineDbg starting on pid 8
Can't find file for ELF 'wine-kthread' ((nil))
No debug information in ELF 'wine-pthread' ((nil))
Breakpoint 1 at 0x4000c1f0 (_end+0x3fef9ce0)
No debug information in ELF '/usr/lib/wine/lib/libwine.so.1' (0x40016000)
No debug information in ELF '/lib/libpthread.so.0' (0x4004b000)
No debug information in ELF '/lib/libc.so.6' (0x4009c000)
No debug information in ELF '/lib/libdl.so.2' (0x401ce000)
No debug information in ELF '/lib/libm.so.6' (0x401d2000)
No debug information in ELF '/lib/ld-linux.so.2' (0x40000000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/ntdll.dll.so' (0x401f4000)
No debug information in ELF '/usr/lib/wine/lib/libwine_unicode.so.1' (0x40256000)
No debug information in ELF '/lib/libnss_compat.so.2' (0x40030000)
No debug information in ELF '/lib/libnsl.so.1' (0x40366000)
No debug information in ELF '/lib/libnss_nis.so.2' (0x40038000)
No debug information in ELF '/lib/libnss_files.so.2' (0x40041000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/kernel32.dll.so'
(0x40490000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/advapi32.dll.so'
(0x408c0000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/gdi32.dll.so' (0x408f2000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/user32.dll.so'
(0x40970000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/comctl32.dll.so'
(0x40aac000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/version.dll.so'
(0x40b57000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/lz32.dll.so' (0x40b71000)
Unsupported debug information in ELF '/usr/X11R6/lib/libfreetype.so.6' (0x40ba4000)
Unsupported debug information in ELF '/usr/X11R6/lib/libfontconfig.so.1'
(0x40bf6000)
Unsupported debug information in ELF '/usr/X11R6/lib/libexpat.so.0' (0x40c1e000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/x11drv.dll.so'
(0x40c41000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x40351000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40cb1000)
No debug information in ELF '/usr/X11R6/lib/libXxf86dga.so.1' (0x4035a000)
No debug information in ELF '/usr/X11R6/lib/libXxf86vm.so.1' (0x40cc8000)
No debug information in ELF '/usr/X11R6/lib/libXrandr.so.2' (0x40362000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x40cce000)
No debug information in ELF '/usr/X11R6/lib/libXv.so.1' (0x4037b000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40cd6000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40ce6000)
No debug information in ELF '/usr/X11R6/lib/libGL.so.1' (0x40dc6000)
No debug information in ELF '/usr/X11R6/lib/libXcursor.so.1' (0x40e3a000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2'
(0x40b87000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2'
(0x40e44000)
No debug information in ELF '/usr/lib/gconv/ISO8859-2.so' (0x40b92000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/imm32.dll.so' (0x40e61000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/shell32.dll.so'
(0x40e7e000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/ole32.dll.so' (0x40ef4000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/rpcrt4.dll.so'
(0x40f69000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/shlwapi.dll.so'
(0x40fb2000)
No debug information in 32bit DLL 'H:\unicows.exe' (0x1000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x40210000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x404c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x408d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x40910000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x40990000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL' (0x40ac0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\LZ32.DLL' (0x40b80000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\VERSION.DLL' (0x40b60000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40c50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x40e70000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x40f80000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40f10000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0x40fd0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL' (0x40ea0000)
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x40eb7311).
In 32-bit mode.
0x40eb7311 (SHELL_GetPathFromIDListW+0x21 [pidl.c:1377] in SHELL32.DLL): movw
$0x0,0x0(%eax)
Unable to open file
/var/tmp/portage/wine-20040309/work/wine-20040309/dlls/shell32/pidl.c
Wine-dbg>
Wine-dbg>where
Backtrace:
=>0 0x40eb7311 (SHELL_GetPathFromIDListW+0x21(pidl=0x403cd710, pszPath=0x0,
uOutSize=0x104) [pidl.c:1377] in SHELL32.DLL) (ebp=408bf288)
1 0x40eb7570 (SHGetPathFromIDListW+0x40(pidl=0x403cd710, pszPath=0x0)
[pidl.c:1447] in SHELL32.DLL) (ebp=408bf2a4)
2 0x40eab763 (BrsFolderDlgProc+0x173(hWnd=0x10027, msg=0x111, wParam=0x1,
lParam=0x10028) [brsfolder.c:395] in SHELL32.DLL) (ebp=408bf2d8)
3 0x40a0a87f (WINPROC_wrapper+0x17 in USER32.DLL) (ebp=408bf2fc)
4 0x40a0a8fb (WINPROC_CallWndProc+0x6b(proc=0x40eab5f0, hwnd=0x10027,
msg=0x111, wParam=0x1, lParam=0x10028) [winproc.c:230] in USER32.DLL) (ebp=408bf330)
5 0x40a11810 (CallWindowProcW+0xc0(func=0x40a9b228, hwnd=0x10027, msg=0x111,
wParam=0x1, lParam=0x10028) [winproc.c:3144] in USER32.DLL) (ebp=408bf360)
6 0x409dfc9a (DefDlgProcW+0x6a(hwnd=0x10027, msg=0x111, wParam=0x1,
lParam=0x10028) [defdlg.c:407] in USER32.DLL) (ebp=408bf38c)
7 0x40a0a87f (WINPROC_wrapper+0x17 in USER32.DLL) (ebp=408bf3b0)
8 0x40a0a8fb (WINPROC_CallWndProc+0x6b(proc=0x409dfc30, hwnd=0x10027,
msg=0x111, wParam=0x1, lParam=0x10028) [winproc.c:230] in USER32.DLL) (ebp=408bf3e4)
9 0x40a11810 (CallWindowProcW+0xc0(func=0x409dfc30, hwnd=0x10027, msg=0x111,
wParam=0x1, lParam=0x10028) [winproc.c:3144] in USER32.DLL) (ebp=408bf414)
10 0x40a23a00 (call_window_proc+0xe0(hwnd=0x10027, msg=0x111, wparam=0x1,
lparam=0x10028, unicode=0x1, same_thread=0x1) [message.c:1450] in USER32.DLL)
(ebp=408bf470)
11 0x40a24851 (SendMessageTimeoutW+0x161(hwnd=0x10027, msg=0x111, wparam=0x1,
lparam=0x10028, flags=0x0, timeout=0xffffffff, res_ptr=0x408bf4f8)
[message.c:1913] in USER32.DLL) (ebp=408bf4d4)
12 0x40a24b21 (SendMessageW+0x51(hwnd=0x10027, msg=0x111, wparam=0x1,
lparam=0x10028) [message.c:1994] in USER32.DLL) (ebp=408bf500)
13 0x409adde0 (ButtonWndProc_common+0xb90(hWnd=0x10028, uMsg=0x202,
wParam=0x0, lParam=0x14001a, unicode=0x1) [button.c:395] in USER32.DLL)
(ebp=408bf5e0)
14 0x409ae376 (ButtonWndProcW+0x66(hWnd=0x10028, uMsg=0x202, wParam=0x0,
lParam=0x14001a) [button.c:480] in USER32.DLL) (ebp=408bf604)
15 0x40a0a87f (WINPROC_wrapper+0x17 in USER32.DLL) (ebp=408bf628)
16 0x40a0a8fb (WINPROC_CallWndProc+0x6b(proc=0x409ae310, hwnd=0x10028,
msg=0x202, wParam=0x0, lParam=0x14001a) [winproc.c:230] in USER32.DLL)
(ebp=408bf65c)
17 0x40a11810 (CallWindowProcW+0xc0(func=0x40a9ada8, hwnd=0x10028, msg=0x202,
wParam=0x0, lParam=0x14001a) [winproc.c:3144] in USER32.DLL) (ebp=408bf68c)
18 0x409eef2b (DispatchMessageW+0xbb(msg=0x408bf718) [message.c:889] in
USER32.DLL) (ebp=408bf6c0)
19 0x409e40f8 (.L322+0x19 [dialog.c] in USER32.DLL) (ebp=408bf6f4)
20 0x409e3751 (DIALOG_DoDialogBox+0x121(hwnd=0x10027, owner=0x20021)
[dialog.c:790] in USER32.DLL) (ebp=408bf744)
21 0x409e392d (DialogBoxParamW+0x9d(hInst=0x40ea0000, name=0x40ef10c0,
owner=0x20021, dlgProc=0x40eab5f0, param=0x408bf79c) [dialog.c:832] in
USER32.DLL) (ebp=408bf774)
22 0x40eabc56 (SHELL32.DLL.SHBrowseForFolder+0xf6 in SHELL32.DLL) (ebp=408bf7c8)
23 0x010047a7 (unicows.exe..text+0x37a7 in unicows.exe) (ebp=408bf814)
24 0x01004ee3 (unicows.exe..text+0x3ee3 in unicows.exe) (ebp=408bf834)
25 0x40a0a87f (WINPROC_wrapper+0x17 in USER32.DLL) (ebp=408bf858)
26 0x40a0a8fb (WINPROC_CallWndProc+0x6b(proc=0x1004e56, hwnd=0x20021,
msg=0x111, wParam=0x836, lParam=0x20024) [winproc.c:230] in USER32.DLL)
(ebp=408bf88c)
27 0x40a1172d (CallWindowProcA+0xed(func=0x40a9b204, hwnd=0x20021, msg=0x111,
wParam=0x836, lParam=0x20024) [winproc.c:3101] in USER32.DLL) (ebp=408bf8bc)
28 0x409dfa9a (DefDlgProcA+0x6a(hwnd=0x20021, msg=0x111, wParam=0x836,
lParam=0x20024) [defdlg.c:354] in USER32.DLL) (ebp=408bf8e8)
29 0x40a0a87f (WINPROC_wrapper+0x17 in USER32.DLL) (ebp=408bf90c)
30 0x40a0a8fb (WINPROC_CallWndProc+0x6b(proc=0x409dfa30, hwnd=0x20021,
msg=0x111, wParam=0x836, lParam=0x20024) [winproc.c:230] in USER32.DLL)
(ebp=408bf940)
31 0x40a11188 (WINPROC_CallProc32WTo32A+0xa8(func=0x409dfa30, hwnd=0x20021,
msg=0x111, wParam=0x836, lParam=0x20024) [winproc.c:2920] in USER32.DLL)
(ebp=408bf974)
32 0x40a1183d (CallWindowProcW+0xed(func=0x40a9ae6a, hwnd=0x20021, msg=0x111,
wParam=0x836, lParam=0x20024) [winproc.c:3140] in USER32.DLL) (ebp=408bf9a4)
33 0x40a23a00 (call_window_proc+0xe0(hwnd=0x20021, msg=0x111, wparam=0x836,
lparam=0x20024, unicode=0x1, same_thread=0x1) [message.c:1450] in USER32.DLL)
(ebp=408bfa00)
34 0x40a24851 (SendMessageTimeoutW+0x161(hwnd=0x20021, msg=0x111,
wparam=0x836, lparam=0x20024, flags=0x0, timeout=0xffffffff, res_ptr=0x408bfa88)
[message.c:1913] in USER32.DLL) (ebp=408bfa64)
35 0x40a24b21 (SendMessageW+0x51(hwnd=0x20021, msg=0x111, wparam=0x836,
lparam=0x20024) [message.c:1994] in USER32.DLL) (ebp=408bfa90)
36 0x409adde0 (ButtonWndProc_common+0xb90(hWnd=0x20024, uMsg=0x202,
wParam=0x0, lParam=0x10001b, unicode=0x0) [button.c:395] in USER32.DLL)
(ebp=408bfb70)
37 0x409ae3e3 (ButtonWndProcA+0x63(hWnd=0x20024, uMsg=0x202, wParam=0x0,
lParam=0x10001b) [button.c:490] in USER32.DLL) (ebp=408bfb94)
38 0x40a0a87f (WINPROC_wrapper+0x17 in USER32.DLL) (ebp=408bfbb8)
39 0x40a0a8fb (WINPROC_CallWndProc+0x6b(proc=0x409ae380, hwnd=0x20024,
msg=0x202, wParam=0x0, lParam=0x10001b) [winproc.c:230] in USER32.DLL)
(ebp=408bfbec)
40 0x40a11188 (WINPROC_CallProc32WTo32A+0xa8(func=0x409ae380, hwnd=0x20024,
msg=0x202, wParam=0x0, lParam=0x10001b) [winproc.c:2920] in USER32.DLL)
(ebp=408bfc20)
41 0x40a1183d (CallWindowProcW+0xed(func=0x40a9ad84, hwnd=0x20024, msg=0x202,
wParam=0x0, lParam=0x10001b) [winproc.c:3140] in USER32.DLL) (ebp=408bfc50)
42 0x409eef2b (DispatchMessageW+0xbb(msg=0x408bfcdc) [message.c:889] in
USER32.DLL) (ebp=408bfc84)
43 0x409e40f8 (.L322+0x19 [dialog.c] in USER32.DLL) (ebp=408bfcb8)
44 0x409e3751 (DIALOG_DoDialogBox+0x121(hwnd=0x20021, owner=0x0)
[dialog.c:790] in USER32.DLL) (ebp=408bfd08)
45 0x409e39a9 (DialogBoxIndirectParamAorW+0x69(hInstance=0x1000000,
template=0x100fbc8, owner=0x0, dlgProc=0x1004e56, param=0x0, flags=0x2)
[dialog.c:845] in USER32.DLL) (ebp=408bfd34)
46 0x409e3a04 (DialogBoxIndirectParamA+0x44(hInstance=0x1000000,
template=0x100fbc8, owner=0x0, dlgProc=0x1004e56, param=0x0) [dialog.c:854] in
USER32.DLL) (ebp=408bfd58)
47 0x010041a3 (unicows.exe..text+0x31a3 in unicows.exe) (ebp=408bfd80)
48 0x010058f3 (unicows.exe..text+0x48f3 in unicows.exe) (ebp=408bfeb0)
49 0x01005947 (unicows.exe..text+0x4947 in unicows.exe) (ebp=408bff20)
50 0x4050ba87 (start_process+0xe7(arg=0x0) [process.c:763] in KERNEL32.DLL)
(ebp=408bfff4)
51 0x4001a8b1 (wine_switch_to_stack+0x11 in libwine.so.1) (ebp=00000000)
Wine-dbg>
--
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.
April 2, 2004
[Bug 2145] New: Wine build failing at directx.c
by Wine Bugs
http://bugs.winehq.org/show_bug.cgi?id=2145
Summary: Wine build failing at directx.c
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: damntrashcan(a)bellsouth.net
While compiling directx.c in wine/dlls/d3d8/ , I got an error stating
that GL_MAX_VERTEX_UNITS_ARB was not defined.
So I figured it'd either be defined in a library included in the
directx.c file, or defined in directx.c itself.
It was not defined in directx.c, as I found when I grepped the file(only
1 instance of it anywhere in the file at all)
So I pulled a list of all libraries included in the directx.c file and
grepped each for the same GL_MAX_VERTEX_UNITS_ARB string.
None matched.
There WERE about six files on my system that held an item
GL_MAX_VERTEX_UNITS_ARB, but they were all:
A. OpenGL related
B. Not included or referenced in directx.c
C. Not referenced in any files or libs referenced by directx.c, as far as I was
able to tell.
This appears to be a Wine code error, or an undocumented set of system
requirements. Either way, I've already reinstalled my GFX drivers(Geforce),
glut, gle, and Mesa, and none of this fixed the issue.
--
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.
April 2, 2004
[Bug 2035] winealsa does not work in CVS as of 2/17/2003
by Wine Bugs
http://bugs.winehq.org/show_bug.cgi?id=2035
brettholcomb(a)charter.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #552 is|0 |1
obsolete| |
Attachment #571 is|0 |1
obsolete| |
Attachment #572 is|0 |1
obsolete| |
------- Additional Comments From brettholcomb(a)charter.net 2004-01-04 20:28 -------
Created an attachment (id=574)
--> (http://bugs.winehq.org/attachment.cgi?id=574&action=view)
Wave test - failed
Wave test - failed.
wave.c:315:Testing invalid 2MHz format
err:wave:wodOpen Rate doesn't match (requested 2000000 Hz, got 48000 Hz)
err:wave:wodOpen Rate doesn't match (requested 2000000 Hz, got 48000 Hz)
wave.c:466:found 1 WaveIn devices
wave.c:491: Test failed: waveInMessage: failed to get interface size for
device: 0 rc=8
wave.c:502: 0: "SB16 Wave In" ((null)) 1.0 (2:260): channels=2 formats=00888
wave.c:427:Recording at 11025x16x2 0000
wave.c:427:Recording at 11025x16x2 0008
wave.c:427:Recording at 22050x16x2 0000
wave.c:427:Recording at 22050x16x2 0008
wave.c:427:Recording at 44100x16x2 0000
wave.c:427:Recording at 44100x16x2 0008
wave.c:516:Testing invalid 2MHz format
err:wave:widOpen Rate doesn't match (requested 2000000 Hz, got 48000 Hz)
err:wave:widOpen Rate doesn't match (requested 2000000 Hz, got 48000 Hz)
wave: 199 tests executed, 0 marked as todo, 1 failure.
--
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.
April 2, 2004
[Bug 2035] winealsa does not work in CVS as of 2/17/2003
by Wine Bugs
http://bugs.winehq.org/show_bug.cgi?id=2035
------- Additional Comments From brettholcomb(a)charter.net 2004-01-04 20:27 -------
Created an attachment (id=573)
--> (http://bugs.winehq.org/attachment.cgi?id=573&action=view)
Dsound test - successfull
Dsound test - worked.
--
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.
April 2, 2004
[Bug 2144] New: wine should provide a mechanism for specifying the default printer
by Wine Bugs
http://bugs.winehq.org/show_bug.cgi?id=2144
Summary: wine should provide a mechanism for specifying the
default printer
Product: Wine
Version: 20040309
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: todd.allen(a)attglobal.net
I've spent several hours trying to figure out how to specify a default printer
with wine, poring over .wine/*.reg and win.ini files. And I've concluded that
it's impossible. That no matter what the user does, wine will select the
default printer in the cups configuration, and make that the default printer for
wine. If I've got that wrong, I'd sure like to know. If it's right, I'd like
to request an configurable to control the default printer.
I thought for a while that changing the win.ini [windows] device= entry might do
it. But no. wine just resets it back to the cups default.
I would like my wine configuration to print to a file by default. So, I
modified win.ini with an entry like this:
[windows]
device=Wine PostScript Driver FILE,WINEPS,FILE:
Then I run:
(unset PRINTER; unset LPDEST; wine notepad)
I didn't know if PRINTER and/or LPDEST might be forcing it, so you can consider
the unset's to be paranoia.
In the notepad, I select File / Print. And it pops up a dialog that has the
CUPS default printer, skunk. Also, it printed this:
fixme:commdlg:PRINTDLG_SetUpPrinterListComboW Can't find '(null)' in printer
list so trying to find default
When I exit from the notepad, the win.ini file has been rewritten with this:
[windows]
device=skunk,WINEPS,LPR:skunk
--
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.
April 2, 2004
[Bug 2143] http://www.macsense.com/driver/pc/MIH-130v1.20_af8.exe
by Wine Bugs
http://bugs.winehq.org/show_bug.cgi?id=2143
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-01-04 18:53 -------
in your ~/.wine/config file change the windows version to Winxp. Like so..
[Version]
; Windows version to imitate
(win95,win98,winme,nt351,nt40,win2k,winxp,win2k3,win20,win30,win31)
"Windows" = "winxp"
; DOS version to imitate
;"DOS" = "6.22"
--
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.
April 2, 2004
[Bug 2137] wine: failed to create the process heap
by Wine Bugs
http://bugs.winehq.org/show_bug.cgi?id=2137
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-01-04 18:43 -------
For some reason Fedora is not "playing nice" with wine... see
Bug 1088 , Bug 1769 , Bug 1889 , Bug 1955 , bug 1970
--
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.
April 2, 2004
[Bug 2140] notepad / printer setup / portrait causes page fault & termination
by Wine Bugs
http://bugs.winehq.org/show_bug.cgi?id=2140
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-01-04 18:40 -------
For some reason Fedora is not "playing nice" with wine... see
Bug 1088 , Bug 1769 , Bug 1889 , Bug 1955 , bug 1970
--
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.
April 2, 2004