Skip to content

Template Manager throwing errors on load #16

@secondsabre

Description

@secondsabre

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions