aMule Forum

English => en_Bugs => Topic started by: AndyRozman on February 05, 2012, 01:42:28 PM

Title: amule problem with assest in wx 2.9
Post 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
Title: Re: amule problem with assest in wx 2.9
Post by: myth on February 05, 2012, 01:56:39 PM
Wasn't the 2.9 to new? 2.8.12 should be used...
Title: Re: amule problem with assest in wx 2.9
Post by: Stu Redman on February 05, 2012, 07:44:36 PM
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).
Title: Re: amule problem with assest in wx 2.9
Post by: GonoszTopi on February 05, 2012, 11:18:17 PM
'--without-wxdebug' on the aMule configure command line will force you to select a wxWidgets library compiled without debugging support (and assertions).