System exception - Illegal Instruction - Possible issue with resize module
Posted: Fri Sep 23, 2022 1:26 pm
Hi there,
I'm currently running latest version of FFastrans (1.3.0.2) but seem to be running into issues with the resize module where we didn't before. I've managed to work around it with a few of our workflows but a few require the resize module to complete the task. The error in the status monitor is "Validate: System exception - Illegal Instruction." It fails at the Channel Mapper module placed after the resize module (with a pad module in between for this example, others are resize -> channel mapper).
When looking in the json log it gives the following:
"code": "000000A9",
"error": "Validate: System exception - Illegal Instruction."
Illegal Instruction\r\n(v:\\.ffastrans_work_root\\20170616164537\\20220923-1152-2125-23d3-6e7a6db8ccec\\117-0-25~220923115341337~11664~20170315-163508-912-9c90ef77bdfc~avs_a_acmapper.avs, line 63)
Looking at line 63 in the .avs file refers to:
60 #node_name:Resize, id:20170616-164901-150-cffa401178ac
61 LoadCplugin("C:\Program Files\FFastrans\processors\AVS_plugins\JPSDR\x86\Release_W7\plugins_JPSDR.dll")
62 m_clip = Bob(m_clip, 0.0, 1.0)
63 m_clip = BicubicResizeMT(m_clip, 1440, 1080)
avs validation text file reported:
ffmpeg started on 2022-09-23 at 12:00:52
Report written to "v:\.ffastrans_work_root\20170616164537\20220923-1159-3093-1f2b-f8a04d8b559b\117-0-25~220923120051974~13372~20170315-163508-912-9c90ef77bdfc~avs_a_acmapper~avs_validation.txt"
Log level: 32
Command line:
"C:\\Program Files\\FFastrans\\processors\\FFMpeg\\x86\\ffmpeg.exe" -analyzeduration 33554432 -i "v:\\.ffastrans_work_root\\20170616164537\\20220923-1159-3093-1f2b-f8a04d8b559b\\117-0-25~220923120050943~13372~20170315-163508-912-9c90ef77bdfc~avs_a_acmapper.avs" -ss 0.5 -vframes 5 -hide_banner -nostdin -f null -
[avisynth @ 005af740] System exception - Illegal Instruction
(v:\.ffastrans_work_root\20170616164537\20220923-1159-3093-1f2b-f8a04d8b559b\117-0-25~220923120050943~13372~20170315-163508-912-9c90ef77bdfc~avs_a_acmapper.avs, line 63)
v:\.ffastrans_work_root\20170616164537\20220923-1159-3093-1f2b-f8a04d8b559b\117-0-25~220923120050943~13372~20170315-163508-912-9c90ef77bdfc~avs_a_acmapper.avs: Unknown error occurred
I've tried it with Lanczos etc. but that doesn't make any difference. Any ideas what this might be about?
Many thanks for all your efforts.
I'm currently running latest version of FFastrans (1.3.0.2) but seem to be running into issues with the resize module where we didn't before. I've managed to work around it with a few of our workflows but a few require the resize module to complete the task. The error in the status monitor is "Validate: System exception - Illegal Instruction." It fails at the Channel Mapper module placed after the resize module (with a pad module in between for this example, others are resize -> channel mapper).
When looking in the json log it gives the following:
"code": "000000A9",
"error": "Validate: System exception - Illegal Instruction."
Illegal Instruction\r\n(v:\\.ffastrans_work_root\\20170616164537\\20220923-1152-2125-23d3-6e7a6db8ccec\\117-0-25~220923115341337~11664~20170315-163508-912-9c90ef77bdfc~avs_a_acmapper.avs, line 63)
Looking at line 63 in the .avs file refers to:
60 #node_name:Resize, id:20170616-164901-150-cffa401178ac
61 LoadCplugin("C:\Program Files\FFastrans\processors\AVS_plugins\JPSDR\x86\Release_W7\plugins_JPSDR.dll")
62 m_clip = Bob(m_clip, 0.0, 1.0)
63 m_clip = BicubicResizeMT(m_clip, 1440, 1080)
avs validation text file reported:
ffmpeg started on 2022-09-23 at 12:00:52
Report written to "v:\.ffastrans_work_root\20170616164537\20220923-1159-3093-1f2b-f8a04d8b559b\117-0-25~220923120051974~13372~20170315-163508-912-9c90ef77bdfc~avs_a_acmapper~avs_validation.txt"
Log level: 32
Command line:
"C:\\Program Files\\FFastrans\\processors\\FFMpeg\\x86\\ffmpeg.exe" -analyzeduration 33554432 -i "v:\\.ffastrans_work_root\\20170616164537\\20220923-1159-3093-1f2b-f8a04d8b559b\\117-0-25~220923120050943~13372~20170315-163508-912-9c90ef77bdfc~avs_a_acmapper.avs" -ss 0.5 -vframes 5 -hide_banner -nostdin -f null -
[avisynth @ 005af740] System exception - Illegal Instruction
(v:\.ffastrans_work_root\20170616164537\20220923-1159-3093-1f2b-f8a04d8b559b\117-0-25~220923120050943~13372~20170315-163508-912-9c90ef77bdfc~avs_a_acmapper.avs, line 63)
v:\.ffastrans_work_root\20170616164537\20220923-1159-3093-1f2b-f8a04d8b559b\117-0-25~220923120050943~13372~20170315-163508-912-9c90ef77bdfc~avs_a_acmapper.avs: Unknown error occurred
I've tried it with Lanczos etc. but that doesn't make any difference. Any ideas what this might be about?
Many thanks for all your efforts.