NeoLoader 0.32 Bug

Status
Not open for further replies.

enOehTsIsihT

New member
1.

The file had be hashed.

After Neoloader restarted,Neoloader hashes the file again.

2.

Neoloader dowload files by using Bittorrent.

The folder name is ok,but file's name in the folder is mojibake


3.

ed2k link copy from emule.

Neoloader use the ed2k link to download file.

The file's name can not be display correctly.

4.
network
dowload: 100Mbps
upload: 20Mbps

I have not set any speed limits in Neoloader .

The test is Neoloader to Neoloader by useing Virtual Machine.

Neoloader's upload speed is 31x kB/s by Neo Share.

Neoloader's upload speed is 16x kB/s by Bittorrent.

Upload's efficiency is not good.
 
I have problems reproduce bug 1.
does it happens only once or on each restart?

about 2 and 3 could you elaborate a little bit more on in which way the names are defective?

4.
I'm working on that, could you please try settings conservative limits manually?

Cheers
David X.
 
enOehTsIsihT":39rcbon1 said:
1.

The file had be hashed.

After Neoloader restarted,Neoloader hashes the file again.

2.

Neoloader dowload files by using Bittorrent.

The folder name is ok,but file's name in the folder is mojibake


3.

ed2k link copy from emule.

Neoloader use the ed2k link to download file.

The file's name can not be display correctly.

4.
network
dowload: 100Mbps
upload: 20Mbps

I have not set any speed limits in Neoloader .

The test is Neoloader to Neoloader by useing Virtual Machine.

Neoloader's upload speed is 31x kB/s by Neo Share.

Neoloader's upload speed is 16x kB/s by Bittorrent.

Upload's efficiency is not good.

1.

each restart


video

clip0025.7z (2.6 MB)
https://mega.co.nz/#!Z1NxyRqD!UjrTXw6qbEdzb_8_OiLtoRnzwl0gr-KqTwFiLkorVTc

2.

test測試檔案.torrent (16 KB)
https://mega.co.nz/#!JldzkALC!JAg0h3IryG5fKUaKxn8qEXULRwMfRKGuBB0txZePH3w

video

clip0022.7z (370 KB)
https://mega.co.nz/#!lk8WVB6R!Z12iJg0m5xqBO8GuX5VvKHRh14YBhxR-2__mnkyqsYA

3.

test ed2k link.txt (138 B)
https://mega.co.nz/#!oxkgDaqa!BE0puV-VakVqdXWmfPr4CH9e2lo2j9feY1SBBWbnnpI

clip0020.7z (878 KB)
https://mega.co.nz/#!g1kmGBxT!c5SWyRdHAm2YRK8yOrsC5Q210zMGrjta6a0Z_Ayl9uk

4.

Maybe the problem is my network.

Let me try more times.

Is Neoloader' dowload/upload support Multi-threaded ?
 
1.
May be fixed, please test if it works for you now.

2. and 3.
Fixed, unicode filenames should now work properly.

4.
Neo Share Upload/Download is implemented differently than other networks and is currently not very stable indeed.
however ed2k/torrent Upload/Download should be stable.

NeoLoader uses 3 threads, one for disk I/O one core thread and one for network communication.


0.32a released
 
DavidXanatos":2vceqqkq said:
1.
May be fixed, please test if it works for you now.

2. and 3.
Fixed, unicode filenames should now work properly.

4.
Neo Share Upload/Download is implemented differently than other networks and is currently not very stable indeed.
however ed2k/torrent Upload/Download should be stable.

NeoLoader uses 3 threads, one for disk I/O one core thread and one for network communication.


0.32a released

1.

The bug has not be fixed.


5.

Some of files can not be deleted.

video

clip0018.7z (1.4 MB)
https://mega.co.nz/#!NlMUVASY!G4-dq2o87Yt4fF56cxbiNXsYubkAbA98XK6c7hB3VDs

Neoloader downloads files by bittorrent.

Neoloader created folder.

I delete the files.

The files is not exist,but the folder is still exist.

video

clip0027.7z (591 KB)
https://mega.co.nz/#!Ig1ChLSQ!ACiU4DwmPctU6CwRSAEORWo-WAgb6pgvAEepXSyOT4c
 
i have fixed 5 and 6

about 1 for some reason it works on my system

about file deleting, i wil look into why it only deleted one file of the 2, that should be some race condition i think.

about not deleting empty directorys in incomming, this is problematic, as when you delete the files there is no information available that the directory once was a multi file torrent.
I chould add a feature to delete all empty directories that are a sub dir of a shared directory, when the last file have been removed.
 
enOehTsIsihT":zf1gsl43 said:
1.

The bug has not be fixed.


5.

Some of files can not be deleted.

video

