files stop downloading at the last segment
Brought to you by:
mnordstr
I hope you can help.
I am able to run the program and it looks like it is downloading the files but it always crashes on the last segment.
I thought maybe it was because the segments were out of order (as posted in the previous bugs) but I manually ordered the segments inside the nzb file and it still happens.
I added some debugging in the source and noticed that it seems to get stuck after entering CDownloader::setStatus() with EStatus = 8
------screenshot attatched--------
screenshot of frozen app
Hi,
I think you are running the incorrect source based on the function names. You should be running the trunk branch or a revision, not the "newbranch-1.0" branch as it does not work on *nix systems and is not supported or maintained.
Or you could just download the latest .tar.gz (0.1.9). Also make sure you set a download path in the options before downloading.
Hope this helps. Nice to see nzb running on a mobile :)
Thanks for the quick response.
I actually did try the latest revision first but couldn't get that to compile at all so I tried the newbranch. Mind you that might have been because I was using a completely foreign developing environment for me and I really didn't understand how to use it (I am actually still very much a beginner on it). I think I will try the latest revision again and see how it goes.
I did figure out that the reason it was crashing was that the writeout function was empty and therefore the calling function went on an infinite loop.