http://bugs.winehq.org/show_bug.cgi?id=33116
--- Comment #6 from Austin English austinenglish@gmail.com 2013-03-14 14:17:02 CDT --- (In reply to comment #4)
(In reply to comment #2)
Does setting MONO_DEBUG=explicit-null-checks change the behavior? If so, that's bug 32302.
If not, please get a log with WINE_MONO_VERBOSE=1 WINE_MONO_TRACE=x and a backtrace from the same attempt that produced that log. (You'll need Wine 1.5.25 for the WINE_MONO_VERBOSE variable to work.)
How can I do that?
When running from the terminal, do: $ MONO_DEBUG=explicit-null-checks wine ZafehouseDiaries.exe
if that works, it's bug 32302. If not, run: $ WINE_MONO_VERBOSE=1 WINE_MONO_TRACE=x wine ZafehouseDiaries.exe &> ~/log.txt
then attach log.txt here.
In the future, please use the forums for questions like this :)