aMule Forum

English => aMule Help => Topic started by: korner on May 15, 2005, 11:38:25 AM

Title: some quirkness
Post by: korner on May 15, 2005, 11:38:25 AM
hi,
I have some quirkness since I have compiled latest release; firstly in some cases i have A4AF string instead of normal progress bar (it occurs when my client is asking for another file); second problem consist in that my amule doesn't display some files' names, for instance when I am browsing my shared files I don't have name of one file but I see its size, id etc.
regards
korner
Title: Re: some quirkness
Post by: deltaHF on May 15, 2005, 11:51:16 AM
unicode problem
Title: Re: some quirkness
Post by: korner on May 15, 2005, 01:10:30 PM
so what is the simplest solution?
Title: Re: some quirkness
Post by: deltaHF on May 15, 2005, 01:14:21 PM
i dunno what linux distri & wxgtk you use
Title: Re: some quirkness
Post by: korner on May 15, 2005, 02:08:51 PM
I've compiled wxGTK-2.6.0, I have Aurox 10.1, maybe I should have specified some parameters for amule ./configure?
Title: RE: some quirkness
Post by: GhePeU on May 15, 2005, 02:48:41 PM
Quote
Originally posted by korner
firstly in some cases i have A4AF string instead of normal progress bar (it occurs when my client is asking for another file);

http://forum.amule.org/thread.php?threadid=5091&sid=&threadview=0&hilight=&hilightuser=0&page=3
Title: Re: some quirkness
Post by: korner on May 15, 2005, 07:14:03 PM
any suggestions about second issue??
Title: Re: some quirkness
Post by: ken on May 15, 2005, 11:08:24 PM
korner, when you configured wxGTK, did you specify --enable-unicode?  You should.
Title: Re: some quirkness
Post by: deltaHF on May 16, 2005, 11:08:07 AM
recompile wxGTK-2.6.0 using:

./configure --prefix=/your-prefix --with-gtk --enable-unicode --disable-compat24 --enable-optimise && make
Title: Re: some quirkness
Post by: korner on May 16, 2005, 10:36:10 PM
unicode problem solved, thx