lyger-Aegisub-Scripts
lyger-Aegisub-Scripts copied to clipboard
Template Manager throwing errors on load
Using the most recent arch1t3cht build, but anytime I drop Template Manager into autoload, AS chokes with the following error:
17:48:06: A script in the Automation autoload directory failed to load.
Please review the errors, fix them and use the Rescan Autoload Dir button in Automation Manager to load the scripts again.
17:48:06: Failed to load Automation script 'C:\Users\Kirk\AppData\Roaming\Aegisub\automation\autoload\lyger.TemplateManager.lua':
Error initialising Lua script "lyger.TemplateManager.lua":
File "C:\Users\XXX\AppData\Roaming\Aegisub\automation\autoload\lyger.TemplateManager.lua", line 147
<main>
File "C:\Users\XXX\AppData\Roaming\Aegisub\automation\include\l0\DependencyControl.moon", line 372
requireModules
File "C:\Users\XXX\AppData\Roaming\Aegisub\automation\include\l0\DependencyControl\Logger.moon", line 60
error
File "<C function>", line -1
?
Error: [DependencyControl] Error: one or more of the modules required by Template Manager could not be found on your system:
— l0.ASSFoundation.Common (v0.2.0): https: //github.com/TypesettingTools/ASSFoundation
—— Reason: The fetch of module 'l0.ASSFoundation.Common' failed because no suitable package could be found (required: 0.2.0; installed: no; available: none).
nil
Seems like it's trying to call l0.ASSFoundation.Common, which is no longer an included file with the ASSFoundation package (currently on v0.5.0 per Dependency Control). Once I pulled the file from an old 0.2.x archive on their Github it started loading up fine, but it sounds like that dependency needs to be reworked for the current Foundation package?