http://bugs.winehq.org/show_bug.cgi?id=15632
Summary: InspireData crashes when starting new project Product: Wine Version: 1.1.6 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: munchkinguy@hotmail.com
Created an attachment (id=16667) --> (http://bugs.winehq.org/attachment.cgi?id=16667) InspireData crash log
After downloading the InspireData Trial from http://inspiration.com/Freetrial, and installing it (MS Core fonts are required), the application is started. After clicking "Continue" the Main Menu is displayed.
After clicking "New", the following messages are displayed: "InspireData has encountered an error which prevents the completion of your action. Please choose Quit to exit InspireData. Please choose Continue to attempt to recover from this error" and "InspireData encountered an error while waiting for your response. InspireData will now exit." After clicking OK, the application exits.
The crash produces an error log, which I have attached.
http://bugs.winehq.org/show_bug.cgi?id=15632
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #16667|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=15632
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2008-10-15 21:36:57 --- Please attach (as a text file) complete terminal output when running this program.
http://bugs.winehq.org/show_bug.cgi?id=15632
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=15632
--- Comment #2 from Munchkinguy munchkinguy@hotmail.com 2008-10-16 18:26:57 --- Created an attachment (id=16688) --> (http://bugs.winehq.org/attachment.cgi?id=16688) Terminal output
http://bugs.winehq.org/show_bug.cgi?id=15632
Munchkinguy munchkinguy@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #16688|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=15632
--- Comment #3 from Andrew Nguyen arethusa26@gmail.com 2008-10-16 20:49:47 --- Created an attachment (id=16690) --> (http://bugs.winehq.org/attachment.cgi?id=16690) InspireData ole,gdiplus traces
The problem seems to be due to the lack of handing for the TIFF file format in oleaut32 (tested with today's Git, wine-1.1.6-204-ge994515). My output logs were obtained after using winetricks to install corefonts.
trace:gdiplus:GdipLoadImageFromFileICM (L"C:\windows\temp\PCL1bcc.tmp") 0x554c38 trace:gdiplus:GdipLoadImageFromFile (L"C:\windows\temp\PCL1bcc.tmp") 0x554c38 trace:gdiplus:GdipCreateStreamOnFile (L"C:\windows\temp\PCL1bcc.tmp", 2147483648, 0x7bded900) trace:gdiplus:GdipLoadImageFromStream 0x17b678 0x554c38 trace:ole:OleLoadPicture (0x17b678,0,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},0x7bded8bc), partially implemented. ... trace:ole:OLEPictureImpl_Load (0x17b6e0,0x17b678) fixme:ole:OLEPictureImpl_Load Unknown magic 4d4d, 31888 read bytes:
$ file PCL1bcc.tmp PCL1bcc.tmp: TIFF image data, big-endian
http://bugs.winehq.org/show_bug.cgi?id=15632
--- Comment #4 from Andrew Nguyen arethusa26@gmail.com 2008-10-16 20:51:11 --- Created an attachment (id=16691) --> (http://bugs.winehq.org/attachment.cgi?id=16691) Application error log from InspireData
http://bugs.winehq.org/show_bug.cgi?id=15632
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |arethusa26@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=15632
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #5 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-10-17 02:02:42 --- So does the command below work around the bug:
wget http://kegel.com/wine/winetricks && sh winetricks gdiplus
If so , please change component to gdiplus
http://bugs.winehq.org/show_bug.cgi?id=15632
--- Comment #6 from Munchkinguy munchkinguy@hotmail.com 2008-10-17 10:49:52 --- No, I already have gdiplus installed.
http://bugs.winehq.org/show_bug.cgi?id=15632
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #7 from Austin English austinenglish@gmail.com 2010-06-27 18:21:26 --- http://download.inspiration.com/download/windows/InspireData1.5Trial.exe
fails to start for me in 1.2-rc5, terminal shows: fixme:wincodecs:tiff_get_decode_info unhandled RGB sample count 4
looking at its log, it shows:
DESCRIPTION: GDI+ failed to load image #(77 77 0 42 0 0 0 8 0 24 0 254 0 4 0 0 0 1 0 0 0 0 1 0 0 3 0 0 0 1 0 60 0 0 1 1 0 3 0 0 0 1 0 55 0 0 1 2 0 3 0 0 0 4 0 0 1 ...
winetricks -q gdiplus fixes that. After that, I get the crash reported originally.
Terminal only shows: err:mmtime:TIME_MMTimeStop Timer still active?! Segmentation fault
their log has a bit more info: DESCRIPTION: Can't set pixel format: error = 127 ... DESCRIPTION: PROCESS-WAIT called when scheduling not allowed
I'll attach it. Confirming.
http://bugs.winehq.org/show_bug.cgi?id=15632
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #16691|0 |1 is obsolete| |
--- Comment #8 from Austin English austinenglish@gmail.com 2010-06-27 18:22:04 --- Created an attachment (id=29202) --> (http://bugs.winehq.org/attachment.cgi?id=29202) application log
http://bugs.winehq.org/show_bug.cgi?id=15632
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Summary|InspireData crashes when |InspireData crashes when |starting new project |starting new project | |(Couldn't create glxpixmap | |for pixel format)
--- Comment #9 from Anastasius Focht focht@gmx.net 2011-04-29 06:02:31 CDT --- Hello,
this might be the culprit ("wgl:internal_SetPixelFormat Couldn't create glxpixmap for pixel format 6"):
WINEDEBUG=+tid,+seh,+relay,+wgl
--- snip --- ... 0021:trace:wgl:X11DRV_WineGL_InitOpenglInfo GL version : 4.1.0 NVIDIA 260.19.06. 0021:trace:wgl:X11DRV_WineGL_InitOpenglInfo GL renderer : GeForce GT 425M/PCI/SSE2. 0021:trace:wgl:X11DRV_WineGL_InitOpenglInfo GLX version : 1.4. 0021:trace:wgl:X11DRV_WineGL_InitOpenglInfo Server GLX version : 1.4. 0021:trace:wgl:X11DRV_WineGL_InitOpenglInfo Server GLX vendor: : NVIDIA Corporation. 0021:trace:wgl:X11DRV_WineGL_InitOpenglInfo Client GLX version : 1.4. 0021:trace:wgl:X11DRV_WineGL_InitOpenglInfo Client GLX vendor: : NVIDIA Corporation. 0021:trace:wgl:X11DRV_WineGL_InitOpenglInfo Direct rendering enabled: True 0021:trace:wgl:has_opengl GLX is up and running error_base = 128 ... 0037:Call gdi32.DescribePixelFormat(00002b94,00000006,00000028,00440f34) ret=2005be15 0037:trace:wgl:X11DRV_DescribePixelFormat (0x1905e8,6,40,0x440f34) 0037:trace:wgl:ConvertPixelFormatWGLtoGLX Returning fmt_id=0x79 for iPixelFormat=6 0037:trace:wgl:ConvertPixelFormatWGLtoGLX Number of returned pixelformats=68 0037:trace:wgl:dump_PIXELFORMATDESCRIPTOR - size / version : 40 / 1 0037:trace:wgl:dump_PIXELFORMATDESCRIPTOR - dwFlags : PFD_DRAW_TO_WINDOW PFD_DRAW_TO_BITMAP PFD_GENERIC_FORMAT PFD_SUPPORT_GDI PFD_SUPPORT_OPENGL 0037:trace:wgl:dump_PIXELFORMATDESCRIPTOR - iPixelType : PFD_TYPE_RGBA 0037:trace:wgl:dump_PIXELFORMATDESCRIPTOR - Color : 32 0037:trace:wgl:dump_PIXELFORMATDESCRIPTOR - Red : 8 0037:trace:wgl:dump_PIXELFORMATDESCRIPTOR - Green : 8 0037:trace:wgl:dump_PIXELFORMATDESCRIPTOR - Blue : 8 0037:trace:wgl:dump_PIXELFORMATDESCRIPTOR - Alpha : 0 0037:trace:wgl:dump_PIXELFORMATDESCRIPTOR - Accum : 64 0037:trace:wgl:dump_PIXELFORMATDESCRIPTOR - Depth : 24 0037:trace:wgl:dump_PIXELFORMATDESCRIPTOR - Stencil : 8 0037:trace:wgl:dump_PIXELFORMATDESCRIPTOR - Aux : 4 0037:trace:wgl:dump_PIXELFORMATDESCRIPTOR - iLayerType : PFD_MAIN_PLANE 0037:Ret gdi32.DescribePixelFormat() retval=00000044 ret=2005be15 0037:Call KERNEL32.GetProcAddress(68200000,00440f60 "SetPixelFormat") ret=2005be15 0037:Ret KERNEL32.GetProcAddress() retval=00000000 ret=2005be15 0037:Call KERNEL32.GetProcAddress(7b810000,00440f60 "SetPixelFormat") ret=2005be15 0037:Ret KERNEL32.GetProcAddress() retval=00000000 ret=2005be15 0037:Call KERNEL32.GetProcAddress(68350000,00440f60 "SetPixelFormat") ret=2005be15 0037:Ret KERNEL32.GetProcAddress() retval=68354c2c ret=2005be15 0037:Call gdi32.SetPixelFormat(00002b94,00000006,00440f34) ret=2005be15 0037:trace:wgl:X11DRV_SetPixelFormat (0x1905e8,6,0x440f34) 0037:trace:wgl:ConvertPixelFormatWGLtoGLX Returning fmt_id=0x79 for iPixelFormat=6 0037:trace:wgl:ConvertPixelFormatWGLtoGLX Number of returned pixelformats=68 0037:trace:wgl:create_bitmap_glxpixmap return 0 0037:warn:wgl:internal_SetPixelFormat Couldn't create glxpixmap for pixel format 6 0037:Ret gdi32.SetPixelFormat() retval=00000000 ret=2005be15 0037:Call KERNEL32.GetLastError() ret=2005be15 0037:Ret KERNEL32.GetLastError() retval=0000007f ret=2005be15 ... --- snip ---
Immediately followed by (might be due to previous error?):
--- snip --- ... 0037:Call gdi32.GetPixelFormat(00002b94) ret=2005be15 0037:trace:wgl:X11DRV_GetPixelFormat (0x1905e8) 0037:Ret gdi32.GetPixelFormat() retval=00000000 ret=2005be15 0037:Call KERNEL32.GetLastError() ret=004013d8 0037:Ret KERNEL32.GetLastError() retval=00000000 ret=004013d8 0037:Call KERNEL32.GetLastError() ret=004013d8 0037:Ret KERNEL32.GetLastError() retval=00000000 ret=004013d8 0037:Call gdi32.DescribePixelFormat(00002b94,00000000,00000028,00440f78) ret=2005be15 0037:trace:wgl:X11DRV_DescribePixelFormat (0x1905e8,0,40,0x440f78) 0037:trace:wgl:ConvertPixelFormatWGLtoGLX Number of returned pixelformats=68 0037:warn:wgl:X11DRV_DescribePixelFormat unexpected iPixelFormat(0): not >=1 and <=nFormats(68), returning NULL! 0037:Ret gdi32.DescribePixelFormat() retval=00000000 ret=2005be15 ... 0037:Call user32.MessageBoxW(00000000,00440f78 L"InspireData encountered an error while waiting for your response.\r\n\r\nInspireData will now exit.\r\n\r\n[Details of the problem have been recorded in the log file "C:\users\focht\My Documents\InspireData.log".]",004412a0 L"inspiredata.exe Message",00012040) ret=2005be15 --- snip ---
The application log:
--- snip --- InspireData: Version 1.5 (Build 8945) [Trial Edition]
OpenGL Configuration: Color buffer size : 120 Uses Color Index Is double-buffered Stencil buffer size = 114 bits Provides 97 alpha planes
Active window: New Database 1 Active table: Table 1 Current view: Table
DESCRIPTION: Can't set pixel format: error = 127
SOFTWARE VERSION: Windows XP: 5.1 (build 2600) Service Pack 3
Backtrace: 210CF768 201A2F5B -> 201A2EF2 = "LOG-ERROR" 210CF7A8 201A3B94 -> 201A37D2 = "(INVOKE-WITH-TOPLEVEL-ERROR-HANDLERS LABELS SYSTEM-ERROR-HANDLER)" 210CF888 205582E3 -> 20557FBA = "SIGNAL" 210CF8C4 205596C5 -> 205595A2 = "CONDITIONS-ERROR" 210CF908 203FF278 -> 203FF03A = "SET-MEMORY-PIXEL-FORMAT" 210CF9A8 203FED96 -> 203FEBAA = "%%RESIZE-OPENGL-CONTEXT" 210CFA20 20394D18 -> 20394CEA = "(METHOD %MAKE-CONTEXT (R-OUTPUT-PANE T T T T))" 210CFA44 20397052 -> 20396FE2 = "ENSURE-CONTEXT" 210CFA68 20397578 -> 20397552 = "(METHOD START-RENDERING OPENGL-PANE . NIL)" 210CFA80 202A19CC -> 202A194A = "DO-WITH-OPENGL-CONTEXT" --- snip ---
Regards
http://bugs.winehq.org/show_bug.cgi?id=15632
--- Comment #10 from Austin English austinenglish@gmail.com 2013-10-04 17:35:39 CDT --- http://download.inspiration.com/download/windows/InspireData1.5Trial.exe
with wine-1.7.3-145-gbe871b6, it simply hangs on start for me, no terminal output.
https://bugs.winehq.org/show_bug.cgi?id=15632
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #11 from joaopa jeremielapuree@yahoo.fr --- Does the bug still occur with wine-4.0-rc1?
https://bugs.winehq.org/show_bug.cgi?id=15632
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Hardware|Other |x86 URL| |https://download.cnet.com/I | |nspireData/3001-2051_4-1059 | |0957.html OS|other |Linux Summary|InspireData crashes when |InspireData 1.5 crashes |starting new project |when starting new project |(Couldn't create glxpixmap |(Couldn't create glxpixmap |for pixel format) |for pixel format)
--- Comment #12 from Anastasius Focht focht@gmx.net --- Hello folks,
--- quote --- Does the bug still occur with wine-4.0-rc1? --- quote ---
well the ticket is so old that apparently it has been recycled for multiple issues. It also suffers from other issues that were/are around for a long time, making testing hard.
* font facename validation (might be even the first one that encountered it) -> bug 32342
--- snip --- System error logged at: 2018-12-16 10:35:27
InspireData: Version 1.5 (Build 8945) [Trial Edition]
DESCRIPTION: An error of type #:|<Dummy Symbol Name>| occured, arguments : (:PATHNAME "C:\windows\Fonts\arial.ttf")
SOFTWARE VERSION: Some Windows NT derivative: 6.1 (build 7601) Service Pack 1
Backtrace: 210D0164 201A2F5B -> 201A2EF2 = "LOG-ERROR" 210D01A4 201A3B94 -> 201A37D2 = "(INVOKE-WITH-TOPLEVEL-ERROR-HANDLERS LABELS SYSTEM-ERROR-HANDLER)" 210D0284 205582E3 -> 20557FBA = "SIGNAL" 210D02C0 205596C5 -> 205595A2 = "CONDITIONS-ERROR" 210D0304 203D8608 -> 203D857A = "FT-FACE-FROM-PATH" 210D03A0 203D8E82 -> 203D8E6A = "FT-FONT-INSTALLED-P" 210D03B0 20294729 -> 202946D2 = "SETUP-TABULAR-FONTS" 210D03D4 2039CB9B -> 2039CB1A = "RUN-TABLETOP-STARTUP-ACTIONS" 210D03E8 20292DA1 -> 20292D62 = "TABLETOP-APPLICATION-TOPLEVEL-1" 210D03F8 201A228B -> 201A2162 = "INVOKE-WITH-TOPLEVEL-ERROR-HANDLERS" 210D04B0 20485CDF -> 20485BB2 = "INITIALIZE-PROCESS-STACK . PROCESS-SG-FUNCTION" 210D05AC 2052DC5A -> 2052DC32 = "%%FIRST-CALL-TO-STACK" 210D05B8 204F61F0 -> 204F61C2 = "(DEFINE-FOREIGN-CALLABLE NIL) . %FOREIGN-CALLABLE/thread_initial_function" --- snip ---
-> 'winetricks -q corefonts'
* problem mentioned in comment #10 causing endless loop in ExpandEnvironmentStringsW() = hang -> around for Wine 1.4...2.18+ (not 3.0), no longer present.
-- snop --- Backtrace: ... 1 0x7ef668cd RtlExpandEnvironmentStrings_U+0x1fc(renv=<couldn't compute location>, us_src=<couldn't compute location>, us_dst=<couldn't compute location>, plen=<couldn't compute location>) [/home/focht/projects/wine/mainline-src-1.5.28/dlls/ntdll/env.c:322] in ntdll (0x0083bf78) 2 0x7ed1310a ExpandEnvironmentStringsW+0x79(src=<couldn't compute location>, dst=<couldn't compute location>, len=<couldn't compute location>) [/home/focht/projects/wine/mainline-src-1.5.28/dlls/kernel32/environ.c:375] in kernel32 (0x0083bfe8) 3 0x7e3b2404 _SHExpandEnvironmentStrings+0x4e3(szSrc="%ProgramData%", szDest="%ProgramData%") [/home/focht/projects/wine/mainline-src-1.5.28/dlls/shell32/shellpath.c:2066] in shell32 (0x0083c668) 4 0x7e3b287c _SHGetUserShellFolderPath+0x31b(rootKey=0x80000002, userPrefix=<is not available>, value="Common AppData", path="%ProgramData%") [/home/focht/projects/wine/mainline-src-1.5.28/dlls/shell32/shellpath.c:1621] in shell32 (0x0083ccc8) 5 0x7e3b2d13 _SHGetAllUsersProfilePath+0x82(dwFlags=0, folder=<is not available>, pszPath="%ProgramData%") [/home/focht/projects/wine/mainline-src-1.5.28/dlls/shell32/shellpath.c:1923] in shell32 (0x0083cd08) 6 0x7e3b6449 SHGetFolderPathAndSubDirW+0x558(hwndOwner=<couldn't compute location>, nFolder=<couldn't compute location>, hToken=<couldn't compute location>, dwFlags=<couldn't compute location>, pszSubPath=<couldn't compute location>, pszPath=<couldn't compute location>) [/home/focht/projects/wine/mainline-src-1.5.28/dlls/shell32/shellpath.c:2251] in shell32 (0x0083d168) 7 0x7e3b68a6 SHGetFolderPathW+0x35(hwndOwner=<couldn't compute location>, nFolder=<couldn't compute location>, hToken=<couldn't compute location>, dwFlags=<couldn't compute location>, pszPath=<couldn't compute location>) [/home/focht/projects/wine/mainline-src-1.5.28/dlls/shell32/shellpath.c:2118] in shell32 (0x0083d1b8) 8 0x7e3b8263 SHGetFolderPathA+0x72(hwndOwner=<couldn't compute location>, nFolder=<couldn't compute location>, hToken=<couldn't compute location>, dwFlags=<couldn't compute location>, pszPath=<couldn't compute location>) [/home/focht/projects/wine/mainline-src-1.5.28/dlls/shell32/shellpath.c:2329] in shell32 (0x0083d428) 9 0x00975d9b in iswr (+0x35d9a) (0x0083d454) 10 0x00975de0 in iswr (+0x35ddf) (0x0083d470) 11 0x00958379 in iswr (+0x18378) (0x0083dab0) --- snip ---
* heap corruption in libX11 -> bug 35041
-> 'taskset -c 0'
The current problem is different from comment #7 to comment #9
--- snip --- System error logged at: 2018-12-16 11:21:06
InspireData: Version 1.5 (Build 8945) [Trial Edition]
OpenGL Configuration: Color buffer size : 32 Uses RGBA Is single-buffered Accumulator buffer size (per channel) = 16 bits Depth buffer size = 32 bits Stencil buffer size = 8 bits Provides 8 alpha planes
Active window: New Database 1 Active table: Table 1 Current view: Table
DESCRIPTION: share-lists failed: error = 127, new context = 69633, shared-context = 69632
SOFTWARE VERSION: Some Windows NT derivative: 6.1 (build 7601) Service Pack 1
Backtrace: 210CF888 201A2F5B -> 201A2EF2 = "LOG-ERROR" 210CF8C8 201A3B94 -> 201A37D2 = "(INVOKE-WITH-TOPLEVEL-ERROR-HANDLERS LABELS SYSTEM-ERROR-HANDLER)" 210CF9A8 205582E3 -> 20557FBA = "SIGNAL" 210CF9E4 205596C5 -> 205595A2 = "CONDITIONS-ERROR" 210CFA28 20394DFC -> 20394CEA = "(METHOD %MAKE-CONTEXT (R-OUTPUT-PANE T T T T))" 210CFA44 20397052 -> 20396FE2 = "ENSURE-CONTEXT" 210CFA68 20397578 -> 20397552 = "(METHOD START-RENDERING OPENGL-PANE . NIL)" 210CFA80 202A19CC -> 202A194A = "DO-WITH-OPENGL-CONTEXT" 210CFAE0 20529DFE -> 20529DCA = "METHOD-COMBINATION-TEMPLATE" 210CFB00 2056A0ED -> 2056A022 = "CACHE-MISS-FUNCTION" 210CFB24 2029B215 -> 2029AEBA = "DO-WITH-OUTPUT-CONTEXT" 210CFC84 201B00CE -> 201B0022 = "(METHOD REDRAW-PANE (TABULAR-VIEW-PANE T T T T))" 210CFCB4 202D7E57 -> 202D7DEA = "(METHOD CALL-WITH-WORKSPACE-LOCK (LOCAL-WORKSPACE T))" 210CFCD8 2056A0ED -> 2056A022 = "CACHE-MISS-FUNCTION" 210CFCF0 2069874A -> 206986DA = "EXECUTE-WITH-INTERFACE" 210CFD1C 20698AA0 -> 20698A6A = "APPLY-IN-PANE-PROCESS" 210CFD30 2056A0ED -> 2056A022 = "CACHE-MISS-FUNCTION" 210CFD8C 201A8BB7 -> 201A8A42 = "INVOKE-WITH-DEFERRED-UPDATES" 210CFDF4 2019DFEB -> 2019DEB2 = "INVOKE-TABLETOP-CALLBACK" 210CFE28 202BB01D -> 202BAF22 = "(SUBFUNCTION 2 (DEFCLASS TABULAR-VIEW-PANE))" 210CFE90 2069874A -> 206986DA = "EXECUTE-WITH-INTERFACE" 210CFEE0 205DDA0E -> 205DD6A2 = "(DEFINE-TYPE-MESSAGE-FUNCTION R-OUTPUT-PANE WM_PAINT)" 210CFF7C 20638C04 -> 20638A92 = "WND-PROC" 210CFFD0 20634456 -> 20634412 = "(DEFINE-FOREIGN-CALLABLE NIL) . %FOREIGN-CALLABLE/wnd_proc_callback" 210CFFF8 2053882C -> 2053880A = ("SYMBOL-FUNCTION-VECTOR" 4034) 210D0008 2005E32E -> 2005E2BA = "FOREIGN-CALLABLE-ENTRY-POINT-AUX-NESTED" 210D0018 20628B8C -> 20628AE2 = "IS-DIALOG-MESSAGE" 210D0030 206335C7 -> 20633372 = "PROCESS-MESSAGES" 210D00DC 20560AC2 -> 20560A12 = "WIN32-PROCESS-WAIT-FOR-EVENT" 210D0188 20560CF3 -> 20560B3A = "PROCESS-READ-EVENT" 210D01AC 2058112E -> 20580FB2 = "LOOP-PROCESS-EVENTS" 210D0204 20580C41 -> 20580B4A = "INTERFACE-EVENT-LOOP" 210D02D0 201A8726 -> 201A85AA = "INVOKE-WITH-WORKSPACE-NOTIFICATIONS" 210D037C 201A228B -> 201A2162 = "INVOKE-WITH-TOPLEVEL-ERROR-HANDLERS" 210D043C 206988F6 -> 20698772 = "INITIALIZE-AND-PROCESS-EVENTS" 210D04AC 20485CDF -> 20485BB2 = "INITIALIZE-PROCESS-STACK . PROCESS-SG-FUNCTION" 210D05AC 2052DC5A -> 2052DC32 = "%%FIRST-CALL-TO-STACK" 210D05B8 204F61F0 -> 204F61C2 = "(DEFINE-FOREIGN-CALLABLE NIL) . %FOREIGN-CALLABLE/thread_initial_function" --- snip ---
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/InspireData
$ WINEDEBUG=+seh,+relay taskset -c 0 wine ./inspiredata.exe >>log.txt 2>&1 ... 0057:Call opengl32.wglCreateContext(0064009a) ret=2005be15 0057:Call gdi32.__wine_get_wgl_driver(0064009a,00000013) ret=7a8b31a9 0057:Ret gdi32.__wine_get_wgl_driver() retval=7e7d67a0 ret=7a8b31a9 0057:Call opengl32.wglGetPixelFormat(0064009a) ret=7e793dd0 0057:Call gdi32.__wine_get_wgl_driver(0064009a,00000013) ret=7a8b3848 0057:Ret gdi32.__wine_get_wgl_driver() retval=7e7d67a0 ret=7a8b3848 0057:Ret opengl32.wglGetPixelFormat() retval=00000001 ret=7e793dd0 ... 0057:Ret opengl32.wglCreateContext() retval=00011001 ret=2005be15 ... 0057:Call opengl32.wglShareLists(00011000,00011001) ret=2005be15 0057:fixme:dib:dibdrv_wglShareLists not supported yet 0057:Ret opengl32.wglShareLists() retval=00000000 ret=2005be15 0057:Call KERNEL32.GetLastError() ret=004013d8 0057:Ret KERNEL32.GetLastError() retval=0000007f ret=004013d8 --- snip ---
It's likely that the last issue has gone a long time ago due to OpenGL support added to the DIB engine (different driver/code paths).
I would rather turn this into a new ticket and resolve this one. It's kinda disappointing to have no clean reverse bisecting here due to overlapping bugs.
$ sha1sum InspireData1.5Trial.exe 257a721d1eeb42f30de2b6590e29fcf6357221b9 InspireData1.5Trial.exe
$ du -sh InspireData1.5Trial.exe 32M InspireData1.5Trial.exe
$ wine --version wine-4.0-rc2
Regards
https://bugs.winehq.org/show_bug.cgi?id=15632
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |gdi32 URL|https://download.cnet.com/I |https://web.archive.org/web |nspireData/3001-2051_4-1059 |/20210207105501/https://dow |0957.html |nload.informer.com/win-1193 | |260334-4ffd45c1-6f7753ca/in | |spiredata1.5trial.exe Summary|InspireData 1.5 crashes |InspireData 1.5 crashes |when starting new project |when starting new project |(Couldn't create glxpixmap |(dibdrv_wglShareLists not |for pixel format) |supported yet)
--- Comment #13 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting and adding stable download links via Internet Archive:
https://web.archive.org/web/20131025165640/http://download.inspiration.com/d...
https://web.archive.org/web/20210207105501/https://download.informer.com/win...
Re-christening the bug to make it useful since the other issues are already covered by existing bug reports (see my comment #12).
App-internal backtrace is still the same:
--- snip --- ... 210CF888 201A2F5B -> 201A2EF2 = "LOG-ERROR" 210CF8C8 201A3B94 -> 201A37D2 = "(INVOKE-WITH-TOPLEVEL-ERROR-HANDLERS LABELS SYSTEM-ERROR-HANDLER)" 210CF9A8 205582E3 -> 20557FBA = "SIGNAL" 210CF9E4 205596C5 -> 205595A2 = "CONDITIONS-ERROR" 210CFA28 20394DFC -> 20394CEA = "(METHOD %MAKE-CONTEXT (R-OUTPUT-PANE T T T T))" 210CFA44 20397052 -> 20396FE2 = "ENSURE-CONTEXT" 210CFA68 20397578 -> 20397552 = "(METHOD START-RENDERING OPENGL-PANE . NIL)" 210CFA80 202A19CC -> 202A194A = "DO-WITH-OPENGL-CONTEXT" 210CFAE0 20529DFE -> 20529DCA = "METHOD-COMBINATION-TEMPLATE" 210CFB00 2056A0ED -> 2056A022 = "CACHE-MISS-FUNCTION" 210CFB24 2029B215 -> 2029AEBA = "DO-WITH-OUTPUT-CONTEXT" ... --- snip ---
Wine source:
https://source.winehq.org/git/wine.git/blob/4f1b297a14bbd304fb20da7c4b64266c...
--- snip --- 573 static BOOL WINAPI dibdrv_wglShareLists( struct wgl_context *org, struct wgl_context *dest ) 574 { 575 FIXME( "not supported yet\n" ); 576 return FALSE; 577 } --- snip ---
There is bug 11436 about 'X11DRV_wglShareLists'.
$ sha1sum *nspire* 28afd50073608764e83850572e89b8909a9bf8b0 InspireData1.5.exe caf02507eb876be892cbd41c53d1387f039b6286 inspiredata1.5trial.exe
$ du -sh *nspire* 31M InspireData1.5.exe 31M inspiredata1.5trial.exe
$ wine --version wine-6.1-187-g4f1b297a14b
Regards