aMule Forum

English => aMule Help => Topic started by: doragasu on November 01, 2006, 12:21:47 PM

Title: [SOLVED] aMuleGUI freezes upon startup :(
Post by: doragasu on November 01, 2006, 12:21:47 PM
I have a Linux box and I managed to compile aMule 2.1.2 without X. I have configured it and launched it as a daemon. It looks it's working. It doesn't spit errors and using netstat I see it's listening in port 4712.

Now I want to connect to it using aMuleGUI 2.1.2 under my WinXP SP2 box. Y launch aMuleGUI and enter the requested parameters (the IP of my linux box in the host field and the password I set in amule.conf in the password field). When I click the connect button, the amule window dissapears and nothing happens :(. No aMuleGUI window is shown but aMuleGUI is running (I can see it and kill it using the task manager).

I had a look to a ethereal capture of the session to see if I can figure out what's happening. In the capture I can see the TCP connection is established, then my Win box sends 56 bytes of data (I can see amule-remote and 0x0001 strings in the data) and then my linux box closes the connection :(.

I have tryed also aMuleCmd and it also freezes...

¿Any ideas of what's going on?
Title: Re: [SOLVED] aMuleGUI freezes upon startup :(
Post by: doragasu on November 01, 2006, 01:45:02 PM
I have found what I was doing wrong. I was putting the password in amule.conf without encryption. Once I put it encrypted, it works.