Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Template Manager throwing errors on load #16

Open
secondsabre opened this issue Jan 8, 2025 · 0 comments
Open

Template Manager throwing errors on load #16

secondsabre opened this issue Jan 8, 2025 · 0 comments

Comments

@secondsabre
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant