Wine-Devel
By thread
wine-devel@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
- March
- February
April 2002
- 132 participants
- 664 messages
wine/debugger/stabs.c patch breaks FreeBSD
by Gerald Pfeifer
The following patch to wine/debugger/stabs.c breaks FreeBSD:
revision 1.45
date: 2002/04/02 02:38:37; author: julliard; state: Exp; lines: +2 -0
Check ELF signature before processing file.
stabs.c: In function `DEBUG_ProcessElfFile':
stabs.c:1232: `ELFMAG' undeclared (first use in this function)
stabs.c:1232: (Each undeclared identifier is reported only once
stabs.c:1232: for each function it appears in.)
stabs.c:1232: `SELFMAG' undeclared (first use in this function)
In /usr/include/sys/elf_common FreeBSD has
/* Values for the magic number bytes. */
#define ELFMAG0 0x7f
#define ELFMAG1 'E'
#define ELFMAG2 'L'
#define ELFMAG3 'F'
but not ELFMAG and nothing similiar to SELFMAG.
Gerald
--
Gerald "Jerry" pfeifer(a)dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/
April 2, 2002
wine/dlls/winedos/dosvm.c breaks FreeBSD
by Gerald Pfeifer
The following patch breaks building on FreeBSD 4.5:
revision 1.15
date: 2002/04/01 20:56:15; author: julliard; state: Exp; lines: +15 -4
Jukka Heinonen <jhei(a)iki.fi>
Routine DOSVM_Wait now wakes up if new events are queued and it
returns if it processed any queued events.
with the following error:
/usr/bin/gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall
-mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT
-I/usr/X11R6/include -o dosvm.o dosvm.c
dosvm.c: In function `DOSVM_Init':
dosvm.c:687: `event_notifier' undeclared (first use in this function)
dosvm.c:687: (Each undeclared identifier is reported only once
dosvm.c:687: for each function it appears in.)
gmake: *** [dosvm.o] Error 1
because event_notifier is defined within an #ifdef MZ_SUPPORTED covering
most of this file which is not active on FreeBSD, but -- after this patch
-- referenced in code that *is* active on FreeBSD.
I'd appreciate could you have a look...
Gerald
--
Gerald "Jerry" pfeifer(a)dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/
April 2, 2002
ExitProcess crashes apps
by 520007368975-0001@t-online.de
Hi
After just compiling and installing current cvs wine I get an unhandled
exception every time an app closes.
The culprit seems to be somewhere in kernel32.ExitProcess:
Here is the relay output of the uninstaller that comes with wine (last 50
lines)
Enrico
farmboy1(a)subdimension.com
08070840:Ret x11drv.SelectPen() retval=000000e6 ret=4070c3e1
08070840:Call x11drv.SelectBrush(403b44b0,0000075a) ret=4070c3b2
08070840:Ret x11drv.SelectBrush() retval=0000075a ret=4070c3b2
08070840:Call x11drv.SelectPen(403b44b0,0000008a) ret=4070c3e1
08070840:Ret x11drv.SelectPen() retval=0000008a ret=4070c3e1
08070840:Call x11drv.SelectBrush(403b44b0,0000006e) ret=4070c3b2
08070840:Ret x11drv.SelectBrush() retval=0000006e ret=4070c3b2
08070840:Call x11drv.SetDeviceClipping(403b44b0) ret=406fecee
08070840:Ret x11drv.SetDeviceClipping() retval=00000000 ret=406fecee
08070840:Call x11drv.SelectBrush(403b44b0,0000006e) ret=4070c3b2
08070840:Ret x11drv.SelectBrush() retval=0000006e ret=4070c3b2
08070840:Call x11drv.GetDeviceCaps(403b44b0,00000022) ret=407019ed
08070840:Ret x11drv.GetDeviceCaps() retval=000079f7 ret=407019ed
08070840:Call x11drv.SelectFont(403b44b0,000000a2) ret=4070c24c
08070840:Ret x11drv.SelectFont() retval=00000001 ret=4070c24c
08070840:Call x11drv.SelectPen(403b44b0,0000008a) ret=4070c3e1
08070840:Ret x11drv.SelectPen() retval=0000008a ret=4070c3e1
08070840:Call x11drv.SetBkColor(403b44b0,00ffffff) ret=40701a8a
08070840:Ret x11drv.SetBkColor() retval=00ffffff ret=40701a8a
08070840:Call x11drv.SetTextColor(403b44b0,00000000) ret=40701b3a
08070840:Ret x11drv.SetTextColor() retval=00000000 ret=40701b3a
08070840:Ret window proc 0x405e96f4
(hwnd=00010025,msg=BM_SETSTATE,wp=00000000,lp=00000000) retval=00000000
08070840:Call window proc 0x405e96f4
(hwnd=00010025,msg=WM_CAPTURECHANGED,wp=00000000,lp=00000000)
08070840:Ret window proc 0x405e96f4
(hwnd=00010025,msg=WM_CAPTURECHANGED,wp=00000000,lp=00000000) retval=00000000
08070840:Call window proc 0x4001c7f8
(hwnd=00010021,msg=WM_COMMAND,wp=00000002,lp=00010025)
08070840:Call user32.PostQuitMessage(00000000) ret=4001ce19
08070840:Ret user32.PostQuitMessage() retval=00000001 ret=4001ce19
08070840:Ret window proc 0x4001c7f8
(hwnd=00010021,msg=WM_COMMAND,wp=00000002,lp=00010025) retval=00000000
08070840:Ret window proc 0x405e96f4
(hwnd=00010025,msg=WM_LBUTTONUP,wp=00000000,lp=000a0057) retval=00000000
08070840:Ret user32.DispatchMessageA() retval=00000000 ret=4001c311
08070840:Call user32.GetMessageA(40586e18,00000000,00000000,00000000)
ret=4001c31d
08070840:Call
x11drv.MsgWaitForMultipleObjectsEx(00000000,00000000,00000000,00000000,00000000)
ret=405deb9a
08070840:Ret x11drv.MsgWaitForMultipleObjectsEx() retval=00000102
ret=405deb9a
08070840:Ret user32.GetMessageA() retval=00000000 ret=4001c31d
08070840:Call kernel32.ExitProcess(00000000) ret=4001b07c
08070840:Call PE DLL (proc=0x405e5140,module=405c5000,type=0,res=0x1)
08070840:Ret PE DLL (proc=0x405e5140,module=405c5000,type=0,res=0x1) retval=1
08070840:Call PE DLL (proc=0x40829860,module=4081e000,type=0,res=0x1)
080a9e40:Ret x11drv.MsgWaitForMultipleObjectsEx() retval=00000001
ret=405deec9
080a9e40:Call
x11drv.MsgWaitForMultipleObjectsEx(00000000,00000000,00000000,00000000,00000000)
ret=405deb9a
080a9e40:Ret x11drv.MsgWaitForMultipleObjectsEx() retval=00000102
ret=405deb9a
080a9e40:Call
x11drv.MsgWaitForMultipleObjectsEx(00000001,403b3070,ffffffff,00000000,00000000)
ret=405deec9
08070840:Ret PE DLL (proc=0x40829860,module=4081e000,type=0,res=0x1) retval=1
08070840:Call PE DLL (proc=0x406ee894,module=406e1000,type=0,res=0x1)
08070840:Ret PE DLL (proc=0x406ee894,module=406e1000,type=0,res=0x1) retval=1
08070840:Call PE DLL (proc=0x407749e0,module=40764000,type=0,res=0x1)
08070840:Ret PE DLL (proc=0x407749e0,module=40764000,type=0,res=0x1) retval=1
wine: Unhandled exception, starting debugger...
err:win:WIN_FindWndPtr window 10021 belongs to other process
err:win:WIN_FindWndPtr window 10021 belongs to other process
April 2, 2002
Re: dynamic .fon conversion
by Huw D M Davies
On Sat, Mar 30, 2002 at 02:08:37AM -0800, Francois Gouget wrote:
> On Sat, 30 Mar 2002, David Chow wrote:
>
> > Hi,
> >
> > I am new to Wine develop, I wish to investigate and join, the following
> > is the topic I am interested in.
> >
> > Does Wine develpers planning to implement .fon files support? I mean
> > loading it dynamically? Since Xfree86 4 supports true type fonts, and
> > most of the Linux distribution are now using XFree86-4 . We can actually
> > load these fonts into the Xsever dynamically at run time providing we
> > have some dynamic conversion between the font files.
>
> This issue was raised during WineConf. Wine is now able to use
> FreeType to perform client-side rendering of TrueType fonts. This
> results in fonts that look really great, and you can even get
> anti-aliasing.
> Now, IIRC (Huw will correct me if I'm wrong), it was said that
> FreeType also supports Postscript fonts and .fon fonts. So the way to go
> would be to extend Wine's FreeType support to .fon fonts.
Yes, that's the idea. At the moment we ignore any font that isn't
sfnt format (that's anything that isn't TT or OpenType). The issues
are that we need to implement something sensible for GetGlyphOutline
and GetOutlineTextMetrics for bitmap or Type1 fonts.
Huw.
April 2, 2002
Where is "cprof"
by Luca Fini
I've seen that the Wine development team has also developed a profiler for
multi-threaded programs.
I'd be very interested in using it to profile an application which I'm
developing (with no connection with wine itlself).
Unfortunately the site which is suppose to be the cprof home is at Corel,
which I understand is no longer in business.
Where can I found a workable version of cprof?
Many thanks for any reoply.
l.f.
--
--------------------------------------------------------------------------
-- ) Luca Fini Tel: +39 055 2752 307
___ |\ Osservatorio Astrofisico di Arcetri Fax: +39 055 2752 292
/ | | |-_ L.go E.Fermi, 5 +-----------------------------------------
(___|___//___) 50125 Firenze / WWW: http://www.arcetri.astro.it/~lfini
(_) (_) Italia / e-mail: lfini(a)arcetri.astro.it
-----------------------------+--------------------------------------------
April 2, 2002
Re: Read of memory location 0x7ffe0000 in windows NT
by Laurent Pinchart
>
>
>>Hi everybody,
>>
>>I've stumbled accross some code which reads a dword at memory location
>>0x7ffe000, which causes the program to crash and the wine debugger to start.
>>
>>After some investigation, it seems that reading the memory location
>>0x7ffe0000 should return KeTickCount.LowPart to the user process. Has anyone
>>ever heard about that ? I was wondering if it was a native windows NT
>>behaviour, or if it was done by a special kernel-space exception handler
>>installed by the program.
>>
>It's a native NT thing; a page of memory at that address is shared
>between user and kernel space. The definition in the w2k ddk.
>
I found it, thank you very much.
BTW does anyone know where I can find information about KeTickCount ?
I'd like to understand the meaning and purpose of the 3 fields (LowPart,
High1Time, High2Time). There's nothing about it in the MSDN.
Laurent Pinchart
April 2, 2002
Re: Read of memory location 0x7ffe0000 in windows NT
by Marcus Meissner
On Tue, Apr 02, 2002 at 12:11:09AM +0200, Laurent Pinchart wrote:
> Hi everybody,
>
> I've stumbled accross some code which reads a dword at memory location
> 0x7ffe000, which causes the program to crash and the wine debugger to start.
>
> After some investigation, it seems that reading the memory location
> 0x7ffe0000 should return KeTickCount.LowPart to the user process. Has anyone
> ever heard about that ? I was wondering if it was a native windows NT
> behaviour, or if it was done by a special kernel-space exception handler
> installed by the program.
What program uses that code? Does it change the behaviour if run with
-winver win98 or similar?
Ciao, Marcus
April 2, 2002
[regression] crash in bitblt.c:87
by Thomas Duffy
This used to not happen. Now, I get a crash everytime I start up AOL
5.0 under recent (today) cvs. (cut an paste bug still exists, but you
can at least read the backtrace :)
Unhandled exception: page fault on read access to 0x00000010 in 32-bit code (0x40829fd4). In 32-bit mode. Symbol h_errno is invalid Symbol __strtol_internal is invalid 0x40829fd4 (BitBlt+0xb8 [bitblt.c:87] in libgdi32.dll.so): pushl 0x10(%esi) 87 ret = dcDst->funcs->pBitBlt( dcDst->physDev, xDst, yDst, width, height, Wine-dbg>bt Backtrace:
In 32-bit mode. Symbol h_errno is invalid Symbol __strtol_internal is invalid 0x40829fd4 (BitBlt+0xb8 [bitblt.c:87] in libgdi32.dll.so): pushl 0x10(%esi) 87 ret = dcDst->funcs->pBitBlt( dcDst->physDev, xDst, yDst, width, height, Wine-dbg>bt Backtrace: =>0 0x40829fd4 (BitBlt+0xb8(hdcDst=0x860, xDst=0x3, yDst=0x3, width=0x1, height=0x11, hdcSrc=0x0, xSrc=0x0, ySrc=0x0, rop=0xf
Symbol h_errno is invalid Symbol __strtol_internal is invalid 0x40829fd4 (BitBlt+0xb8 [bitblt.c:87] in libgdi32.dll.so): pushl 0x10(%esi) 87 ret = dcDst->funcs->pBitBlt( dcDst->physDev, xDst, yDst, width, height, Wine-dbg>bt Backtrace: =>0 0x40829fd4 (BitBlt+0xb8(hdcDst=0x860, xDst=0x3, yDst=0x3, width=0x1, height=0x11, hdcSrc=0x0, xSrc=0x0, ySrc=0x0, rop=0xf00021) [bitblt.c:87] in libgdi32.dll.so) (ebp=405c6328)
Symbol __strtol_internal is invalid 0x40829fd4 (BitBlt+0xb8 [bitblt.c:87] in libgdi32.dll.so): pushl 0x10(%esi) 87 ret = dcDst->funcs->pBitBlt( dcDst->physDev, xDst, yDst, width, height, Wine-dbg>bt Backtrace: =>0 0x40829fd4 (BitBlt+0xb8(hdcDst=0x860, xDst=0x3, yDst=0x3, width=0x1, height=0x11, hdcSrc=0x0, xSrc=0x0, ySrc=0x0, rop=0xf00021) [bitblt.c:87] in libgdi32.dll.so) (ebp=405c6328) 1 0x62a03f34 (OBJDRCT.DLL.ListDrawItem+0x2ac in C:\AMERICA ONLINE 5.0\OBJDRCT.DLL) (ebp=405c640c)
0x40829fd4 (BitBlt+0xb8 [bitblt.c:87] in libgdi32.dll.so): pushl 0x10(%esi) 87 ret = dcDst->funcs->pBitBlt( dcDst->physDev, xDst, yDst, width, height, Wine-dbg>bt Backtrace: =>0 0x40829fd4 (BitBlt+0xb8(hdcDst=0x860, xDst=0x3, yDst=0x3, width=0x1, height=0x11, hdcSrc=0x0, xSrc=0x0, ySrc=0x0, rop=0xf00021) [bitblt.c:87] in libgdi32.dll.so) (ebp=405c6328) 1 0x62a03f34 (OBJDRCT.DLL.ListDrawItem+0x2ac in C:\AMERICA ONLINE 5.0\OBJDRCT.DLL) (ebp=405c640c) 2 0x62210179 (MANAGER.TOL.FontComboClassProc+0xa6b in C:\AMERICA ONLINE 5.0\TOOL\MANAGER.TOL) (ebp=405c641c)
87 ret = dcDst->funcs->pBitBlt( dcDst->physDev, xDst, yDst, width, height, Wine-dbg>bt Backtrace: =>0 0x40829fd4 (BitBlt+0xb8(hdcDst=0x860, xDst=0x3, yDst=0x3, width=0x1, height=0x11, hdcSrc=0x0, xSrc=0x0, ySrc=0x0, rop=0xf00021) [bitblt.c:87] in libgdi32.dll.so) (ebp=405c6328) 1 0x62a03f34 (OBJDRCT.DLL.ListDrawItem+0x2ac in C:\AMERICA ONLINE 5.0\OBJDRCT.DLL) (ebp=405c640c) 2 0x62210179 (MANAGER.TOL.FontComboClassProc+0xa6b in C:\AMERICA ONLINE 5.0\TOOL\MANAGER.TOL) (ebp=405c641c) 3 0x62211770 (MANAGER.TOL.DisplayWindowProc+0x414 in C:\AMERICA ONLINE 5.0\TOOL\MANAGER.TOL) (ebp=405c6490)
Wine-dbg>bt Backtrace: =>0 0x40829fd4 (BitBlt+0xb8(hdcDst=0x860, xDst=0x3, yDst=0x3, width=0x1, height=0x11, hdcSrc=0x0, xSrc=0x0, ySrc=0x0, rop=0xf00021) [bitblt.c:87] in libgdi32.dll.so) (ebp=405c6328) 1 0x62a03f34 (OBJDRCT.DLL.ListDrawItem+0x2ac in C:\AMERICA ONLINE 5.0\OBJDRCT.DLL) (ebp=405c640c) 2 0x62210179 (MANAGER.TOL.FontComboClassProc+0xa6b in C:\AMERICA ONLINE 5.0\TOOL\MANAGER.TOL) (ebp=405c641c) 3 0x62211770 (MANAGER.TOL.DisplayWindowProc+0x414 in C:\AMERICA ONLINE 5.0\TOOL\MANAGER.TOL) (ebp=405c6490) 4 0x40767b83 (WINPROC_wrapper+0x17 in user32.dll.so) (ebp=405c64b4)
Backtrace: =>0 0x40829fd4 (BitBlt+0xb8(hdcDst=0x860, xDst=0x3, yDst=0x3, width=0x1, height=0x11, hdcSrc=0x0, xSrc=0x0, ySrc=0x0, rop=0xf00021) [bitblt.c:87] in libgdi32.dll.so) (ebp=405c6328) 1 0x62a03f34 (OBJDRCT.DLL.ListDrawItem+0x2ac in C:\AMERICA ONLINE 5.0\OBJDRCT.DLL) (ebp=405c640c) 2 0x62210179 (MANAGER.TOL.FontComboClassProc+0xa6b in C:\AMERICA ONLINE 5.0\TOOL\MANAGER.TOL) (ebp=405c641c) 3 0x62211770 (MANAGER.TOL.DisplayWindowProc+0x414 in C:\AMERICA ONLINE 5.0\TOOL\MANAGER.TOL) (ebp=405c6490) 4 0x40767b83 (WINPROC_wrapper+0x17 in user32.dll.so) (ebp=405c64b4) 5 0x40767c02 (WINPROC_CallWndProc+0x76(proc=0x6221135c, hwnd=0x20026, msg=0x2b, wParam=0x0, lParam=0x405c6708) [winproc.c:1
=>0 0x40829fd4 (BitBlt+0xb8(hdcDst=0x860, xDst=0x3, yDst=0x3, width=0x1, height=0x11, hdcSrc=0x0, xSrc=0x0, ySrc=0x0, rop=0xf00021) [bitblt.c:87] in libgdi32.dll.so) (ebp=405c6328) 1 0x62a03f34 (OBJDRCT.DLL.ListDrawItem+0x2ac in C:\AMERICA ONLINE 5.0\OBJDRCT.DLL) (ebp=405c640c) 2 0x62210179 (MANAGER.TOL.FontComboClassProc+0xa6b in C:\AMERICA ONLINE 5.0\TOOL\MANAGER.TOL) (ebp=405c641c) 3 0x62211770 (MANAGER.TOL.DisplayWindowProc+0x414 in C:\AMERICA ONLINE 5.0\TOOL\MANAGER.TOL) (ebp=405c6490) 4 0x40767b83 (WINPROC_wrapper+0x17 in user32.dll.so) (ebp=405c64b4) 5 0x40767c02 (WINPROC_CallWndProc+0x76(proc=0x6221135c, hwnd=0x20026, msg=0x2b, wParam=0x0, lParam=0x405c6708) [winproc.c:181] in user32.dll.so) (ebp=405c64e4)
[bitblt.c:87] in libgdi32.dll.so) (ebp=405c6328) 1 0x62a03f34 (OBJDRCT.DLL.ListDrawItem+0x2ac in C:\AMERICA ONLINE 5.0\OBJDRCT.DLL) (ebp=405c640c) 2 0x62210179 (MANAGER.TOL.FontComboClassProc+0xa6b in C:\AMERICA ONLINE 5.0\TOOL\MANAGER.TOL) (ebp=405c641c) 3 0x62211770 (MANAGER.TOL.DisplayWindowProc+0x414 in C:\AMERICA ONLINE 5.0\TOOL\MANAGER.TOL) (ebp=405c6490) 4 0x40767b83 (WINPROC_wrapper+0x17 in user32.dll.so) (ebp=405c64b4) 5 0x40767c02 (WINPROC_CallWndProc+0x76(proc=0x6221135c, hwnd=0x20026, msg=0x2b, wParam=0x0, lParam=0x405c6708) [winproc.c:181] in user32.dll.so) (ebp=405c64e4) 6 0x4076d650 (CallWindowProcA+0xf8(func=0x6221135c, hwnd=0x20026, msg=0x2b, wParam=0x0, lParam=0x405c6708) [winproc.c:2631]
1 0x62a03f34 (OBJDRCT.DLL.ListDrawItem+0x2ac in C:\AMERICA ONLINE 5.0\OBJDRCT.DLL) (ebp=405c640c) 2 0x62210179 (MANAGER.TOL.FontComboClassProc+0xa6b in C:\AMERICA ONLINE 5.0\TOOL\MANAGER.TOL) (ebp=405c641c) 3 0x62211770 (MANAGER.TOL.DisplayWindowProc+0x414 in C:\AMERICA ONLINE 5.0\TOOL\MANAGER.TOL) (ebp=405c6490) 4 0x40767b83 (WINPROC_wrapper+0x17 in user32.dll.so) (ebp=405c64b4) 5 0x40767c02 (WINPROC_CallWndProc+0x76(proc=0x6221135c, hwnd=0x20026, msg=0x2b, wParam=0x0, lParam=0x405c6708) [winproc.c:181] in user32.dll.so) (ebp=405c64e4) 6 0x4076d650 (CallWindowProcA+0xf8(func=0x6221135c, hwnd=0x20026, msg=0x2b, wParam=0x0, lParam=0x405c6708) [winproc.c:2631] in user32.dll.so) (ebp=405c6518)
2 0x62210179 (MANAGER.TOL.FontComboClassProc+0xa6b in C:\AMERICA ONLINE 5.0\TOOL\MANAGER.TOL) (ebp=405c641c) 3 0x62211770 (MANAGER.TOL.DisplayWindowProc+0x414 in C:\AMERICA ONLINE 5.0\TOOL\MANAGER.TOL) (ebp=405c6490) 4 0x40767b83 (WINPROC_wrapper+0x17 in user32.dll.so) (ebp=405c64b4) 5 0x40767c02 (WINPROC_CallWndProc+0x76(proc=0x6221135c, hwnd=0x20026, msg=0x2b, wParam=0x0, lParam=0x405c6708) [winproc.c:181] in user32.dll.so) (ebp=405c64e4) 6 0x4076d650 (CallWindowProcA+0xf8(func=0x6221135c, hwnd=0x20026, msg=0x2b, wParam=0x0, lParam=0x405c6708) [winproc.c:2631] in user32.dll.so) (ebp=405c6518) 7 0x64102027 (DRAGMAN.DLL..text+0x1027 in C:\AMERICA ONLINE 5.0\DRAGMAN.DLL) (ebp=405c6708)
3 0x62211770 (MANAGER.TOL.DisplayWindowProc+0x414 in C:\AMERICA ONLINE 5.0\TOOL\MANAGER.TOL) (ebp=405c6490) 4 0x40767b83 (WINPROC_wrapper+0x17 in user32.dll.so) (ebp=405c64b4) 5 0x40767c02 (WINPROC_CallWndProc+0x76(proc=0x6221135c, hwnd=0x20026, msg=0x2b, wParam=0x0, lParam=0x405c6708) [winproc.c:181] in user32.dll.so) (ebp=405c64e4) 6 0x4076d650 (CallWindowProcA+0xf8(func=0x6221135c, hwnd=0x20026, msg=0x2b, wParam=0x0, lParam=0x405c6708) [winproc.c:2631] in user32.dll.so) (ebp=405c6518) 7 0x64102027 (DRAGMAN.DLL..text+0x1027 in C:\AMERICA ONLINE 5.0\DRAGMAN.DLL) (ebp=405c6708)
4 0x40767b83 (WINPROC_wrapper+0x17 in user32.dll.so) (ebp=405c64b4) 5 0x40767c02 (WINPROC_CallWndProc+0x76(proc=0x6221135c, hwnd=0x20026, msg=0x2b, wParam=0x0, lParam=0x405c6708) [winproc.c:181] in user32.dll.so) (ebp=405c64e4) 6 0x4076d650 (CallWindowProcA+0xf8(func=0x6221135c, hwnd=0x20026, msg=0x2b, wParam=0x0, lParam=0x405c6708) [winproc.c:2631] in user32.dll.so) (ebp=405c6518) 7 0x64102027 (DRAGMAN.DLL..text+0x1027 in C:\AMERICA ONLINE 5.0\DRAGMAN.DLL) (ebp=405c6708) Wine-dbg>
5 0x40767c02 (WINPROC_CallWndProc+0x76(proc=0x6221135c, hwnd=0x20026, msg=0x2b, wParam=0x0, lParam=0x405c6708) [winproc.c:181] in user32.dll.so) (ebp=405c64e4) 6 0x4076d650 (CallWindowProcA+0xf8(func=0x6221135c, hwnd=0x20026, msg=0x2b, wParam=0x0, lParam=0x405c6708) [winproc.c:2631] in user32.dll.so) (ebp=405c6518) 7 0x64102027 (DRAGMAN.DLL..text+0x1027 in C:\AMERICA ONLINE 5.0\DRAGMAN.DLL) (ebp=405c6708) Wine-dbg>
user32.dll.so) (ebp=405c64e4) 6 0x4076d650 (CallWindowProcA+0xf8(func=0x6221135c, hwnd=0x20026, msg=0x2b, wParam=0x0, lParam=0x405c6708) [winproc.c:2631] in user32.dll.so) (ebp=405c6518) 7 0x64102027 (DRAGMAN.DLL..text+0x1027 in C:\AMERICA ONLINE 5.0\DRAGMAN.DLL) (ebp=405c6708) Wine-dbg>
6 0x4076d650 (CallWindowProcA+0xf8(func=0x6221135c, hwnd=0x20026, msg=0x2b, wParam=0x0, lParam=0x405c6708) [winproc.c:2631] in user32.dll.so) (ebp=405c6518) 7 0x64102027 (DRAGMAN.DLL..text+0x1027 in C:\AMERICA ONLINE 5.0\DRAGMAN.DLL) (ebp=405c6708) Wine-dbg>
r32.dll.so) (ebp=405c6518) 7 0x64102027 (DRAGMAN.DLL..text+0x1027 in C:\AMERICA ONLINE 5.0\DRAGMAN.DLL) (ebp=405c6708) Wine-dbg>
7 0x64102027 (DRAGMAN.DLL..text+0x1027 in C:\AMERICA ONLINE 5.0\DRAGMAN.DLL) (ebp=405c6708) Wine-dbg>
Wine-dbg>
Wine-dbg>
--
YOO-ESS-AYE! YOO-ESS-AYE!
April 2, 2002
Re: Two fixes for the testing framework makefiles
by Alexandre Julliard
Francois Gouget <fgouget(a)codeweavers.com> writes:
> The first one, in Make.rules.in, makes sure that if you modify
> wtmain.o, then all tests will be rebuilt. You would think that the .c.o
> implicit rule should do that already, but this is not the case. I
> suppose it's because the file is not in the local directory.
Actually this should be done from the top-level makefile, rebuilding
from the sub-makefiles can cause trouble, particularly with parallel
makes.
> The second one, in winetest/Makefile.in, fixes out of tree builds
> (wine.xs may be in ../../../src/program/winetest).
VPATH should take care of that. Do you have a make that requires this?
If so there are many other places we need to fix too.
--
Alexandre Julliard
julliard(a)winehq.com
April 2, 2002