ect5150
13th February 2016, 01:50
Hey guys! Having problems I can't seem to track down myself - so I turn to the experts!
Let me preface the issue by saying I haven't touched any encoding since about the beginning of November. Decided to encode something the other day and MeGUI won't even load a script without getting a fatal error. Apparently MeGUI updated a few issues, but that's about the only major change on the system that was made (that I actively recall outside of installing a video game or two).
Reinstalled AVISynth and MeGUI from scratch, but I still get the same issues as seen here:
http://i.imgur.com/9jlBquT.jpg
The error above is a trying to load the following script:
LoadPlugin("D:\Video\Programs\MeGUI\tools\lsmash\LSMASHSource.dll")
LWLibavVideoSource("D:\Video\Images\SGATE\T2_Video - -muxed.mkv.lwi")
crop(0, 140, 0, -140)
Suptitle(".\T5_Subtitle - English.sup")
I have noticed that when I remove the last line (the Suptitle function), it will load as expected. No issues. Apparently this is an AVISynth plugin problem for me? I have other similar scripts and more complicated scripts - all with the same issue. If it needs a function that exists within my AVISynth directory, I get the above error message.
I should mention, the script plays just fine (with any lines of code) in MPC-HC as well as AVSP (as seen here (http://i.imgur.com/jzgRFLD.jpg))
Any help or ideas would be greatly appreciated - and thank you in advance!
Let me preface the issue by saying I haven't touched any encoding since about the beginning of November. Decided to encode something the other day and MeGUI won't even load a script without getting a fatal error. Apparently MeGUI updated a few issues, but that's about the only major change on the system that was made (that I actively recall outside of installing a video game or two).
Reinstalled AVISynth and MeGUI from scratch, but I still get the same issues as seen here:
http://i.imgur.com/9jlBquT.jpg
The error above is a trying to load the following script:
LoadPlugin("D:\Video\Programs\MeGUI\tools\lsmash\LSMASHSource.dll")
LWLibavVideoSource("D:\Video\Images\SGATE\T2_Video - -muxed.mkv.lwi")
crop(0, 140, 0, -140)
Suptitle(".\T5_Subtitle - English.sup")
I have noticed that when I remove the last line (the Suptitle function), it will load as expected. No issues. Apparently this is an AVISynth plugin problem for me? I have other similar scripts and more complicated scripts - all with the same issue. If it needs a function that exists within my AVISynth directory, I get the above error message.
I should mention, the script plays just fine (with any lines of code) in MPC-HC as well as AVSP (as seen here (http://i.imgur.com/jzgRFLD.jpg))
Any help or ideas would be greatly appreciated - and thank you in advance!