View Single Post
Old 23rd July 2020, 06:32   #18  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by poisondeathray View Post
Different error message. The current directory location of the .avs script is location is appended (but Shaders directory actually isn't there)

Shader: Failed to open pixel shader F:\test\Shaders\Photo\Medium\2x\feature_1.cso

If I copy/paste Shaders folder to that F:\test folder, it works
but it work fine for me, maybe because I made it load from subfolder by another avsi

anyway

make an avsi named AviSynthPluginsDir.avsi and put this in it

Code:
global AviSynthPluginsDir = VersionNumber() < 2.60 ? RT_GetWorkingDir() : ScriptDir()
and put it in your plugins folder

and replace ScriptDir() with AviSynthPluginsDir in AiUpscale.avsi
__________________
See My Avisynth Stuff

Last edited by real.finder; 23rd July 2020 at 06:38.
real.finder is offline   Reply With Quote