http://bugs.winehq.org/show_bug.cgi?id=58335
--- Comment #33 from Bernhard Übelacker bernhardu@mailbox.org --- (In reply to Michael Setzer II from comment #31)
Created attachment 78824 [details] Run with wine notepad 10.10, and then with ouptions. With the options stated, (no +heap) it had a short output, and doesn't actually run notepad. With the +heap added it actually opends notepad
Sorry, I wrote the wrong WINEDEBUG line, with modules instead of module. Could you please rerun with: WINEDEBUG=+pid,+module,+seh
(In reply to Michael Setzer II from comment #32)
gdb -q --args wine notepad "/home/msetzerii/wine": not in executable format: file format not recognized
Your "/home/msetzerii/wine" seems to be a script? Please replace the gdb line with: gdb -q --args /opt/wine-devel/bin/wine notepad