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.5 released!
Posted by HopeSeekr on Thursday, January 06 @ 15:21:23 CST
Contributed by HopeSeekr

Over three months were spent making this release one of the best ever. As evinced by the lack of bug reports for the 4th preview of this release, this should be one of the most productive versions of xMule yet, both in terms of added features, large performance increases, and the refactoring of the source code in general. You'll want to see the changelog for this :-) xmule-1.9.5.rar (1.07 MB) [WWW] [ED2K Link]--> xmule-1.9.5.tar.bz2 (1.19 MB) [WWW] [ED2K Link]--> Highly-optimized Linux binary (1.61 MB) [WWW] Req. wxGTK 2.4 w/ GTK2

Version 1.9.5 ------------- 2005/01/06 HopeSeekr's contributions: * FIXED: Internationalization works again, yay (01-05). * FIXED: Huge increase in CPartFile::Process(): used to use 44% of total xMule CPU usage, now requires ~1% (01-01). * FIXED: Major residual memory leak in the credits system (12-23). * FIXED: xMule should now compile on RedHat boxes without modification. * FIXED: Properly delete socket handlers (11-04). * FIXED: Command-line interface is now functional again (11-04). * FIXED: Removed a memory leak when canceling/stopping downloads (01-05). * FIXED: *MAJOR* CPU leak after 24 hours that occurred in the SysTray; see ChangeLog-UNSTABLE entry for 02-08-03 (01-05). * IMPROVED: Source code dependency tracking (11-04). * IMPROVED: Source code coupling - 59 files optimal (11-04, 5, 6, 7). * IMPROVED: Credits system is now dynamically sized and freed (01-04). * IMPROVED: Re-implemented Download List's event handling routines (01-04). * IMPROVED: Re-implemented Category's event handling routines (01-05). * IMPROVED: Almost totally re-implemented ed2k external helper; now supports all types of ed2k links, including those with sources. On installation, it is installed as both "ed2k" (deprecated) and "ed2k.xmule-2.0" (01-06). * IMPROVED: Re-arranged the Preferences toolbar for greater clarity (01-06). * ADDED: External libcrypto++ support (01-03). * Misc: * Now xMule uses the ISO-C++ standard number types instead of a mix of do you notice problem with finishing? its own and wxWidget's (11-04). * Refactored and unicoded Categories (11-07). * Upgraded wxWidget's animate.cpp from v2.3.2 to 2.5.3 (11-08). * Refactored many maps to std::maps for large performance gangs (01-01) DavidW's contributions: * Provided the new configure.ac configuration (10-21). * Added routines for detecting libcrypto++ (01-05). pbrook's contributions: * FIXED: Three crashes on shutdown (01-03). * FIXED: Several post-increment discrepancies (01-03). * FIXED: Floating-point Error found in 1.9.5pre2 and above (01-03). * FIXED: 1.9.5pre3 bug that hindered secure ident (01-03). Debian Team's contributions: * FIXED: Some crashes due to big endian routines of embedded Crypto++ (11-06). Xaignar's contributions: * Pointed out a small bug at BaseClient.cpp:264 (11-03).


 
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: 1.44
Votes: 49


Please take a second and vote for this article:

Excellent
Very Good
Good
Regular
Bad


Options

 Printer Friendly Printer Friendly


"xMule 1.9.5 released!" | Login/Create an Account | 101 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.5 released! (Score: 1)
by fever on Friday, January 07 @ 00:30:59 CST
(User Info )
Great But have a compile problem on rh9 while i can do it with 1.9.4
Linking xmule /usr/bin/ld: cannot find -l-lstdc++ collect2: ld returned 1 exit status make[1]: *** [../xmule] Error 1 make: *** [all] Error 2
i have install these packages libstdc++-devel-3.2.2-5 libstdc++-3.2.2-5 compat-libstdc++-7.3-2.96.118 what can i do?




Re: xMule 1.9.5 released! (Score: 1)
by Xaignar on Friday, January 07 @ 06:18:29 CST
(User Info )
Hey, just a heads-up.
You seem to have forgotten to fix the two bugs I pointed out:
- ListenSocket.cpp:580 (Banning everyone sending messages to you)
- UploadQueue.cpp:251 (Marking aMule clients in the upload-queue as leechers)

Anyway, nice release.

Cheers,
Xaignar




Re: xMule 1.9.5 released! (Score: 0)
by Anonymous on Friday, January 07 @ 07:31:04 CST
I get the following error on compiling (SuSE 9.2):

