View Single Post
Old 3rd August 2021, 11:20   #1  |  Link
Troc
Registered User
 
Troc's Avatar
 
Join Date: Oct 2020
Location: Finland
Posts: 23
Can't use Hysteria due to error 193/0x000012f

I was trying to follow a guide I found for Vapoursynth and it recommends using Hysteria. Naturally, I downloaded the latest version from this Github page: https://github.com/Irrational-Encodi...synth-Hysteria

Then I added this to my script:

core.std.LoadPlugin("C:\Program Files\VapourSynth\plugins\hysteria.py")

That line errored out with 0x000012f as a Windows error and then the script editor told me "GetLastError() returned 193"
I looked for the meaning of both. The Windows error appears to mean a corrupt dll or some other mismatch and the googling the script editor error gave me a link to a thread where someone said it's a problem with importing a 32 bit filter into 64 bit program or vice versa. I'm using 64 bit Vapoursynth.

What am I supposed to do at this point? I didn't find a 64 bit Hysteria and loading the older Avisynth version of the filter with core.avs.LoadPlugin didn't work either.

Also, Vapoursynth doesn't detect Bifrost either, despite it being right there in the plugins folder. There's a libbifrost.dll and the line "core.bifrost.Bifrost(video, interlaced=True)" just resulted in "No attribute with the name bifrost exists." The error stayed when I changed the DLL name to just bifrost.dll.

Last edited by Troc; 3rd August 2021 at 11:23.
Troc is offline   Reply With Quote