clip0018.7z (1.4 MB)
https://mega.co.nz/#!NlMUVASY!G4-dq2o87Yt4fF56cxbiNXsYubkAbA98XK6c7hB3VDs

Neoloader downloads files by bittorrent.

Neoloader created folder.

I delete the files.

The files is not exist,but the folder is still exist.

video

clip0027.7z (591 KB)
https://mega.co.nz/#!Ig1ChLSQ!ACiU4DwmPctU6CwRSAEORWo-WAgb6pgvAEepXSyOT4c

Neoloader incorrect display file names .

6.

Neoloader can not find info hash after canceling a torrent.

video

clip0030.7z (1.2 MB)
https://mega.co.nz/#!p5tV1ZZA!GFLcQmGZCGxnwr-H22WW-QJ29HoYK1j3Tb9XRIQa1nw
 

Attachments

  • Neoloader.jpg
    Neoloader.jpg
    95 KB · Views: 10,068
  • µTorrent.jpg
    µTorrent.jpg
    97.9 KB · Views: 10,069
hmm... ok, I see... before my fix the file names showed mostly only "?????????????????????????" so when it shown come non English characters i thought it works ok.

I will have to investigate how to properly decode the strings.

I tryed an other BT client that is using the wide spread libtorrent library, and it also fais at decding the file names properly.
Do you know any open source client that properly handles this characters?
 
DavidXanatos":w2y2nt79 said:
hmm... ok, I see... before my fix the file names showed mostly only "?????????????????????????" so when it shown come non English characters i thought it works ok.

I will have to investigate how to properly decode the strings.

I tryed an other BT client that is using the wide spread libtorrent library, and it also fais at decding the file names properly.
Do you know any open source client that properly handles this characters?

qBittorrent is OK.

http://www.qbittorrent.org/index.php

Deluge is OK.

http://deluge-torrent.org/

6.

Neoloader can not find info hash after canceling a torrent.

video

clip0030.7z (1.2 MB)
https://mega.co.nz/#!p5tV1ZZA!GFLcQmGZCGxnwr-H22WW-QJ29HoYK1j3Tb9XRIQa1nw
 
thx i will try qBittorrent,

about 6 when you unchecked torrent it dropped all hashes and with no hashes nothing can be found, i will change it so that the info hash remains in the hash list even after the torrent was unchecked.
 
ok 0.32c released.
3rd atempt on the unicode filename bug, does it work now properly?
torretn uncheck fixed, now still remembering infohash
 
7.

Neoloader downloads files by bittorrent.

The torrent has many files.

I select some of files to download,and then Neoloader can not finish downloading.


Some of selecting files finish downloading,and the file has moved to Incoming folder.

When files had be change in Incoming folder,i hope that Neoloader can scan share files Automatically.

Neoloader can scan share files Automatically every few minutes.
 
7.

Neoloader downloads files by bittorrent.

The torrent has many files.

I select some of files to download,and then Neoloader can not finish downloading.


Some of selecting files finish downloading,and the file has moved to Incoming folder.

When files had be change in Incoming folder,i hope that Neoloader can scan share files Automatically.

Neoloader can scan share files Automatically every few minutes.
 
hmm....

I think the problem are pieces shared by 2 neighboring files, meaning if a part of a piece is in a stopped file it does not get downloaded and so the entire piece can not be hashed causing the other file never to properly complete.

I will work on a fix for that but its not that trivial.
 
OS:WIN7 64bit

CPU:intel Q6600

RAM:8G

NeoLoader 0.32d

CPU usage:3%

Memory usage:10xxxxkb


NeoLoader 0.33 beta (no KAD!)

CPU usage:3%

Memory usage:10xxxxkb
 
enOehTsIsihT":1l8hvh1l said:
8.

After deleting files,Neoloader can not restart downloading deleted files.


viedo

clip0041.7z (539 KB)
https://mega.co.nz/#!Z1VXCLCQ!FSsQd2cH73jRB8M9ojBjJTKLi7MXLr_QlCxjE56-zu4

As far as I can see, after switching to for example shared files and back to downloads the files are shown, it seams to be a issue with the tree update and not with the internal handling.
Does it work correctly aside of the update issue? Or does the delete, start procedure causes additional issues?


"7." will be fixed in the next release (probably today 0.33a)
 
DavidXanatos":24vw6wlr said:
As far as I can see, after switching to for example shared files and back to downloads the files are shown, it seams to be a issue with the tree update and not with the internal handling.
Does it work correctly aside of the update issue? Or does the delete, start procedure causes additional issues?


"7." will be fixed in the next release (probably today 0.33a)

Neoloader can work correctly,and it can complete downloading.

It maybe update issue.
 
Status
Not open for further replies.
Back
Top