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@winehq.org Reporter: mark_crn@yahoo.com Distribution: ---
Created attachment 56396 --> https://bugs.winehq.org/attachment.cgi?id=56396 save bug file
Musette encounter a fatal exception
https://bugs.winehq.org/show_bug.cgi?id=41989
fjfrackiewicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fjfrackiewicz@gmail.com
--- Comment #1 from fjfrackiewicz@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? :)
https://bugs.winehq.org/show_bug.cgi?id=41989
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #2 from Fabian Maurer dark.shadow4@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.
https://bugs.winehq.org/show_bug.cgi?id=41989
--- Comment #3 from Bruno Jesus 00cpxxx@gmail.com --- Is this the program? http://musettemusic.com/download.php
https://bugs.winehq.org/show_bug.cgi?id=41989
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@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@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 |
https://bugs.winehq.org/show_bug.cgi?id=41989
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #5 from winetest@luukku.com --- Crashes wine 2.12-git and staging 2.12. I didn't test the hacky pacth assuming it would fix the issue.
https://bugs.winehq.org/show_bug.cgi?id=41989
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #6 from Fabian Maurer dark.shadow4@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.
https://bugs.winehq.org/show_bug.cgi?id=41989
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 7.22.