aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: 1 [2]

Author Topic: aMule works in slackware but NOT in ubuntu/suse  (Read 10213 times)

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: aMule works in slackware but NOT in ubuntu/suse
« Reply #15 on: June 13, 2007, 03:08:26 PM »

You have a new job then!
Logged

Gnucco

  • Approved Newbie
  • *
  • Karma: 8
  • Offline Offline
  • Posts: 25
Re: aMule works in slackware but NOT in ubuntu/suse
« Reply #16 on: June 13, 2007, 09:26:01 PM »

Let me guess...
Verify someone of you correctly implement proper unit testing for core subsystems?

 ;D
« Last Edit: June 13, 2007, 09:57:01 PM by Gnucco »
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: aMule works in slackware but NOT in ubuntu/suse
« Reply #17 on: June 14, 2007, 02:09:51 PM »

Nope! Try again!
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: aMule works in slackware but NOT in ubuntu/suse
« Reply #18 on: June 20, 2007, 07:59:28 PM »

Fixed on SVN with my usual elegance:

Code: [Select]
@@ -240,10 +240,10 @@
                        str = UTF82unicode(val);
                        if (str.IsEmpty()) {
                                // Fallback to system locale
-                               str = char2unicode(val);
+                               str = wxString(val, wxConvISO8859_1);
                        }
                } else {
-                       str = char2unicode(val);
+                       str = wxString(val, wxConvISO8859_1);
                }
        }

The network is ISO8859.
Logged

Gnucco

  • Approved Newbie
  • *
  • Karma: 8
  • Offline Offline
  • Posts: 25
Re: aMule works in slackware but NOT in ubuntu/suse
« Reply #19 on: June 20, 2007, 11:42:46 PM »

Both nicer and "righter" ;D than my dirty workaround !
Logged

HyperNode

  • Guest
Re: aMule works in slackware but NOT in ubuntu/suse
« Reply #20 on: June 21, 2007, 09:41:24 PM »

Thanks a lot for your report, Mr. Hyde.

@HyperNode: Are there any problems with Kademlia? Can you try with a new user and Kad-only?

Sorry I rarly come on this forum. But no problem with KAD or ED2k after you port forward and allow access to it. Works fine for both but I do know what I am doing and I did setup a advance filtering sys.
Logged
Pages: 1 [2]