Welcome to xMule: A P2P Client derived from eMule BerliOS Developer LogoSourceForge.net Logo


Links
- Visit the Forums!
- SF.net Project Page
- xMule Screenshots

Modules
· Home
· Content
· Downloads
· Recommend Us
· Search
· Statistics
· Top
· Topics
· Your Account

Who's Online
There are currently, 2 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here

 
xMule xmule-1.9.5pre2
Posted by HopeSeekr on Friday, November 19 @ 18:06:00 CST
Contributed by HopeSeekr

This is pretty stable. Just putting it out there in case you want it before I have time to invest in the complicated release/notification effort. [ed2k link] xmule-1.9.5pre2.tar.bz2

 
Login
Nickname

Password

Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.

Related Links
· More about xMule
· News by HopeSeekr


Most read story about xMule:
I quit! YAY~!!!!


Article Rating
Average Score: 2.5
Votes: 18


Please take a second and vote for this article:

Excellent
Very Good
Good
Regular
Bad


Options

 Printer Friendly Printer Friendly


"xmule-1.9.5pre2" | Login/Create an Account | 34 comments | Search Discussion
The comments are owned by the poster. We aren't responsible for their content.

No Comments Allowed for Anonymous, please register

Re: xmule-1.9.5pre2 (Score: 0)
by Anonymous on Saturday, November 20 @ 13:47:46 CST
'stable' is something i missed.

in addition i do miss a support forum.
is there any? can someone supply a link?

i strongly disagree to 'support via email'
this is simply unlogically - waiting on one side, much (identically) work on the other side.

mop



Re: xmule-1.9.5pre2 (Score: 1)
by Avi on Saturday, November 20 @ 13:50:47 CST
(User Info | Send a Message)
Hmmm....

"in addition i do miss a support forum.
is there any? can someone supply a link?"
..... ..... .....

Look left? Under the "Links" menu? Am I the only one seeing the words "Visit te Forums!" :/ :P


]



Re: xmule-1.9.5pre2 (Score: 0)
by Anonymous on Sunday, November 21 @ 04:53:21 CST
I'm using xmule 1.9.5pre2 since yesterday, that's 12 hours, and it didn't crash, where 1.9.4b segfaulted every hour or so!
I'm under debian testing (sarge) . Had to install libwx_gtk-dev and libgtk1.2-dev to compile.




Re: xmule-1.9.5pre2 (Score: 0)
by Anonymous on Tuesday, November 23 @ 15:13:35 CST
There is some problems when doing an exit. The first time it disconnects, "resets" upload queue and continues. The second time gdb says "Segmentation fault". So I have to kill it manually. Apart from that, this version works GREAT! Stable (no crashes so far), and fast. There are however still some problems with settings not saving, but those aren't that important.



Re: xmule-1.9.5pre2 (Score: 0)
by Anonymous on Thursday, December 09 @ 21:40:50 CST
Got the chance to look into its code. I'm not sure if this is the right solution but under src/socket.cpp comment out line 491 and recompile.

490: pSck->Destroy();
491: //delete pSck;
492: pSck = NULL;

--
creepy


]



Re: xmule-1.9.5pre2 (Score: 0)
by Anonymous on Wednesday, November 24 @ 12:42:11 CST
Hi!

Has there changed some prerequisit? I can't compile this version. (1.9.4b no problem)

----------------------
[..]
TreeMultiItemWindow.cpp
UDPSocket.cpp
UploadClient.cpp
UploadListCtrl.cpp
UploadQueue.cpp
wxTreeMultiCtrl.cpp
xmule.cpp
xmule.cpp: In member function `virtual bool CxmuleApp::OnInit()':
xmule.cpp:157: `close' undeclared (first use this function)
xmule.cpp:157: (Each undeclared identifier is reported only once for each
function it appears in.)
xmule.cpp: In member function `virtual void CxmuleApp::OnFatalException()':
xmule.cpp:732: `getpid' undeclared (first use this function)
make[1]: *** [obj/xmule.o] Error 1
make: *** [all] Error 2
----------------------------

Where is the problem?



Re: xmule-1.9.5pre2 (Score: 0)
by Anonymous on Thursday, November 25 @ 10:45:32 CST
same problem here... :-(


]


Re: xmule-1.9.5pre2 (Score: 1)
by Avi on Thursday, November 25 @ 13:20:30 CST
(User Info | Send a Message)
Which GCC version?


]


Re: xmule-1.9.5pre2 (Score: 0)
by Anonymous on Friday, November 26 @ 17:23:34 CST
gcc versi?n 3.2

