--- src/amule.cpp.bak 2011-05-26 13:14:36.000000000 +0000 +++ src/amule.cpp 2011-05-26 13:16:04.000000000 +0000 @@ -556,7 +556,8 @@ #endif if ( !cmdline.Found(wxT("disable-fatal")) ) { -#ifndef __WXMSW__ +//#ifndef __WXMSW__ +#if wxUSE_ON_FATAL_EXCEPTION // catch fatal exceptions wxHandleFatalExceptions(true); #endif