As >2GB file take long to get and part after 2GB doesn't come quickly, i put up a lan server to test it.
i am getting the lseek error with invalid parameter, it happens just after the
Loading temp files from /home/dom/.aMule/Temp/*.part.met
here's a gdb output whith a breakpoint on CFile::Seek
Continuing.
Loading temp files from /home/dom/.aMule/Temp/*.part.met.
Breakpoint 1, CFile::Seek(long long, wxSeekMode) (this=0x2, ofs=0, mode=wxFromEnd) at CFile.cpp:375
375 origin = SEEK_CUR;
(gdb) c
Continuing.
Breakpoint 1, CFile::Seek(long long, wxSeekMode) (this=0x0, ofs=0, mode=wxFromStart) at CFile.cpp:375
375 origin = SEEK_CUR;
(gdb) c
Continuing.
Breakpoint 1, CFile::Seek(long long, wxSeekMode) (this=0x0, ofs=-4611701823907037160, mode=wxFromStart)
at CFile.cpp:375
375 origin = SEEK_CUR;
(gdb) c
Continuing.
Breakpoint 1, CFile::Seek(long long, wxSeekMode) (this=0x2, ofs=103079215104, mode=wxFromEnd) at CFile.cpp:375
375 origin = SEEK_CUR;
(gdb) c
Continuing.
Breakpoint 1, CFile::Seek(long long, wxSeekMode) (this=0x0, ofs=103079215128, mode=wxFromStart) at CFile.cpp:375
375 origin = SEEK_CUR;
(gdb) c
Continuing.
Breakpoint 1, CFile::Seek(long long, wxSeekMode) (this=0x2, ofs=107374182400, mode=wxFromEnd) at CFile.cpp:375
375 origin = SEEK_CUR;
(gdb) c
Continuing.
Breakpoint 1, CFile::Seek(long long, wxSeekMode) (this=0x0, ofs=107374182425, mode=wxFromStart) at CFile.cpp:375
375 origin = SEEK_CUR;
bye guys