04.08.2023, 21:11
Pages: 1 2
04.08.2023, 21:19
Code:
[avisynth @ 0000019ca8b46980] Cannot load file 'C:/Program Files/Hybrid/64bit/Avisynth/avisynthPlugins/FFT3dGPU.dll'. Platform returned code 127:
The specified procedure could not be found.
Not sure why it's failing, seems like some dependency is missing.
=> check the Avisynth preview, it should show additional erros,..
Cu Selur
04.08.2023, 21:30
Seems to be related to TemporalDegrain2.
Using FFT3DGPU on its own seems to work fine here.
Using FFT3DGPU on its own seems to work fine here.
04.08.2023, 22:03
Replacing hqdn3d in Avisynth/64bit/avisynthPlugins with the one from: https://github.com/Asd-g/AviSynth-hqdn3d.../tag/1.1.1 does seem to fix the issue for 64bit Avisynth, but strangly replacing the 32bit version still crashed here
05.08.2023, 12:57
Okay, I found the issue, it's a dependencies mix up. (some dlls too much and some are missing)
-> this will take me a while to sort out
(will have to check for each dll what it is for)
-> this will take me a while to sort out
(will have to check for each dll what it is for)
05.08.2023, 17:06
Send you a link to a dev version for testing.
Cu Selur
Cu Selur
07.08.2023, 16:30
Thanks, still seem to be having a few problems.
Also in Avisynth preview, interlacing is not removed.
Quote:Avisynth preview error: -> Evaluate: Unhandled C++ exception! (M:\TEMP\tempPreviewAvisynthFile15_10_04_966.avs, line 29)
Also in Avisynth preview, interlacing is not removed.
07.08.2023, 16:35
The error is because of some missing runtime.
(works fine here, but I got tons of runtimes in my system)
Can you use DependencyWalker (https://www.dependencywalker.com/) and test whether it reports a missing dependency for one of these files:
Cu Selur

Can you use DependencyWalker (https://www.dependencywalker.com/) and test whether it reports a missing dependency for one of these files:
- "C:\Program Files\Hybrid\32bit\avisynthPlugins\LSMASHSource.dll"
- "C:\Program Files\Hybrid\32bit\avisynthPlugins\RgTools.dll"
- "C:\Program Files\Hybrid\32bit\avisynthPlugins\masktools2.dll"
- "C:\Program Files\Hybrid\32bit\avisynthPlugins\mvtools2.dll"
- "C:\Program Files\Hybrid\32bit\avisynthPlugins\nnedi3.dll"
Cu Selur
07.08.2023, 17:02
All of those files report the same error.
I'm not sure if there is a way to detail what exactly is missing as I am unfamiliar with the software.
I'm not sure if there is a way to detail what exactly is missing as I am unfamiliar with the software.
Quote:Error: At least one required implicit or forwarded dependency was not found.
Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.
07.08.2023, 17:09
On the left side, you should see what dependencies are found and are missing.
Cu Selur
Cu Selur
Pages: 1 2