In file included from ClientCredits.h:36,
from BaseClient.cpp:28:
CryptoXMpp.h: In function `unsigned int CryptoXMpp::BytesToWords(unsigned int)
':
CryptoXMpp.h:391: error: `WORD_SIZE' undeclared (first use this function)
CryptoXMpp.h:391: error: (Each undeclared identifier is reported only once for
each function it appears in.)
CryptoXMpp.h: In function `unsigned int CryptoXMpp::BitsToWords(unsigned int)':
CryptoXMpp.h:396: error: `WORD_BITS' undeclared (first use this function)
CryptoXMpp.h: At global scope:
CryptoXMpp.h:451: error: syntax error before `;' token
CryptoXMpp.h:454: error: syntax error before `(' token
CryptoXMpp.h:459: error: `ByteOrder' was not declared in this scope
CryptoXMpp.h:459: error: syntax error before `)' token
CryptoXMpp.h: In function `bool NativeByteOrderIs(...)':
CryptoXMpp.h:461: error: `order' undeclared (first use this function)
CryptoXMpp.h:461: error: `GetNativeByteOrder' undeclared (first use this
function)
CryptoXMpp.h: In function `T1 SaturatingSubtract(T1, T2)':
CryptoXMpp.h:490: error: ISO C++ forbids declaration of `CompileAssert' with no
type
CryptoXMpp.h:490: error: template-id `CompileAssert 0)>' used as
a declarator
CryptoXMpp.h:490: error: syntax error before `;' token
CryptoXMpp.h:491: error: ISO C++ forbids declaration of `CompileAssert' with no
type
CryptoXMpp.h:491: error: template-id `CompileAssert 0)>' used as
a declarator
CryptoXMpp.h:491: error: redeclaration of `int CompileAssert'
CryptoXMpp.h:490: error: `int CompileAssert' previously declared here
CryptoXMpp.h:491: error: declaration of `int CompileAssert'
CryptoXMpp.h:490: error: conflicts with previous declaration `int CompileAssert
'
CryptoXMpp.h:491: error: syntax error before `;' token
CryptoXMpp.h: At global scope:
CryptoXMpp.h:496: error: syntax error before `(' token
CryptoXMpp.h:496: error: syntax error before `&' token
CryptoXMpp.h:497: error: ISO C++ forbids declaration of `GetCipherDir' with no
type
CryptoXMpp.h: In function `int GetCipherDir(...)':
CryptoXMpp.h:498: error: `obj' undeclared (first use this function)
CryptoXMpp.h:498: error: `ENCRYPTION' undeclared (first use this function)
CryptoXMpp.h:498: error: `DECRYPTION' undeclared (first use this function)

... and so on.




Re: xMule 1.9.5 released! (Score: 0)
by Anonymous on Saturday, January 08 @ 10:25:51 CST
I am not obtaining I compel it

i make:
./configure
make
appears the error:
In file included from BaseClient.cpp:28:
ClientCredits.h:38:35: cryptopp/cryptlib.h: Arquivo ou diret?rio n?o encontrado
ClientCredits.h:39:30: cryptopp/rsa.h: Arquivo ou diret?rio n?o encontrado
In file included from BaseClient.cpp:28:
ClientCredits.h:157: error: syntax error before `::' token
make[1]: ** [obj/BaseClient.o] Erro 1
make: ** [all] Erro 2




Re: xMule 1.9.5 released! (Score: 0)
by Anonymous on Sunday, January 09 @ 08:14:34 CST
Hi xmule 1.9.5 crashes at startup.
I use fedora core 3

Anny hints?

Thanks

> /usr/local/bin/xmule
Initialising xMule
Setting value of secure-ident to true.
Setting value of source-exchange to true.
Setting value of command-line to true.
*** UDP socket at 4672
boo
PublicKey: keylen=76
01 01 01 05 00 03 39 00 30 36 02 31 00 9e 32 d1 5d a9 25 36 5d 33 1c 6d 7a 1a cb 82 cb 02 01 11

OOPS! - Seems like xMule crashed
--== BACKTRACE FOLLOWS: ==--

[0] CxmuleApp::OnFatalException() | xmule.cpp:677
[1] wxFatalSignalHandler | 0x115a8dd
[2] /lib/tls/libpthread.so.0 [0x5428d8] | 0x5428d8
[3] __libc_free | 0x356ab9
[4] operator delete(void*) | 0x1b1445
[5] operator delete[](void*) | 0x1b1491
[6] std::ios_base::~ios_base() | 0x153e7d
[7] std::basic_ifstream >::~basic_ifstream() | 0x165c56
[8] /usr/local/bin/xmule [0x81b99f8] | smartptr.h:49
[9] CryptoPP::FileStore::~FileStore() | files.h:57
[10] CryptoPP::SourceTemplate::~SourceTemplate() | files.h:57
[11] CryptoPP::FileSource::~FileSource() | ClientCredits.cpp:541
[12] CClientCreditsList::InitalizeCrypting() | ClientCredits.cpp:557
[13] CClientCreditsList::CClientCreditsList(CPreferences*) | ClientCredits.cpp:234
[14] CxmuleApp::OnInit() | xmule.cpp:270
[15] wxEntry(int, char**) | 0xfd6828
[16] main | xmule.cpp:40
[17] __libc_start_main | 0x309e33
[18] wxScrolledWindow::AdjustScrollbars() | 0x819fd0d
Abort




Re: xMule 1.9.5 released! (Score: 1)
by oug on Sunday, January 09 @ 14:05:10 CST
(User Info )
Hi,
I tried to compile 1.9.5 on SuSE 9.0 with wxGTK 2.4.2-1 -
and have this message :

