Thanks for the fix to the length of reported string fix...
I had a small .AVI file on a progress bar form that caused wine to crash... Is there a known problem with wine and the little animated icons (avi files)?
For testing I temporarily removed the avi from the progress indication form and continued testing...
Now when trying to Preview a report in our app (written with C++ Builder 6 - I Have full source code) I get the following...
fixme:gdi:ExtCreatePen Hatches not implemented fixme:gdi:ExtCreatePen Hatches not implemented err:syslevel:_CheckNotSysLevel Holding lock 0x408b5560 level 3 Segmentation fault
Is the above enough for anyone to know what is going on or do I need to try to extract the relevant portion from the 162MB debug file from WINEDEBUG=+relay
(Please excuse any newbie cluelessness)
Esko
__________________________________ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com
From: "Esko Woudenberg" wanderbored@yahoo.com
I had a small .AVI file on a progress bar form that caused wine to crash... Is there a known problem with wine and the little animated icons (avi files)?
Is this the animate common control? It should work AFAIK, can you please try to debug it a bit (+animate IIRC, check dlls/comctl32/animate.c)
I rebuilt app after putting AVI back in and is this what you are looking for? (Last part of WINEDEBUG=+animate )
I would like to help in any way I can but not quite sure how to go about it...
trace:animate:ANIMATE_WindowProc hwnd=0x1007a msg=81 wparam=0 lparam=403e94f8 trace:animate:ANIMATE_Create Animate style=0x44000003, parent=0x10078 trace:animate:ANIMATE_WindowProc hwnd=0x1007a msg=83 wparam=0 lparam=406aec90 trace:animate:ANIMATE_WindowProc hwnd=0x1007a msg=1 wparam=0 lparam=403e94f8 trace:animate:ANIMATE_WindowProc hwnd=0x1007a msg=5 wparam=0 lparam=120011 trace:animate:ANIMATE_WindowProc hwnd=0x1007a msg=3 wparam=0 lparam=4a011b trace:animate:ANIMATE_WindowProc hwnd=0x1007a msg=be10 wparam=7a0001 lparam=1007a trace:animate:ANIMATE_WindowProc hwnd=0x1007a msg=30 wparam=2948 lparam=1 trace:animate:ANIMATE_WindowProc hwnd=0x1007a msg=46 wparam=0 lparam=406aeff8 trace:animate:ANIMATE_WindowProc hwnd=0x1007a msg=464 wparam=40af0000 lparam=98 trace:animate:ANIMATE_OpenW (#0098) warn:animate:ANIMATE_OpenW No AVI resource found! trace:animate:ANIMATE_WindowProc hwnd=0x1007a msg=46 wparam=0 lparam=406af0b8 trace:animate:ANIMATE_WindowProc hwnd=0x1007a msg=46 wparam=0 lparam=406af0f4 trace:animate:ANIMATE_WindowProc hwnd=0x1007a msg=464 wparam=40af0000 lparam=98 trace:animate:ANIMATE_OpenW (#0098) warn:animate:ANIMATE_OpenW No AVI resource found! trace:animate:ANIMATE_WindowProc hwnd=0x1007a msg=46 wparam=0 lparam=406af0e4 err:seh:setup_exception stack overflow 28 bytes in thread 0009 eip 4019b823 esp 405b0fe4 stack 0x405b0000-0x406b0000
__________________________________ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com
"Esko Woudenberg" wanderbored@yahoo.com wrote:
Thanks for the fix to the length of reported string fix...
I had a small .AVI file on a progress bar form that caused wine to crash... Is there a known problem with wine and the little animated icons (avi files)?
For testing I temporarily removed the avi from the progress indication form and continued testing...
How large is that AVI file? Could you upload it somewhere and post an url here?