Configurado con: ../gcc-3.2/configure --prefix=/usr --enable-shared --enable-languages=c,c++ --enable-threads=posix --with-slibdir=/lib --enable-__cxa_atexit --enable-clocale=gnu

--


]


Re: xmule-1.9.5pre2 (Score: 0)
by Anonymous on Sunday, November 28 @ 13:17:09 CST
My gcc version is:

$ gcc -v
Reading specs from /usr/lib/gcc-lib/i386-linux/3.2.3/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,objc,ada --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.2 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-java-gc=boehm --enable-objc-gc i386-linux
Thread model: posix
gcc version 3.2.3

Any hints from that?



]


Re: xmule-1.9.5pre2 (Score: 0)
by Anonymous on Sunday, November 28 @ 14:54:39 CST
Hi!

update to my posting above:

I could compile this version on a newer debian release:
$ gcc -v
Lese Spezifikationen von /usr/lib/gcc-lib/i486-linux/3.3.4/specs
Konfiguriert mit: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
Thread-Modell: posix
gcc-Version 3.3.4 (Debian 1:3.3.4-9)

Version of wxGTK is the same: 2.4.2
Version of libgtk1.2-dev is 1.2.10-17

The compilation fails on my older debian system with:
Version of wxGTK is the same: 2.4.2
Version of libgtk1.2-dev is 1.2.10-14
gcc version 3.2.3 (see posting above)

Either it's gcc, or libgtk version.


]


Re: xmule-1.9.5pre2 (Score: 1)
by Avi on Thursday, December 02 @ 07:28:44 CST
(User Info | Send a Message)
I bet it's a GCC 3.2.x compilation problem. I hope HopeSeekr will check this out.


]


Re: xmule-1.9.5pre2 (Score: 0)
by Anonymous on Saturday, November 27 @ 02:58:03 CST
Same problem for me.

Red Hat 9 with
gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)


Massbass


]


HOW TO FIX (EASY! 1 line) (Score: 1)
by HopeSeekr on Monday, January 03 @ 09:05:45 CST
(User Info | Send a Message)
near the top of xmule.cpp, add the following:

#include // Needed for close


]



Re: xmule-1.9.5pre2 (Score: 1)
by raid517 on Friday, November 26 @ 02:26:46 CST
(User Info )
Hi in the compile instructions it says the following:

[quote]After compiling you have to copy xmule-binary from xmule/src/xmule to whereever you want and to copy
xmule/src/resource-directory to $HOME/.xMule/resource, if you don't start ./xmule from your xmule/src-directory.
Otherwise, you will miss some popup-menus inside the FlowChart-Window, which are needed to enable functions
like "source-exchange" and "securehash/ident/creditfiles".[/quote]

But I have followed this and the compile did not create a directory in /xmule/src/ called resource or resource-directory in the folder I compiled xmule in, or anywhere else for that matter. Concequentally I am still missing a load of advanced options - like confifuring port settings, source excahange and so on.

I followed these instructions to the letter, but it is really very hard to do if the application refused to compile correctly.

You effort is still nonetheless very much appreciated.

GJ



Re: xmule-1.9.5pre2 (Score: 0)
by Anonymous on Sunday, November 28 @ 14:01:12 CST
Hi!

I am just a user. Here how it works:

My source directory is:
/usr/src/xmule-1.9.5pre2/src

The directories you need, are:
/usr/src/xmule-1.9.5pre2/src/bitmaps
/usr/src/xmule-1.9.5pre2/src/pixmaps

or with other words:
cp -r *maps ~/.xMule

or use mc to copy the files, if you like it better.


]


Outdated docs (Score: 1)
by HopeSeekr on Monday, January 03 @ 09:07:10 CST
(User Info | Send a Message)
Um, that was outdated many versions ago, and the docs just weren't changed...i'm emailing myself so i won't forget to change them.

thanks.


]



Re: xmule-1.9.5pre2 (Score: 0)
by Anonymous on Friday, November 26 @ 04:37:24 CST
Crashes every time in Suse 9.2



Re: xmule-1.9.5pre2 (Score: 1)
by raid517 on Friday, November 26 @ 06:14:26 CST
(User Info | Send a Message)
What ports is Xmule using? Since I can't access any of the settings on the connection tab (which is non existant) maybe I can have better luck by opening up a port for it.

GJ


]


Re: xmule-1.9.5pre2 (Score: 0)
by Anonymous on Sunday, November 28 @ 14:04:41 CST
AFAIK:

standard emule ports:
udp: 4672
tcp: 4662

A good idea is to open the server port, too.

See the forum for detailed firewall rules.


]