==== Building 3rd-Party Projects ====
==== Building xrc [1 of 3] ====
== License(s): LGPL
xh_bmp.cpp
In file included from wx/xrc/xh_bmp.h:18,
from xh_bmp.cpp:22:
wx/xrc/xmlres.h:25:23: wx/gdicmn.h: No such file or directory
wx/xrc/xmlres.h:27:23: wx/bitmap.h: No such file or directory
wx/xrc/xmlres.h:28:21: wx/icon.h: No such file or directory
wx/xrc/xmlres.h:29:24: wx/artprov.h: No such file or directory
In file included from wx/xrc/xh_bmp.h:18,
from xh_bmp.cpp:22:
wx/xrc/xmlres.h:191: error: parse error before `&' token
wx/xrc/xmlres.h:194: error: parse error before `&' token
wx/xrc/xmlres.h:400: error: parse error before `&' token
wx/xrc/xmlres.h:403: error: parse error before `&' token
wx/xrc/xmlres.h:406: error: parse error before `&' token
wx/xrc/xmlres.h:412: error: parse error before `&' token
wx/xrc/xmlres.h:417: error: parse error before `&' token
wx/xrc/xmlres.h:422: error: parse error before `&' token
xh_bmp.cpp:23:23: wx/bitmap.h: No such file or directory
xh_bmp.cpp: In member function `virtual wxObject*
wxBitmapXmlHandler::DoCreateResource()':
xh_bmp.cpp:33: error: parse error before `(' token
xh_bmp.cpp: In member function `virtual wxObject*
wxIconXmlHandler::DoCreateResource()':
xh_bmp.cpp:48: error: parse error before `(' token

do you have any comment ??




Re: xMule 1.9.5 released! (Score: 0)
by Anonymous on Monday, January 10 @ 16:38:21 CST
/home/iuri/xmule-1.9.5/src/ClientCredits.cpp:70: undefined reference to `CryptoPP::Algorithm::Algorithm[not-in-charge](bool)'
collect2: ld returned 1 exit status
make[1]: ** [../xmule] Erro 1
make: ** [all] Erro 2

what I must make to function?




Re: xMule 1.9.5 released! (Score: 1)
by dfmax on Tuesday, January 11 @ 03:51:23 CST
(User Info )
Hi I've got a problem compiling xMule 1.9.5.
I've got installed wxWindows 2.4.2 installed in /usr
and wxWindows 2.5.3 installed in /usr/local.

When I run ./configure --with-wx-config=/usr/local/bin/wx-config --with-wx-prefix=/usr/local/
I get that strange message:
checking for wx-config... /usr/local/bin/wx-config
checking for wxWindows version >= 2.5.3... ls: wx*-2.4-config: No such file or directory
ls: wx*-2.4-config: No such file or directory

Warning: No config found to match: /usr/local/bin/wx-config --prefix=/usr/local/ --static --libs
in /usr/local//lib/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.

yes (version 2.5.3)
checking if wxWindows was linked with GTK2... yes

and when I compile it I get this:

Linking xmule
Usage: wx-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--release]
[--basename] [--static] [--libs] [--gl-libs]
[--cppflags] [--cflags] [--cxxflags] [--ldflags] [--rezflags]
[--cc] [--cxx] [--ld]
[--inplace]

wx-config returns configuration information about the installed
version of wxWindows. It may be used to query its version and
installation directories and also retrieve the C and C++ compilers
and linker which were used for its building and the corresponding
flags.

The --inplace flag allows wx-config to be used from the wxWindows
build directory and output flags to use the uninstalled version of
the headers and libs in the build directory. (Currently configure
must be invoked via a full path name for this to work correctly.)

I thing wx-config can't handle the option --static

What don you thin?


  • very odd by HopeSeekr on Tuesday, January 11 @ 19:55:10 CST
    • Re: very odd by dfmax on Thursday, January 13 @ 01:42:09 CST
      • Re: very odd by Nicely on Thursday, January 13 @ 09:58:56 CST
        • Re: very odd by dfmax on Thursday, January 13 @ 11:52:12 CST


Re: xMule 1.9.5 released! (Score: 0)
by Anonymous on Thursday, January 13 @ 10:59:26 CST
I'm unable to run 1.9.x... as soon as I got a connect to a server it crashes (gdb backtracking at the end of the message).

I've tried the following combinations (my distro is Red Hat 8):

wx 2.4.2 gtk1 - xmule 1.9.5 - NO cryptopp
wx 2.4.2 gtk1 - xmule 1.9.5 - cryptopp
wx 2.4.2 gtk2 - xmule 1.9.5 - cryptopp
wx 2.4.2 gtk1 - xmule 1.9.4 - cryptopp

All crash in the same way (on wx ProcessPendingEvents()).

wx 2.4.2 gtk1 - xmule 1.8.4 WORKS

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 24768)]
0x405ba255 in wxEvtHandler::ProcessPendingEvents() ()
from /usr/lib/libwx_gtk-2.4.so
(gdb) bt
#0 0x405ba255 in wxEvtHandler::ProcessPendingEvents() ()
from /usr/lib/libwx_gtk-2.4.so
#1 0x40584c25 in wxAppBase::ProcessPendingEvents() ()
from /usr/lib/libwx_gtk-2.4.so
#2 0x40532547 in wxapp_pending_callback () from /usr/lib/libwx_gtk-2.4.so
#3 0x401d4adf in g_idle_dispatch () from /usr/lib/libglib-1.2.so.0
#4 0x401d397e in g_main_dispatch () from /usr/lib/libglib-1.2.so.0
#5 0x401d3e59 in g_main_iterate () from /usr/lib/libglib-1.2.so.0
#6 0x401d40f4 in g_main_run () from /usr/lib/libglib-1.2.so.0
#7 0x400cf6df in gtk_main () from /usr/lib/libgtk-1.2.so.0
#8 0x40532ebe in wxApp::MainLoop() () from /usr/lib/libwx_gtk-2.4.so
#9 0x40584adc in wxAppBase::OnRun() () from /usr/lib/libwx_gtk-2.4.so
#10 0x40533599 in wxEntry(int, char**) () from /usr/lib/libwx_gtk-2.4.so
#11 0x0820f420 in main (argc=1, argv=0xbffff8f4) at xmule.cpp:82
#12 0x420158f7 in __libc_start_main () from /lib/i686/libc.so.6
(gdb)





Re: xMule 1.9.5 released! (Score: 0)
by Anonymous on Thursday, January 13 @ 14:34:25 CST
I've compiled latest version, but it doesn't work on my linux box.
It crashes after few minutes (10 to 1 hour) and I always get the same messages:

OOPS! - Seems like xMule crashed
--== BACKTRACE FOLLOWS: ==--

[0] CxmuleApp::OnFatalException() | xmule.cpp:677
[1] wxFatalSignalHandler | 0x4068ac06
[2] /lib/i686/libpthread.so.0 [0x401dd67e] | 0x401dd67e
[3] /lib/i686/libc.so.6 [0x408ae5a8] | 0x408ae5a8
[4] wxEvtHandler::ProcessPendingEvents() | 0x405b0f64
[5] wxAppBase::ProcessPendingEvents() | 0x4057b565
[6] wxApp::OnIdle(wxIdleEvent&) | 0x40528f77
[7] wxEvtHandler::SearchEventTable(wxEventTable&, wxEvent&) | 0x405b1232
[8] wxEvtHandler::ProcessEvent(wxEvent&) | 0x405b105f
[9] wxApp::ProcessIdle() | 0x40528ef9
[10] wxBeginBusyCursor(wxCursor*) | 0x40537a57
[11] wxExecute(char**, int, wxProcess*) | 0x40689a18
[12] wxExecute(wxString const&, int, wxProcess*) | 0x4068922b
[13] /usr/lib/libwx_gtk-2.4.so [0x40652eba] | 0x40652eba
[14] wxExecute(wxString const&, wxArrayString&) | 0x40652f63
[15] CxmuleApp::OnFatalException() | xmule.cpp:738
[16] wxFatalSignalHandler | 0x4068ac06
[17] /lib/i686/libpthread.so.0 [0x401dd67e] | 0x401dd67e
[18] /lib/i686/libc.so.6 [0x408ae5a8] | 0x408ae5a8
[19] wxAppBase::ProcessPendingEvents() | 0x4057b565
[20] /usr/lib/libwx_gtk-2.4.so [0x405287b3] | 0x405287b3
[21] /usr/lib/libglib-1.2.so.0 [0x401bfb1f] | 0x401bfb1f
[22] /usr/lib/libglib-1.2.so.0 [0x401be9ae] | 0x401be9ae
[23] /usr/lib/libglib-1.2.so.0 [0x401bee89] | 0x401bee89
[24] g_main_run | 0x401bf124
[25] gtk_main | 0x400c727f
[26] wxApp::MainLoop() | 0x4052912a
[27] wxAppBase::OnRun() | 0x4057b41c
[28] wxEntry(int, char**) | 0x4052980d
[29] main | xmule.cpp:82
[30] __libc_start_main | 0x4089ba67
[31] wxLongLongNative::operator/(long) const | start.S:83

I'm not a developer, but it think that it could be some problem with wxWindows libraries. I compiled them from source, the latest stable version, 2.4.2.
Any suggestion?

There's another minor bug: this xMule doesn't keep the definition of categories in Download windows. If you define some, close xMule and restart it, you will have some hexadecimal string on all the fields of the category. Only the first one seems ok, but it loose the color of the font.

Hi and thanks.




Re: xMule 1.9.5 released! (Score: 1)
by dfmax on Friday, January 14 @ 15:18:11 CST
(User Info )
OK I compiled wxGTK-2.5.3 with options:
./configure --enable-xrc --disable-shared
and now /home/wxGTK-2.5.3/wx-config --static --libs works well.

then I compiled xMule and I get this:


Linking xmule
Usage: wx-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--release]
[--basename] [--static] [--libs] [--gl-libs]
[--cppflags] [--cflags] [--cxxflags] [--ldflags] [--rezflags]
[--cc] [--cxx] [--ld]
[--inplace]

wx-config returns configuration information about the installed
version of wxWindows. It may be used to query its version and
installation directories and also retrieve the C and C++ compilers
and linker which were used for its building and the corresponding
flags.

The --inplace flag allows wx-config to be used from the wxWindows
build directory and output flags to use the uninstalled version of
the headers and libs in the build directory. (Currently configure
must be invoked via a full path name for this to work correctly.)
make[1]: *** Deleting file `../xmule'
make[1]: *** [../xmule] Interrupt
make: *** [all] Interrupt



OK... I modified src/xmule.make at line 12, and replaced
LDFLAGS += `wx-config --libs xrc`
with
LDFLAGS += `/home/wxGTK-2.5.3/wx-config --libs xrc`

and now I get this:

Linking xmule
/home/wxGTK-2.5.3/lib/libwx_gtk2_core-2.5.a(corelib_listctrl.o)(.bss+0x60): multiple definition of `wxEVT_COMMAND_LIST_BEGIN_DRAG'
obj/listctrl.o(.bss+0x30):/home/xmule-1.9.5/src/listctrl.cpp:289: first defined here
/home/wxGTK-2.5.3/lib/libwx_gtk2_core-2.5.a(corelib_listctrl.o)(.bss+0x64): multiple definition of `wxEVT_COMMAND_LIST_BEGIN_RDRAG'
obj/listctrl.o(.bss+0x34):/home/xmule-1.9.5/src/listctrl.cpp:739: first defined here
/home/wxGTK-2.5.3/lib/libwx_gtk2_core-2.5.a(corelib_listctrl.o)(.bss+0x68): multiple definition of `wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT'
obj/listctrl.o(.bss+0x38):/home/xmule-1.9.5/src/listctrl.cpp:673: first defined here
/home/wxGTK-2.5.3/lib/libwx_gtk2_core-2.5.a(corelib_listctrl.o)(.bss+0x6c): multiple definition of `wxEVT_COMMAND_LIST_END_LABEL_EDIT'
obj/listctrl.o(.bss+0x3c):/home/xmule-1.9.5/src/listctrl_gen.h:69: first defined here
/home/wxGTK-2.5.3/lib/libwx_gtk2_core-2.5.a(corelib_listctrl.o)(.bss+0x70): multiple definition of `wxEVT_COMMAND_LIST_DELETE_ITEM'
obj/listctrl.o(.bss+0x40):/home/xmule-1.9.5/src/listctrl.cpp:231: first defined here
/home/wxGTK-2.5.3/lib/libwx_gtk2_core-2.5.a(corelib_listctrl.o)(.bss+0x74): multiple definition of `wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS'
obj/listctrl.o(.bss+0x44):/home/xmule-1.9.5/src/listctrl_gen.h:100: first defined here
/home/wxGTK-2.5.3/lib/libwx_gtk2_core-2.5.a(corelib_listctrl.o)(.bss+0x78): multiple definition of `wxEVT_COMMAND_LIST_GET_INFO'
obj/listctrl.o(.bss+0x48):/home/xmule-1.9.5/src/listctrl.cpp:630: first defined here
/home/wxGTK-2.5.3/lib/libwx_gtk2_core-2.5.a(corelib_listctrl.o)(.bss+0x7c): m


and so on...

I don't have my /home/wxGTK-2.5.3/ in ld.so.conf file, is that the problem? Well I configured xmule with:

./configure --with-wx-config=/home/wxGTK-2.5.3/wx-config


I'm using Gentoo Linux , gcc-3.3.5-r1, libstdc++-v3 version 3.3.4

What else can I say I'm despered :(




Re: xMule 1.9.5 released! (Score: 0)
by Anonymous on Saturday, January 15 @ 15:47:11 CST
Hi,

After one week of testing the new xmule 1.9.5 version, I get the following results:

version 1.9.5 = downloaded 60MB-90MB per day
version 1.8.4 = downloaded 600MB-700MB per day

Obviously I have reverted to my previous version 1.8.4.

I don't know the why of this behavior.




A little problem (Score: 1)
by alcides on Monday, January 17 @ 21:46:20 CST
(User Info )
Maybe a silly question but I've a problem. I installed xmule 1.9.5. I've tried the binary version and I've compiled the sources. Both version run well in my mandrake 10.1 system but I can't found where I can share my directories. I go to Main Prefs --> Directory Settings->Main Folders and I've only the Incoming Files and Temporary Files options.
I've looked all the other options but I can't found the shared directories option.
I've found the sharedidir.dat file and I've added manually the directories. This work but I don't understand why I can't found the option.

Any comments ? Sorry for my english I trying to learn.
Alcides





Re: xMule 1.9.5 released! (Score: 0)
by Anonymous on Saturday, January 22 @ 09:19:41 CST
Hi
I make:
xml.cpp:18:28: wx/xml/xml.h: No such file or directory
make[1]: *** [obj/xml.o] Błąd 1
make: *** [all] Błąd 2

any idee?




Re: xMule 1.9.5 released! (Score: 1)
by ning116173 (llasaa@sohu.com) on Sunday, January 23 @ 09:05:37 CST
(User Info )
on linking I got :
/usr/bin/ld : can not find -lwx_gtk_html-2.5
-----------------
which wx packages should I install?




Re: xMule 1.9.5 released! (Score: 1)
by ning116173 (llasaa@sohu.com) on Sunday, January 23 @ 09:12:17 CST
(User Info )
and I tried the binary package
On connecting to a server it crash and I got :

--== BACKTRACE FOLLOWS: ==--

[0] CxmuleApp::OnFatalException() | 0x8388e0f
[1] wxFatalSignalHandler | 0xb7a70438
已放弃
---------------------------
I'm on fedora core2 ,have upgraded libstdc++ ,compat-gcc,libgcc to fedora 3 ones




Successful Compile on FC3 with GCC4 (Score: 0)
by Anonymous on Sunday, January 23 @ 20:44:57 CST
Just here to report a successful compile and run on Fedora Core 3 using GCC4/G++4, making this the first program I've had compile without modifications using that compiler.

I used the wxGTK and cryptopp RPMs from www.freshrpms.net.

No luck getting it to compile under ICC, but it looks like a problem in the GNU headers rather than xMule's code.




Re: xMule 1.9.5 released! (Score: 0)
by Anonymous on Friday, January 28 @ 05:10:58 CST
No rpm ?




Re: xMule 1.9.5 released! (Score: 0)
by Anonymous on Saturday, January 29 @ 09:39:40 CST
xMule compiled fine, but when it comes to linking it throws phew screens of this:

obj/ClientCredits.o(.gnu.linkonce.t._ZN8CryptoPP11PK_VerifierD2Ev+0xc): In function `CryptoPP::PK_Verifier::~PK_Verifier [not-in-charge]()':
/usr/include/cryptopp/cryptlib.h:739: undefined reference to `vtable for CryptoPP::PK_Verifier'
obj/ClientCredits.o(.gnu.linkonce.t._ZN8CryptoPP11PK_VerifierD2Ev+0x18): In function `CryptoPP::PK_Verifier::~PK_Verifier [not-in-charge]()':
/usr/include/cryptopp/secblock.h:280: undefined reference to `vtable for CryptoPP::PK_Verifier'
obj/ClientCredits.o(.gnu.linkonce.t._ZN8CryptoPP16IteratedHashBaseIjNS_18HashTransformationEED2Ev+0xc): In function `CryptoPP::IteratedHashBase::~IteratedHashBase [not-in-charge]()':
/usr/include/cryptopp/cryptlib.h:739: undefined reference to `vtable for CryptoPP::IteratedHashBase'
obj/ClientCredits.o(.gnu.linkonce.r._ZTIN8CryptoPP22TF_SignatureSchemeBaseINS_9PK_SignerENS_7TF_BaseINS_33RandomizedTrapdoorFunctionInverseENS_33PK_SignatureMessageEncodingMethodEEEEE+0x10):/usr/include/cryptopp/filters.h:698: undefined reference to `typeinfo for CryptoPP::PK_Signer'
obj/ClientCredits.o(.gnu.linkonce.r._ZTIN8CryptoPP22TF_SignatureSchemeBaseINS_11PK_VerifierENS_7TF_BaseINS_16TrapdoorFunctionENS_33PK_SignatureMessageEncodingMethodEEEEE+0x10):/usr/include/cryptopp/filters.h:698: undefined reference to `typeinfofor CryptoPP::PK_Verifier'
obj/ClientCredits.o(.gnu.linkonce.r._ZTIN8CryptoPP17IteratedHashBase2IjNS_10EnumToTypeINS_9ByteOrderELi1EEENS_18HashTransformationEEE+0x8):/usr/include/cryptopp/iterhash.h:108: undefined reference to `typeinfo for CryptoPP::IteratedHashBase'
obj/ClientCredits.o(.gnu.linkonce.t._ZN8CryptoPP19AsymmetricAlgorithmC2Ev+0x15): In function `CryptoPP::AsymmetricAlgorithm::AsymmetricAlgorithm[not-in-charge]()':
/usr/include/c++/3.3/bits/basic_string.tcc:731: undefined reference to `CryptoPP::Algorithm::Algorithm[not-in-charge](bool)'
obj/ClientCredits.o(.gnu.linkonce.t._ZN8CryptoPP16IteratedHashBaseIjNS_18HashTransformationEEC2ERKS2_+0x1e): In function `CryptoPP::IteratedHashBase::IteratedHashBase[not-in-charge](CryptoPP::IteratedHashBase const&)':
/usr/include/cryptopp/rsa.h:67: undefined reference to `vtable for CryptoPP::IteratedHashBase'
obj/ClientCredits.o(.gnu.linkonce.t._ZN8CryptoPP18HashTransformationC2ERKS0_+0x1d): In function `CryptoPP::HashTransformation::HashTransformation[not-in-charge](CryptoPP::HashTransformation const&)':
/home/tomcatek/xmule-1.9.5/src/otherfunctions.h:100: undefined reference to `vtable for CryptoPP::HashTransformation'
obj/ClientCredits.o(.gnu.linkonce.t._ZN8CryptoPP8SecBlockIjNS_20AllocatorWithCleanupIjEEEC1ERKS3_+0x2f): In function `CryptoPP::SecBlock >::SecBlock[in-charge](CryptoPP::SecBlock > const&)':
/usr/include/cryptopp/algparam.h:266: undefined reference to `CryptoPP::AllocatorWithCleanup::allocate(unsigned, void const*)'
collect2: ld returned 1 exit status
make[1]: *** [../xmule] error 1
make: *** [all] error 2

i'm using debian sarge, i have libcryptopp-devel-5.2.1-1, libcrypto++5.2, libcrypto++-dev.

any ideas?




Re: xMule 1.9.5 released! (Score: 0)
by Anonymous on Wednesday, February 02 @ 08:53:48 CST
Hi, I configured xMule with:

./configure --prefix=/usr --with-gtk --enable-final --disable-debug --disable-debug-syms --enable-optimise-O2 --disable-profile --with-wx-config=/usr/bin/wxgtk2u-2.4-config

It went fine, but when I do 'make', on the third component, I get this error:

DynamicPreferences.cpp
DynamicPreferencesCtrl.cpp
DynamicPreferencesCtrl.cpp: In function `wxWindow* add_item(wxTreeMultiCtrl*,
wxXmlNode*, wxPanel*)':
DynamicPreferencesCtrl.cpp:435: error: conversion from `const char[1]' to `
const wxString' is ambiguous
/usr/local/include/wx/string.h:306: error: candidates are:
wxString::wxString(wchar_t, unsigned int)
/usr/local/include/wx/string.h:284: error:
wxString::wxString(int)
DynamicPreferencesCtrl.cpp:440: error: conversion from `const char[1]' to `
const wxString' is ambiguous
/usr/local/include/wx/string.h:306: error: candidates are:
wxString::wxString(wchar_t, unsigned int)
/usr/local/include/wx/string.h:284: error:
wxString::wxString(int)
DynamicPreferencesCtrl.cpp:468:2: warning: #warning The "z" needs a rename.
DynamicPreferencesCtrl.cpp:507:2: warning: #warning This entire colorlist thing needs to be re-implemented :-/
DynamicPreferencesCtrl.cpp: In member function `void
DynamicPreferencesCtrl::OnChangedPrefs(const wxEvent&)':
DynamicPreferencesCtrl.cpp:536: error: no matching function for call to `
wxString::Format(const char[3], double)'
/usr/local/include/wx/string.h:738: error: candidates are: static wxString
wxString::Format(const wxChar*, ...)
DynamicPreferencesCtrl.cpp:540: error: no matching function for call to `
wxString::Format(const char[4], long int)'
/usr/local/include/wx/string.h:738: error: candidates are: static wxString
wxString::Format(const wxChar*, ...)
DynamicPreferencesCtrl.cpp: In member function `void
DynamicPreferencesCtrl::OnBrowse1(wxCommandEvent&)':
DynamicPreferencesCtrl.cpp:564: error: conversion from `const char[41]' to `
const wxString' is ambiguous
/usr/local/include/wx/string.h:306: error: candidates are:
wxString::wxString(wchar_t, unsigned int)
/usr/local/include/wx/string.h:284: error:
wxString::wxString(int)
DynamicPreferencesCtrl.cpp:564: error: conversion from `const char[2]' to `
const wxString' is ambiguous
/usr/local/include/wx/string.h:306: error: candidates are:
wxString::wxString(wchar_t, unsigned int)
/usr/local/include/wx/string.h:284: error:
wxString::wxString(int)
make[1]: *** [obj/DynamicPreferencesCtrl.o] Error 1
make: *** [all] Error 2

Any tip?





Bug: Column Sorting (Score: 0)
by Anonymous on Sunday, February 06 @ 01:19:58 CST
Hiya.

I finally got xMule 1.9.5 running, and boy is it taking AGES for sources to connect to me. Meanwhile leaches are happily sucking away :(

Anyway, the columns don't sort properly. When I sort on remaining, I get the following example
10.27 GB
12.3 MB
20.25 MB

For some reason 10.27 GB is LESS than 12.3 MB. Why is this? The column is simply sorting by displayed text, not actual values. It also happens on date columns and anywhere else where a value is interpreted to text.

Fix this please.




Re: xMule 1.9.5 released! (Score: 1)
by dfmax on Tuesday, February 22 @ 03:21:07 CST
(User Info )
==== Building DynPrefs [2 of 3] ====
== License(s): OSSAL and Creative Commons License
DynamicPreferences.cpp
DynamicPreferencesCtrl.cpp
DynamicPreferencesCtrl.cpp: In function `wxWindow* add_item(wxTreeMultiCtrl*,
wxXmlNode*, wxPanel*)':
DynamicPreferencesCtrl.cpp:435: error: conversion from `const char[1]' to `
const wxString' is ambiguous
/usr/include/wx/string.h:306: error: candidates are:
wxString::wxString(wchar_t, unsigned int)
/usr/include/wx/string.h:284: error: wxString::wxString(int)

DynamicPreferencesCtrl.cpp:440: error: conversion from `const char[1]' to `
const wxString' is ambiguous
/usr/include/wx/string.h:306: error: candidates are:
wxString::wxString(wchar_t, unsigned int)
/usr/include/wx/string.h:284: error: wxString::wxString(int)

DynamicPreferencesCtrl.cpp:468:2: warning: #warning The "z" needs a rename.
DynamicPreferencesCtrl.cpp:507:2: warning: #warning This entire colorlist thing needs to be re-implemented :-/
DynamicPreferencesCtrl.cpp: In member function `void
DynamicPreferencesCtrl::OnChangedPrefs(const wxEvent&)':
DynamicPreferencesCtrl.cpp:536: error: no matching function for call to `
wxString::Format(const char[3], double)'
/usr/include/wx/string.h:738: error: candidates are: static wxString
wxString::Format(const wxChar*, ...)
DynamicPreferencesCtrl.cpp:540: error: no matching function for call to `
wxString::Format(const char[4], long int)'
/usr/include/wx/string.h:738: error: candidates are: static wxString
wxString::Format(const wxChar*, ...)
DynamicPreferencesCtrl.cpp: In member function `void
DynamicPreferencesCtrl::OnBrowse1(wxCommandEvent&)':
DynamicPreferencesCtrl.cpp:564: error: conversion from `const char[41]' to `
const wxString' is ambiguous
/usr/include/wx/string.h:306: error: candidates are:
wxString::wxString(wchar_t, unsigned int)
/usr/include/wx/string.h:284: error: wxString::wxString(int)

DynamicPreferencesCtrl.cpp:564: error: conversion from `const char[2]' to `
const wxString' is ambiguous
/usr/include/wx/string.h:306: error: candidates are:
wxString::wxString(wchar_t, unsigned int)
/usr/include/wx/string.h:284: error: wxString::wxString(int)

make[1]: *** [obj/DynamicPreferencesCtrl.o] Error 1
make: *** [all] Error 2


Any idea?




cannot find -l-lstdc++ (Score: 0)
by Anonymous on Wednesday, March 02 @ 07:44:47 CST
Linking xmule
/usr/bin/ld: cannot find -l-lstdc++
collect2: ld returned 1 exit status
make[1]: *** [../xmule] Error 1
make: *** [all] Error 2

I have libtdc++ installed, so what's wrong?




Re: xMule 1.9.5 released! (Score: 0)
by Anonymous on Monday, March 14 @ 22:47:00 CST
why the f**k is binary compiled against gcc 3.4? It makes it unusable for most of the ppl, who are not living on the edge... please, provide a generic binary... thanx

P.S. Btw, xMule rox ;)




And now the description is wrong. (Score: 0)
by Anonymous on Sunday, April 03 @ 19:48:20 CDT
She screamed her second ***** and this time the clasping of her clenching ***** set me off Fat Women [garlems.t35.com] The waitress looked Incest Story [lunohods.sexushost.com] The waitress looked Fat Tgp [klone.sexushost.com] The waitress looked Hairy Pussies [general.selectedsex.com] The waitress looked Shemale Pics [kalbas.climaxmature.com] They were sure there would be no lack of creativity with Sir William and Goddess in collaboration




What?, don't they know who we are? (Score: 0)
by Anonymous on Sunday, April 03 @ 20:47:20 CDT
She told me, Today is laundry day, be sure you change the sheets on my bed too Shemale [sexbwa.sex4dollar.com] By the time she had Incest Movies [goporn.sexushost.com] By the time she had Plumper Sex [balbes.t35.com] By the time she had Family Incest Pics [lunohods.sexushost.com] By the time she had Hairy Armpit Gallery [gorbun.selectedsex.com] Next I knelt to untie his work boots and remove them as well as his socks




This was closely associated with the rebirth of (Score: 0)
by Anonymous on Saturday, March 26 @ 20:24:24 CST
I knew that Leon was just showing off his body to make me realize how superior he was Network Security Monitor Daemon [unix-internet-monitoring.bw-news.com] I mean, look how har Jet Java Extended Ticker [windows-internet-servers.bw-news.com] I mean, look how har Diablo 2 [unix-graphics-themes.bw-news.com] I mean, look how har Bluebucket Deinstaller [windows-utilities-system.bw-news.com] I mean, look how har Pentix [palm-os-games-puzzle.tabrays.com] As Dominant as she was with me, she minded him and immediately went to get dressed




ummmmmmmmm whats this mummy?? (Score: 0)
by Anonymous on Thursday, March 31 @ 16:19:05 CST
When he was satisfied with that, he told me to take it in my mouth Plumper Pics [fatty.pleasekiss.us] Her little butt shif Asian Shemale [trannys.w5.pl] Her little butt shif Absolute Shemale [shemale.picturetrades.com] Her little butt shif Fat Women [fattygirl.w5.pl] Her little butt shif Fat Belly [fatty.taboocountry.com] The touch of her hand alone had started it growing before my eyes




Were there ever real witches? (Score: 0)
by Anonymous on Thursday, March 31 @ 20:18:43 CST
She scooted off the couch and removed the rest of her clothes Family Incest [incests.erospace.pl] I brushed out my lon Hairy Older Ladies [hairypus.erospace.pl] I brushed out my lon Hairy Beavers [hairy.sexheroes.com] I brushed out my lon Hairy Pits [hairy*****.sexushost.com] I brushed out my lon Fat Belly [fatty.pleasekiss.us] While everyone was congratulating Mistress Rachel for a magnificent performance, Mistress Chris told me, Go to Stephanie and comfort her




Were there ever real witches? (Score: 0)
by Anonymous on Saturday, April 02 @ 07:49:20 CST
, I replied, stood up, gave a polite curtsy and went to get the drink Atk Natural And Hairy [hairy*****.sexushost.com] He shoved his ***** u Free Shemale Pictures [shemale.picturetrades.com] He shoved his ***** u Shemale *****tail [trannys.w5.pl] He shoved his ***** u Bbw Plumper [fattygirl.xxxnations.com] He shoved his ***** u Hairy Girl [hairy*****.allbreast.com] Mistress Zelda remained to supervise the cleanup chores being performed by the remaining slaves




freaking BS, I enjoyed the IP (Score: 0)
by Anonymous on Wednesday, April 06 @ 02:13:37 CDT
My fears magnified during the two hours or so that I lay helplessly awaiting my fate, until I was in a near panic by the time I heard someone enter the room Free Shemale Stories [mybest.analloverz.com] I was lying on the b Incest Movies [sloniks.sexushost.com] I was lying on the b Hairy *****s [spirtpro.sexushost.com] I was lying on the b Hairy ***** Galleries [kingbase.climaxmature.com] I was lying on the b Shemale Video [trannisi.w5.pl] I was lying on the b Fat Sex [balbes.t35.com] I was lying on the b Hairy *****s [spirtpro.sexushost.com] I was lying on the b Mother Daughter Incest [goporn.sexushost.com] I was lying on the b Plump Ass [balbes.t35.com] I was lying on the b Fat Tgp [klone.sexushost.com] I wet her little bumhole down well then began to apply pressure




And how about those fairies? (Score: 0)
by Anonymous on Thursday, April 07 @ 07:43:28 CDT
She used her fingers to push up to my lips the excess ***** that had dribbled onto my chin when I choked Bdsm Drawings [gobot.sexushost.com] Her plain face harde Bdsm Library [gobot.sexushost.com] Her plain face harde Blowjob Movie [lunohod.w5.pl] Her plain face harde Blowjob Thumbnail Galleries [hitrga.erospace.pl] Her plain face harde Bdsm Drawings [gobot.sexushost.com] Her plain face harde Bdsm Furniture [diamond.w5.pl] Her plain face harde Bdsm [gonduras.erospace.pl] Her plain face harde Lesbian Bdsm [gonduras.erospace.pl] Her plain face harde Free Teen Blowjob Pics [ddd111.erospace.pl] Her plain face harde Bdsm Toys [gobot.sexushost.com] They had decided to return to the bedroom for a second round of sex and walked in to see me being used by three people





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.48 Seconds