FFASTrans 0.9.0 Avisynth plugins errors

Here you can submit bugreports
Post Reply
User avatar
kibi
Posts: 106
Joined: Mon Feb 29, 2016 12:57 pm
Contact:

FFASTrans 0.9.0 Avisynth plugins errors

Post 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
Attachments
avs_plugins.7z
(170.66 KiB) Downloaded 468 times
Alexander Sorkin
User avatar
kibi
Posts: 106
Joined: Mon Feb 29, 2016 12:57 pm
Contact:

Re: FFASTrans 0.9.0 Avisynth plugins errors

Post 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?
Alexander Sorkin
admin
Site Admin
Posts: 1680
Joined: Sat Feb 08, 2014 10:39 pm

Re: FFASTrans 0.9.0 Avisynth plugins errors

Post 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
User avatar
kibi
Posts: 106
Joined: Mon Feb 29, 2016 12:57 pm
Contact:

Re: FFASTrans 0.9.0 Avisynth plugins errors

Post 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
Alexander Sorkin
Post Reply