Re: xmule-1.9.5pre2 (Score: 0)
by Anonymous on Thursday, December 09 @ 21:49:50 CST
I guess this thing happens during time of disconnect. I'm also using Suse 9.1. I got some work around on this issue by commenting out line 491 of src/socket.cpp

490: pSck->Destroy();
491: //delete pSck;
492: pSck = NULL;

--
creepy


]


should also... (Score: 1)
by HopeSeekr on Monday, January 03 @ 09:09:29 CST
(User Info | Send a Message)
should also comment out line 492 too...using NULLed pointers will *surely* result in a crash, and a memleak.

that said, it looks *OK*


]



Re: xmule-1.9.5pre2 (Score: 0)
by Anonymous on Tuesday, November 30 @ 11:54:45 CST
I really tried to try it, but after endless compilation problems, got it to run but no way to change some of the preferences, no way to make them persistent, and random crashes, I think I am back to using aMule, which at least works.



Re: xmule-1.9.5pre2 (Score: 1)
by Avi on Tuesday, November 30 @ 15:35:19 CST
(User Info | Send a Message)
Another advertisement Kry? Wtf is your problem?


]


Re: xmule-1.9.5pre2 (Score: 0)
by Anonymous on Wednesday, December 01 @ 17:18:09 CST
WHAT?


]


Re: xmule-1.9.5pre2 (Score: 0)
by Anonymous on Thursday, December 02 @ 08:05:27 CST
Er... sorry Avi... paranoia again?

Kry


]


Re: xmule-1.9.5pre2 (Score: 1)
by Avi on Thursday, December 02 @ 11:35:51 CST
(User Info | Send a Message)
"paranoia again"? :/ Remind me the last time I've been paranoid... :P ;)

Anyway, PHP-Nuke automatically shows me the address of every comment poster since I'm logged in as admin. I saw "Anonymous ", "cm******.red.mundo-r.com" this time and together with the word "aMule" I automatically assumed it was you Kry :) If it wasn't, I apologize. But I really do doubt it wasn't you, due to the harsh reality (or should I say past?) of the two projects.

Anyway, everyone have a good day. I barely care about this stuff anymore. :) I only wish HopeSeekr would pop-back from wherever he is. :/


]


Re: xmule-1.9.5pre2 (Score: 0)
by Anonymous on Thursday, December 02 @ 14:11:25 CST
I am the poster of the previous post. I am not Kry and you should apologize to me too, as there is a lot of people from this ISP (mundo-r). I didn't knew he was from that ISP, that means he must be at most 200km away from me.

Anyway! What is that about HopeSeekr, is he out?


]


Re: xmule-1.9.5pre2 (Score: 1)
by Avi on Thursday, December 02 @ 14:34:03 CST
(User Info | Send a Message)
I apologize.

HopeSeekr? Out? Not as far as I know. I believe he has some Internet connections problems, but that's all I know. :/


]


POSTER IS KRY of AMULE -- PROOF!!! (Score: 1)
by HopeSeekr on Monday, January 03 @ 09:12:24 CST
(User Info | Send a Message)
by Anonymous on Wednesday, December 01 @ 17:18:09 CST
(IP: cm62167.red.mundo-r.com)
WHAT?

THAT IS *****ING KRY'S IP ADDRESS!!

Go on crying now.."LEAVE US ALONE"

*****ing *****...go get delta to butt-***** you like the good little sidekick he is.


]


Re: POSTER IS KRY of AMULE -- PROOF!!! (Score: 0)
by Anonymous on Monday, January 03 @ 12:42:47 CST
When I do a whois on Kry, I get this: cm48036.red.mundo-r.com

The first resolves to 213.60.62.167 whereas the other resolves to 213.60.48.36

-- Xaignar

/not sure why I'm posting this
//not sure why you are posting that


]


Re: POSTER IS KRY of AMULE -- PROOF!!! (Score: 1)
by Nicely on Monday, January 03 @ 14:06:49 CST
(User Info | Send a Message)
Ted, you're starting to go too far with your nonsense and insults.

There are several thousand people from my ISP, you know.


]


Re: POSTER IS KRY of AMULE -- PROOF!!! (Score: 0)
by Anonymous on Monday, January 03 @ 14:14:50 CST
jesus. go and get a doc


]



Re: xmule-1.9.5pre2 (Score: 0)
by Anonymous on Friday, December 10 @ 11:31:18 CST
Maybe it's me being stupid... But how can I download from "ed2k://..." if I NEVER installed any previous version of xmule?! No entry in SF... Is it so difficult putting an HTTP URL too?

OSS is wonderful, but we shouldn't loose a lot of credits with such foo (yet frustrating) things... :-( ;-)

However thank you developers for great contribute to community!

Bye...





PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL.
PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.13 Seconds