Page 1 of 1

FFASTrans 0.9.0 Avisynth plugins errors

Posted: Tue Mar 13, 2018 1:06 am
by kibi
Tried to use RoboCrop and AutoCrop (x86 and x64 versions). Both crashes with the message:
[avisynth @ 00000041714634c0] System exception - Access Violation.

When debugging AVIsynth script via AVSPMod, using x86 Avisynth+ library from FFASTRans installation - everything is OK.
When running script via FFASTrans - in x64 mode - crash. Tried to set 32-bit setting for the workflow, but it is ignored, since in working dir of workflow it starts "Processors\FFMpeg\x64\ffprobe.exe" not "Processors\FFMpeg\x86\ffprobe.exe".

Unfortunately I can not find AVSPmod for x64 Avisynth+ to test these x64 plugins.

UPD. Tried to run command manually, replacing x64 by x86:

Code: Select all

C:\Windows\system32\cmd.exe /c ""F:\FFASTrans\Processors\FFMpeg\x64\ffprobe.exe" -i "F:\FFASTrans\.work_media_cache\20160609150744\20180313-042503-884-B81B6D8E5AAF\op_cond_20180313-042505-775-841DBDB59A7C.avs" -show_streams -show_format"
Can confirm:
  • there is some issue with x64 Avisynth+ plugins and
  • FFASTrans ignores Workflow Options / Special / Force 32bit dependencies

Re: FFASTrans 0.9.0 Avisynth plugins errors

Posted: Tue Mar 13, 2018 11:07 am
by kibi
Have downgraded to 0.8.2.2 and it works in both ways - x64 and x86 modes process the same Avisynth scripts with the same plugins predictably OK.
Maybe the reason is not stable FFMPEG build?

Re: FFASTrans 0.9.0 Avisynth plugins errors

Posted: Tue Mar 13, 2018 12:05 pm
by admin
Ok, it might be the new version of ffmpeg or avisynth+ that's incompatible with the plugins. You can try and use the avisynth+ from the 0.8.2.2 version in 0.9.0 and see if that helps. You just need to copy the "avisynth.dll" and the "plugins+" files from the ffmpeg directories in ffastrans.

Also, the "Force 32 bit dependencies" works as it should in my tests. Could you send me the workflow so I can see if there something off with it?

-steinar

Re: FFASTrans 0.9.0 Avisynth plugins errors

Posted: Mon Apr 16, 2018 10:36 am
by kibi
Found the most recent builds of AVSPmod at forum.doom9.org.
There are both x86 and x64 versions, and I can finally use exactly the version of Avisynth coming with FFASTrans. Within it's environment and plugins. :D