Odd Error 1073741819

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.
Post Reply
JPW
Newbie
Newbie
Posts: 18
Joined: May 21st, 2011, 6:42 am

Odd Error 1073741819

Post by JPW »

I'm using sabnzbd with sickbeard and I am seeing an intermittent problem. There are plenty of times where my post processing works fine, but others where in sabnzbd it reflects, "Error-(1073741819)" and then it will state "Checking existing video" and point to a Movie or TV Show that has nothing to do with what has been downloaded. What is incredibly strange is that the script goes through fine without any error like this about 60% of the time. The remaining 40% reflect the error, but are processed just fine, they show up where they are supposed to, and aren't effecting any other files. Has anyone seen this or have an idea why I continue to get this mysetery error?
User avatar
sander
Release Testers
Release Testers
Posts: 9062
Joined: January 22nd, 2008, 2:22 pm

Re: Odd Error 1073741819

Post by sander »

*Where* do you that error: the sabnzbd.log, in SAB's webgui, ... ?
JPW
Newbie
Newbie
Posts: 18
Joined: May 21st, 2011, 6:42 am

Re: Odd Error 1073741819

Post by JPW »

Sorry, I should have mentioned that. I notice it intermittently in SAB's webgui.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Odd Error 1073741819

Post by shypike »

Looks more like a message coming from SickBeard and/or the sabtosickbeard script.
The message is not something produced by SABnzbd itself.
User avatar
sander
Release Testers
Release Testers
Posts: 9062
Joined: January 22nd, 2008, 2:22 pm

Re: Odd Error 1073741819

Post by sander »

JPW wrote:Sorry, I should have mentioned that. I notice it intermittently in SAB's webgui.
Can you post a screendump when the error occurs?
JPW
Newbie
Newbie
Posts: 18
Joined: May 21st, 2011, 6:42 am

Re: Odd Error 1073741819

Post by JPW »

Note the two line items at different times (top and bottom). One worked fine and the other didn't and yet post processing remained the same. The oddest part is this results in the error, but they both seem to be doing what they should be the same (i.e. fine).
[img redacted, see rules]
User avatar
sander
Release Testers
Release Testers
Posts: 9062
Joined: January 22nd, 2008, 2:22 pm

Re: Odd Error 1073741819

Post by sander »

I would say that is not SABnzbd, but a post-processing causing troubles. So if you disable the post-processing scripts, the problem is gone. Or, better: solve the problem in the post-processing script itself.
JPW
Newbie
Newbie
Posts: 18
Joined: May 21st, 2011, 6:42 am

Re: Odd Error 1073741819

Post by JPW »

I thought of that too, but these are the same post processing scripts I used before upgrading to the latest sabnzbd. Seems strange that they worked before 100's of times, but now they intermittently don't. It is the intermittent part that really has me confused. Anyway, maybe I'll add some delays in the scripts and see if that might help with anything.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Odd Error 1073741819

Post by shypike »

The script returns a random exit code.
SABnzbd will report any exit code the script produces.
If all goes well, it should be 0.
User avatar
sander
Release Testers
Release Testers
Posts: 9062
Joined: January 22nd, 2008, 2:22 pm

Re: Odd Error 1073741819

Post by sander »

JPW wrote:I thought of that too, but these are the same post processing scripts I used before upgrading to the latest sabnzbd. Seems strange that they worked before 100's of times, but now they intermittently don't. It is the intermittent part that really has me confused. Anyway, maybe I'll add some delays in the scripts and see if that might help with anything.
Check your script(s); the script must exit with value 0, otherwise SABnzbd will print the exit value. If it is intermittent, check strange route in your script of strange exit methods ...

EDIT:

PS: or just ignore the messages about the non-zero exit codes ... ;-)
Post Reply