ERROR: CRC failed

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: ERROR: CRC failed

Post by shypike »

Only when it's 100% compatible with par2cmdline and it's called "par2".

There's a patch available somewhere, it's a know problem.
I'll try to find it.
Last edited by shypike on February 24th, 2008, 2:53 pm, edited 1 time in total.
FutureCow
Newbie
Newbie
Posts: 14
Joined: February 15th, 2008, 7:32 pm

Re: ERROR: CRC failed

Post by FutureCow »

Did you finds anything yet
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: ERROR: CRC failed

Post by shypike »

The only thing I could find is (already mentioned in this thread):
http://bugs.gentoo.org/show_bug.cgi?id=137092

You should be able to patch the par2cmdline sources with this and then recompile.
FutureCow
Newbie
Newbie
Posts: 14
Joined: February 15th, 2008, 7:32 pm

Re: ERROR: CRC failed

Post by FutureCow »

but i don't run Gentoo om my linux machine, i don't know what to do with the patch
FutureCow
Newbie
Newbie
Posts: 14
Joined: February 15th, 2008, 7:32 pm

Re: ERROR: CRC failed

Post by FutureCow »

It's working now! i patched the par2cmdline with the file on the site. I didn't know how to do that, but someone helped me with it for anyone else having this problem here is what to do:

1. Get the original par2cmdline-0.4 (http://mesh.dl.sourceforge.net/sourcefo ... 0.4.tar.gz)
2. Untar the file (tar -xzf par2cmdline-0.4.tar.gz) for example in /home/foo/ so you have the dir /home/foo/par2cmdline-0.4
3. Go to this site: http://bugs.gentoo.org/attachment.cgi?id=91276 and save al the text to a file: patch.diff
4. Put this patch.diff in the folder: /home/foo/
5. Go to the par2cmdline-0.4 folder: /home/foo/par2cmdline-0.4
6. patch the files with this commando:  "patch -p1 < /home/foo/patch.diff" (without the qoutes)
7. Now compile the file and install
./configure
make
make install
8. PAR2 is working perfectly!
Last edited by FutureCow on February 29th, 2008, 4:50 am, edited 1 time in total.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: ERROR: CRC failed

Post by shypike »

Great, thanks for the info.

I'll add a page to the Wiki with this information.
Post Reply