http://bugs.winehq.org/show_bug.cgi?id=58335
--- Comment #37 from Bernhard Übelacker bernhardu@mailbox.org --- (In reply to Michael Setzer II from comment #36)
which wine /usr/bin/wine # ls -l /usr/bin/wine lrwxrwxrwx 1 root root 24 Jun 14 07:46 /usr/bin/wine -> /opt/wine-devel/bin/wine
So that is the wine it is running.
I was asking about "/home/msetzerii/wine" because that is what you received from the attempt to debug it with gdb:
gdb -q --args wine notepad "/home/msetzerii/wine": not in executable format: file format not recognized
WINEDEBUG=+pid,+module,+seh,+actctx wine notepad 2>/tmp/out2 Now opens notepad and produces the attached out2.xz file.
Ok, this is unfortunate, then I am running out of ideas, without getting the crash myself or rebuilding wine.
Just for the record, out2 contains another access violation in winemenubuilder.exe at 0000000140003526, which I think translates to: in add_mimes at programs/winemenubuilder/winemenubuilder.c:1696 1696 list_add_tail(mime_types, &mime_type_entry->entry);
And notepad in out2 got also an access violation at 00006FFFFBF4366A, which I think translates to: in EDIT_WM_NCCreate at dlls/comctl32/edit.c:4312 4312 es->style = lpcs->style; But was able to recover because of "user_callback_handler ignoring exception".