[Bug 59425] New: GXSCC crashes when a valid MIDI file is dragged in its window
http://bugs.winehq.org/show_bug.cgi?id=59425 Bug ID: 59425 Summary: GXSCC crashes when a valid MIDI file is dragged in its window Product: Wine Version: 11.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@list.winehq.org Reporter: 2990810561@qq.com Distribution: --- Created attachment 80390 --> http://bugs.winehq.org/attachment.cgi?id=80390 Archive of the backtrace when the mouse is released and the test midi file Steps to reproduce: 1. Fetch and install GXSCC from source: https://web.archive.org/web/20251114022838/https://meme.institute/gxscc/gxsc... 2. Run GXSCC executable using Wine 11.0; 3. Download the test midi file provided in attachment, and drag it to GXSCC window; 4. GXSCC immediately crashes when mouse is released. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59425 Markson Hosben <2990810561@qq.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu --- Comment #1 from Markson Hosben <2990810561@qq.com> --- By the way I uses winehq-stable instead of PPA version of WINE -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59425 Markson Hosben <2990810561@qq.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |critical -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59425 --- Comment #2 from Markson Hosben <2990810561@qq.com> --- Console output is pretty brief so I think it's ok to put it here: ``` 007c:err:ole:start_rpcss Failed to start RpcSs service 0024:fixme:exec:SHELL_execute flags ignored: 0x00004000 00fc:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION wine: Unhandled page fault on read access to 00000000 at address 004368AF (thread 00fc), starting debugger... 010c:fixme:dbghelp:elf_search_auxv can't find symbol in module 010c:fixme:dbghelp:elf_search_auxv can't find symbol in module ``` -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59425 Markson Hosben <2990810561@qq.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |blocker -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59425 Austin English <austinenglish@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal Keywords| |download URL| |https://web.archive.org/web | |/20251114022838/https://mem | |e.institute/gxscc/gxscc-ins | |taller.exe --- Comment #3 from Austin English <austinenglish@gmail.com> --- Not a blocker. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59425 Markson Hosben <2990810561@qq.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #80390|0 |1 is obsolete| | --- Comment #4 from Markson Hosben <2990810561@qq.com> --- Created attachment 80402 --> http://bugs.winehq.org/attachment.cgi?id=80402 The backtrace when the mouse is released -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59425 --- Comment #5 from Markson Hosben <2990810561@qq.com> --- Created attachment 80403 --> http://bugs.winehq.org/attachment.cgi?id=80403 The test midi file -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59425 --- Comment #6 from Markson Hosben <2990810561@qq.com> --- This bug isn't just "normal" because drag-and-drop is the only way the program can open files. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59425 Bernhard Übelacker <bernhardu@mailbox.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression CC| |bernhardu@mailbox.org Regression SHA1| |c3d46659309bb8444281d3ecc2e | |7fff037e367a9 --- Comment #7 from Bernhard Übelacker <bernhardu@mailbox.org> --- I could reproduce the crash inside a Debian Trixie VM, X11, by dragging the example file from thunar into the application. This is a backtrace of the crash: (rr) bt #0 in gxscc.exe #1 in gxscc.exe #2 in gxscc.exe #3 in gxscc.exe #4 in gxscc.exe #5 in WINPROC_wrapper from dlls/user32/i386-windows/user32.dll #6 in call_window_proc at dlls/user32/winproc.c:110 #7 in dispatch_win_proc_params dlls/user32/winproc.c:724 #8 in dispatch_message at dlls/user32/message.c:804 #9 in DispatchMessageA@4 at dlls/user32/message.c:837 #10 in gxscc.exe I found the crash not to happen in winehq packages wine-9.0 up to wine-9.19. An bisect attempt with Debian Trixie shows unrelated crashes, therefore the bisect took place in Debian Bookworm, with WINEARCH=win32: c3d46659309bb8444281d3ecc2e7fff037e367a9 is the first broken commit commit c3d46659309bb8444281d3ecc2e7fff037e367a9 Author: Rémi Bernon <rbernon@codeweavers.com> Date: Mon Oct 14 22:29:38 2024 +0200 winex11: Get rid of X11DRV_XDND_SendDropFiles helper. I submitted a merge request, which avoids the crash: https://gitlab.winehq.org/wine/wine/-/merge_requests/10890 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59425 Rémi Bernon <rbernon@codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rbernon@codeweavers.com Fixed by SHA1| |e0d2ddb409c9fbe0a7cade00c35 | |39cf0d345993f Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #8 from Rémi Bernon <rbernon@codeweavers.com> --- MR has been merged, I assume this has been fixed. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=59425 Alexandre Julliard <julliard@winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard@winehq.org> --- Closing bugs fixed in 11.9. -- 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.
participants (1)
-
WineHQ Bugzilla