[Bug 41989] New: program will not load and run
https://bugs.winehq.org/show_bug.cgi?id=41989 Bug ID: 41989 Summary: program will not load and run Product: Wine Version: 2.0-rc1 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: mark_crn(a)yahoo.com Distribution: --- Created attachment 56396 --> https://bugs.winehq.org/attachment.cgi?id=56396 save bug file Musette encounter a fatal exception -- 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.
https://bugs.winehq.org/show_bug.cgi?id=41989 fjfrackiewicz(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fjfrackiewicz(a)gmail.com --- Comment #1 from fjfrackiewicz(a)gmail.com --- (In reply to Mark Caron from comment #0)
Created attachment 56396 [details] save bug file
Musette encounter a fatal exception
Can you add the terminal output leading up to the crash as an attachment? :) -- 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.
https://bugs.winehq.org/show_bug.cgi?id=41989 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de --- Comment #2 from Fabian Maurer <dark.shadow4(a)web.de> --- Created attachment 56407 --> https://bugs.winehq.org/attachment.cgi?id=56407 Log with +x11drv If I got the right program, then there is no other output. The issue is in "X11DRV_SetCapture", when a call to "x11drv_thread_data" does return NULL. Attached a log with "WINEDEBUG=+x11drv", don't know which other channels to use. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=41989 --- Comment #3 from Bruno Jesus <00cpxxx(a)gmail.com> --- Is this the program? http://musettemusic.com/download.php -- 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.
https://bugs.winehq.org/show_bug.cgi?id=41989 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000(a)yahoo.co.uk URL| |http://musettemusic.com/dow | |nload.php Keywords| |download Ever confirmed|0 |1 Summary|program will not load and |Musette crashes in winex11 |run | Status|UNCONFIRMED |NEW --- Comment #4 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> --- Confirming and added downloadlink and changed title. Needs investigation from someone with knowledge in this area. (@Reporter: With hack below you can start the program, don`t know if rest of program works properly with the hack applied). diff --git a/dlls/user32/menu.c b/dlls/user32/menu.c index 59fcd9c..d391c05 100644 --- a/dlls/user32/menu.c +++ b/dlls/user32/menu.c @@ -4342,8 +4342,8 @@ BOOL MENU_SetMenu( HWND hWnd, HMENU hMenu ) * SetMenu (USER32.@) */ BOOL WINAPI SetMenu( HWND hWnd, HMENU hMenu ) -{ - if(!MENU_SetMenu(hWnd, hMenu)) +{ + if(!hWnd || !MENU_SetMenu(hWnd, hMenu)) return FALSE; SetWindowPos( hWnd, 0, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE | -- 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.
https://bugs.winehq.org/show_bug.cgi?id=41989 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #5 from winetest(a)luukku.com --- Crashes wine 2.12-git and staging 2.12. I didn't test the hacky pacth assuming it would fix the issue. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=41989 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #6 from Fabian Maurer <dark.shadow4(a)web.de> --- I can still reproduce the crash with wine-2.22, but it works with wine-7.20. Considering this fixed, if I'm wrong, please reopen. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=41989 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 7.22. -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla