http://bugs.winehq.org/show_bug.cgi?id=21624
--- Comment #7 from Anastasius Focht focht@gmx.net 2010-02-07 12:35:43 --- Hello,
--- quote --- It actually went a bit further after starting, but crashed when I tried to click a button from the gui. --- quote ---
Well depending on threading/timing and location of corrupted heap blocks it might not crash at the same place. Can you rerun the app with heap checking enabled? Beware, the log might get large and app startup/responsiveness will be very slow:
(remove any log.txt before that)
WINEDEBUG=+tid,+seh,+relay,+heap wine MJ12node.exe >>log.txt 2>&1
and attach/provide new log.
Regards