[Bug 15632] InspireData 1.5 crashes when starting new project (dibdrv_wglShareLists not supported yet)

WineHQ Bugzilla wine-bugs at winehq.org
Sun Feb 7 05:22:14 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=15632

Anastasius Focht <focht at 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 at gmx.net> ---
Hello folks,

revisiting and adding stable download links via Internet Archive:

https://web.archive.org/web/20131025165640/http://download.inspiration.com/download/windows/InspireData1.5.exe

https://web.archive.org/web/20210207105501/https://download.informer.com/win-1193260334-4ffd45c1-6f7753ca/inspiredata1.5trial.exe

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/4f1b297a14bbd304fb20da7c4b64266c14d110e5:/dlls/gdi32/dibdrv/dc.c#l570

--- 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

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list