lyger / Aegisub_automation_scripts

MIT License
96 stars 37 forks source link

[ImageToAss] Runtime Error while open image #14

Open Sante96 opened 2 years ago

Sante96 commented 2 years ago

Lua reported a runtime error: File "C:/Program Files\Aegisub\automation\autoload\image2ass_auto.lua", line 192 <anonymous function at lines 181-579> File "C:/Program Files\Aegisub\automation\autoload\image2ass_auto.lua", line 172 convert_to_bmp attempt to index global 'convertfile' (a nil value)

luudanmatcuoi-vn commented 1 year ago

You can avoid that problem by chosing .bmp files.

if you got error: attempt to index global 'karaskel' (a nil value) you can add: include("karaskel.lua") at the begining of the "lyger.Image2ASS.lua" file