You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Using the most recent arch1t3cht build, but anytime I drop Template Manager into autoload, AS chokes with the following error:
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?
The text was updated successfully, but these errors were encountered: