https://bugs.winehq.org/show_bug.cgi?id=57778
Bug ID: 57778 Summary: ELECOM M-DUX30 50 Config: crashes on launch with gdiplus page fault on read access Product: Wine Version: 10.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdiplus Assignee: wine-bugs@winehq.org Reporter: seki63hi@hotmail.co.jp Distribution: ArchLinux
Created attachment 77978 --> https://bugs.winehq.org/attachment.cgi?id=77978 terminal logs
Wine crashes when I launch ELECOM M-DUX30 50 Config application (ELECOM MMO Mouse.exe). The program installer can be obtained from https://dl.elecom.co.jp/support/download/peripheral/mouse/m-dux_30_50/M-DUX3... .
Wine version: wine-10.0 (Staging) Wine environment: wow64 mode, Wayland OS: Arch Linux Kerne; version: Linux 6.13.0-x64v3-xanmod2 #0~20250125.g02aaaf3 SMP PREEMPT_DYNAMIC Sat Jan 25 19:22:51 UTC x86_64 GNU/Linux
https://bugs.winehq.org/show_bug.cgi?id=57778
--- Comment #1 from seki63hi@hotmail.co.jp --- Created attachment 77979 --> https://bugs.winehq.org/attachment.cgi?id=77979 backtraces
https://bugs.winehq.org/show_bug.cgi?id=57778
Esme Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
--- Comment #2 from Esme Povirk madewokherd@gmail.com --- Can't tell anything from this. A stack trace with debug symbols and/or a log with WINEDEBUG=gdiplus might help.
https://bugs.winehq.org/show_bug.cgi?id=57778
--- Comment #3 from seki63hi@hotmail.co.jp --- Created attachment 77989 --> https://bugs.winehq.org/attachment.cgi?id=77989 log with +gdiplus,+seh,+tid
https://bugs.winehq.org/show_bug.cgi?id=57778
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #4 from Dmitry Timoshkov dmitry@baikal.ru --- Does 'winetricks -q cjkfonts' help?
https://bugs.winehq.org/show_bug.cgi?id=57778
--- Comment #5 from seki63hi@hotmail.co.jp --- (In reply to Dmitry Timoshkov from comment #4)
Does 'winetricks -q cjkfonts' help?
It works. Thank you!!!!!!
https://bugs.winehq.org/show_bug.cgi?id=57778
Bartosz gang65@poczta.onet.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gang65@poczta.onet.pl
--- Comment #6 from Bartosz gang65@poczta.onet.pl --- There are two occurences of fixme warning: fixme:gdiplus:units_to_pixels Unhandled unit type: 1230100
0024:trace:gdiplus:GdipCreateFontFromDC (07010061, 0012C434) 0024:trace:gdiplus:GdipCreateFontFromLogfontW (07010061, 0012C354, 0012C434) 0024:fixme:gdiplus:units_to_pixels Unhandled unit type: 1230100 0024:trace:gdiplus:GdipSetMatrixElements (0012C23C(0.00,281301472675755244403895642336788480.00,1.00,0.00,144.00,0.00), 1.00, 0.00, 0.00, 1.00, 0.00, 0.00) 0024:trace:gdiplus:GdipScaleMatrix (0012C23C(1.00,0.00,0.00,1.00,0.00,0.00), 1.00, 1.00, 1) 0024:trace:gdiplus:GdipMultiplyMatrix (0012C23C(1.00,0.00,0.00,1.00,0.00,0.00), 000177C0(1.00,0.00,0.00,1.00,0.00,0.00), 1) 0024:trace:gdiplus:GdipTransformMatrixPoints (0012C23C(1.00,0.00,0.00,1.00,0.00,0.00), 0012C20C, 3) 0024:fixme:gdiplus:units_to_pixels Unhandled unit type: 1230100
https://bugs.winehq.org/show_bug.cgi?id=57778
--- Comment #7 from Bartosz gang65@poczta.onet.pl --- Please add the logs with:
+gdiplus,+seh,+tid,+gdi32
It will be extremaly useful also backtrace with debug symbols. Unfortunately I think building Wine from source would be required.