FFASTrans 0.9.0 Avisynth plugins errors
Posted: Tue Mar 13, 2018 1:06 am
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:
Can confirm:
[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"
- there is some issue with x64 Avisynth+ plugins and
- FFASTrans ignores Workflow Options / Special / Force 32bit dependencies