-
Notifications
You must be signed in to change notification settings - Fork 16
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
Error installing DependencyControl scripts #8
Comments
Unfortunately, the release archive for macOS has some misnamed files in it. In the following file tree, I have emphasized the two files that will be renamed using the syntax DependencyControl-v0.6.3-OSX-x86_64 ├── LICENSE ├── README.md ├── autoload │ └── l0.DependencyControl.Toolbox.moon ├── include │ ├── BM │ │ ├── BadMutex │ │ │ └── libBadMutex.dylib │ │ └── BadMutex.lua │ ├── DM │ │ ├── DownloadManager │ │ │ └── libDownloadManager-osx64.dylib --> libDownloadManager.dylib │ │ └── DownloadManager.lua │ ├── PT │ │ ├── PreciseTimer │ │ │ └── libPreciseTimer-osx64.dylib --> libPreciseTimer.dylib │ │ └── PreciseTimer.lua |
Thank you very much! It works now! |
thanks for this great tool. |
Updated the release to use newer builds and fix the naming issue. Closing. |
Since there aren't any Aegisub builds for OSX with built-in DependencyControl available, I tried to install by myself following the installation instructions but I can't get to make the script work. Can anyone help me to solve this problem?
Here is the log:
02:34:55: 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.
02:34:55: Failed to load Automation script '/Users/toshiacunacortez/Library/Application Support/Aegisub/automation/autoload/l0.DependencyControl.Toolbox.moon':
Error initialising Lua script "l0.DependencyControl.Toolbox.moon":
[string "/Users/toshiacunacortez/Library/Application S..."]:13: FFI could not load "PT.PreciseTimer.PreciseTimer". Search paths:
The text was updated successfully, but these errors were encountered: