1.2.1: windows post processing script path fail

Report & discuss bugs found in 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
dmn001
Newbie
Newbie
Posts: 2
Joined: February 25th, 2017, 5:02 pm

1.2.1: windows post processing script path fail

Post by dmn001 »

Getting an error on the post processing script since version 1.2.1.

On windows, it seems to add the following characters before the start of the path:

Code: Select all

\\?
e.g.

Code: Select all

C:\Program Files (x86)\SABnzbd>mtn.exe -P -r 5 \\?\W:\OUTPUT\output_folder

Code: Select all

mtn.exe: creating output image '\\output_filename_s.jpg' failed: No such file or directory
The script is this text in a .bat file:

Code: Select all

mtn.exe -P -r 5 %1
where the %1 should refer to the path.
User avatar
safihre
Administrator
Administrator
Posts: 5678
Joined: April 30th, 2015, 7:35 am
Contact:

Re: 1.2.1: windows post processing script path fail

Post by safihre »

Just released a new version to fix this:
https://sabnzbd.org/downloads
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
dmn001
Newbie
Newbie
Posts: 2
Joined: February 25th, 2017, 5:02 pm

Re: 1.2.1: windows post processing script path fail

Post by dmn001 »

Thanks for the fast fix! I can confirm the script is working again.
Post Reply