aMule Forum
English => en_Bugs => Topic started by: AndyRozman on February 05, 2012, 01:42:28 PM
-
I am running amule on Ubuntu x64. Since ubuntu has very old version of amule in repository I build new one, with wx 2.9 (ubuntu wx 2.8 is also too old), and now I regullary get assert errors. Everytime after this happens I need to restart amule.
Is there a way to disable asserts, or at least enable logging so that I could send proper reports to you, so you could be able to fix this... It seems that asserts have problem with formating of some data they are trying to assert.
Andy
-
Wasn't the 2.9 to new? 2.8.12 should be used...
-
wx 2.9 is supported since 2.3.1, but only experimental. There have been all kinds of problems with various 2.9 versions, especially with networking. I suggest you use wx 2.8.12, see http://wiki.amule.org/index.php/HowTo_Compile_In_Ubuntu
To disable asserts just don't build in debug mode (and make sure wx isn't built in debug mode as well).
-
'--without-wxdebug' on the aMule configure command line will force you to select a wxWidgets library compiled without debugging support (and assertions).