View Single Post
Old 21st September 2015, 20:41   #4788  |  Link
hello_hello
Registered User
 
Join Date: Mar 2011
Posts: 4,823
Every so often, for reasons unexplained, it seems Avisynth doesn't load a plugin from it's auto-load directory when MeGUI opens a script (I have MeGUI set to use the "installed" Avisynth 2.6.0.6). When it happens, the problem is 100% repeatable until I restart MeGUI, then the problem goes away. Any script in the queue requiring the plugin in question will fail to encode. In the mean time, I can open the same scripts with MPC-HC without issue.



It only happens now and then, and usually loading a script while another one is being encoded seems to be where the problem starts, but would it be fair to assume this will remain one of life's unexplained mysteries?

I was having trouble making sense of the log file because my attempts at loading scripts seemed to be mixed up with the jobs that were running, but below is the error for a job in the queue that failed to run.

Quote:
-[Error] Log for job93 (video, Ep1x07.mkv.avs -> Ep1x07.mkv.mkv)
--[Information] [22/09/15 3:15:19 AM] Started handling job
--[Information] [22/09/15 3:15:19 AM] Preprocessing
--[Information] [22/09/15 3:15:19 AM] Avisynth input script
---[NoImage] LoadPlugin("C:\Program Files\MeGUI\tools\ffms\ffms2.dll")
---[NoImage] FFVideoSource("E:\Extras\Ep1x07.mkv", cachefile="D:\Ep1x07.mkv.ffindex", fpsnum=24000, fpsden=1001, threads=1)
---[NoImage] QTGMC(InputType=1)
---[NoImage] crop(2, 0, -2, 0)
---[NoImage] Spline36Resize(832,468)
---[NoImage] gradfun3()
--[Error] [22/09/15 3:15:20 AM] Error starting job
---[Error] [22/09/15 3:15:20 AM] Exception message
----[NoImage] Calling setup of processor failed with error 'The file D:\Ep1x07.mkv.avs cannot be opened.
----[NoImage] Error message for your reference: Script error: there is no function named "MSuper"
----[NoImage] (QTGMC 3.33s (mod).avsi, line 436)
----[NoImage] (D:\Ep1x07.mkv.avs, line 4)'
---[Error] [22/09/15 3:15:20 AM] Stacktrace: at MeGUI.core.gui.JobWorker.startEncoding(TaggedJob job)
---[Error] [22/09/15 3:15:20 AM] Inner exception: null
hello_hello is offline   Reply With Quote