https://bugs.winehq.org/show_bug.cgi?id=57073
Bug ID: 57073 Summary: StaxRip 2.0.6.0 crashes inside gdiplus Product: Wine Version: 9.15 Hardware: x86-64 URL: https://web.archive.org/web/20210305084512/https://git hub.com/staxrip/staxrip/releases/download/2.0.8.0/Stax Rip-x64-2.0.8.0-stable.7z OS: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: gdiplus Assignee: wine-bugs@winehq.org Reporter: xerox.xerox2000x@gmail.com Distribution: ---
Running with +relay,+seh gives a backtrace (without this .Net reports an error in the console, but no backtrace):
Looks like due to fonts being null in get_font_hfont; (native gdiplus works around this)
Unhandled exception: page fault on read access to 0x00000000000000f4 in 64-bit code (0x006ffff9498a9a). Register dump: rip:00006ffff9498a9a rsp:00007ff2d9a8eb80 rbp:00007ff2d9a8ed40 eflags:00010202 ( R- -- I - - - ) rax:0000000002410081 rbx:0000000000000000 rcx:00000001007fea40 rdx:0000000000000000 rsi:0000000000000000 rdi:00007ff2d8ff8570 r8:0000000000000000 r9:000000007ff3344a r10:00007ff2e7c85d20 r11:0000000000000293 r12:00007ff2d9a8ee58 r13:0000000000000000 r14:000000007fffffff r15:00007ff2d9a8ee50 Stack dump: 0x007ff2d9a8eb80: 0000000000000000 00000000000000c8 0x007ff2d9a8eb90: 000000007ff33404 000000007fffffff 0x007ff2d9a8eba0: 0000000000000005 00006ffff949925a 0x007ff2d9a8ebb0: 00007ff2d9a8ed50 00006fffffccd065 0x007ff2d9a8ebc0: 0000000000000003 00006fffffcab005 0x007ff2d9a8ebd0: 0000000000000003 00006fffffcbc660 0x007ff2d9a8ebe0: 000000007ff30000 0000000000000000 0x007ff2d9a8ebf0: 0000000000000001 00007ff2d9a8ec20 0x007ff2d9a8ec00: 00007ff2d9a8ee3c 00006fffffcab256 0x007ff2d9a8ec10: 00007ff2d9a8ecb0 00007ff2d9a8ed48 0x007ff2d9a8ec20: 0000000000000140 00006fffffccaa58 0x007ff2d9a8ec30: 00007ff2d9a8ecd0 00006fffffcbc660 Backtrace: =>0 0x006ffff9498a9a get_font_hfont+0x4a(graphics=00007FF2D8FF8570, font=0000000000000000, format=<internal error>, hfont=00007FF2D9A8ED40, lfw_return=0000000000000000, matrix=0000000000000000) [/home/louis/sda3/wine/dlls/gdiplus/graphics.c:2391] in gdiplus (0x007ff2d9a8ed40) 1 0x006ffff9498da7 font_link_get_text_extent_point+0xc7(info=00007FF2D9A8EE70, index=0, length=0x1, max_ext=0x7fffffff, fit=<is not available>, size=00007FF2D9A8EE58) [/home/louis/sda3/wine/dlls/gdiplus/graphics.c:5424] in gdiplus (0x007ff2d9a8ee70) 2 0x006ffff9499303 gdip_format_string+0x483(graphics=<internal error>, hdc=<internal error>, string=<internal error>, length=0x1, font=00007FF2D8FF6650, rect=00007FF2D9A8EFE0, format=<is not available>, ignore_empty_clip=0x1, callback=00006FFFF94A5E30, user_data=00007FF2D9A8F030) [/home/louis/sda3/wine/dlls/gdiplus/graphics.c:5550] in gdiplus (0000000000000000) 3 0x006ffff949a962 GdipDrawString+0x3b2(graphics=00007FF2D8FF8570, string=L"?", length=0x1, font=00007FF2D8FF6650, rect=00007FF2D9A8F380, format=0000000000000000, brush=00007FF2D8F34700) [/home/louis/sda3/wine/dlls/gdiplus/graphics.c:6128] in gdiplus (0x007ff2d9a8f380) 4 0x006fffffc96cbf in ntdll (+0x46cbf) (0x007ff2d9a8f178) 5 0x006ffff9482f93 in gdiplus (+0x2f93) (0x007ff2d9a8f260) 0x006ffff9498a9a get_font_hfont+0x4a [/home/louis/sda3/wine/dlls/gdiplus/graphics.c:2391] in gdiplus: mov 0xf4(%r13), %ecx 2391 if (font->unit == UnitPixel || font->unit == UnitWorld)
https://bugs.winehq.org/show_bug.cgi?id=57073
Esme Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=57073
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |75f8de6bd41c945abe230e8fd1d | |8645f30b7667f Resolution|--- |FIXED
--- Comment #1 from Louis Lenders xerox.xerox2000x@gmail.com --- I cannot reproduce this anymore with current git.
Turns out was fixed just very recently by 75f8de6bd41c945abe230e8fd1d8645f30b7667f
(I checked reverting this patch makes the crash appear again)
Thanks Dmitry
(Note: still need Staging's SHGetStockIconInfo patch to get this progam started)
https://bugs.winehq.org/show_bug.cgi?id=57073
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 9.16.