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
Attempting to load this using the code below but I can't get a successful embed. Lua files for GT have been added to the TOC for the addon (lib subfolder). Gemini Hook works fine, but not this.
Error Message:
...NCSOFT\WildStar\Addons\SonOfKillroy\SonOfKillroy.lua:15: Usage: EmbedPackage(oAddon, strPkgName, bSilent, nOffset): 'strPkgName' - Cannot find a package instance of 'Gemini:Timer-1.0'.
stack trace:
[C]: in function 'error'
...dons\CommodityStats\libs\GeminiAddon\GeminiAddon.lua:389: in function 'EmbedPackage'
...dons\CommodityStats\libs\GeminiAddon\GeminiAddon.lua:373: in function 'EmbedPackages'
...dons\CommodityStats\libs\GeminiAddon\GeminiAddon.lua:229: in function 'NewAddon'
...NCSOFT\WildStar\Addons\SonOfKillroy\SonOfKillroy.lua:15: in main chunk
The text was updated successfully, but these errors were encountered:
With the changes to ApolloTimers, this package is kind of obsolete. ApolloTimer library returns a timer as an object you can manipulate. In fact, much of the old Gemini stuff is obsolete.
The problem may stem from changes in API, or an incorrectly registered package in the package Lua file.
I'd mark this repository as obsolete or simply get rid of it.
As mentioned by Togglebutton, the new ApolloTimer functionality pretty much does everything that is needed now to properly handle timers.
We just need to update our documentation on the NASAwiki
Attempting to load this using the code below but I can't get a successful embed. Lua files for GT have been added to the TOC for the addon (lib subfolder). Gemini Hook works fine, but not this.
Apollo.GetPackage("Gemini:Addon-1.1").tPackage:NewAddon("SonOfKillroy", bHasConfigure, tDependencies, "Gemini:Timer-1.0")
Error Message:
...NCSOFT\WildStar\Addons\SonOfKillroy\SonOfKillroy.lua:15: Usage: EmbedPackage(oAddon, strPkgName, bSilent, nOffset): 'strPkgName' - Cannot find a package instance of 'Gemini:Timer-1.0'.
stack trace:
[C]: in function 'error'
...dons\CommodityStats\libs\GeminiAddon\GeminiAddon.lua:389: in function 'EmbedPackage'
...dons\CommodityStats\libs\GeminiAddon\GeminiAddon.lua:373: in function 'EmbedPackages'
...dons\CommodityStats\libs\GeminiAddon\GeminiAddon.lua:229: in function 'NewAddon'
...NCSOFT\WildStar\Addons\SonOfKillroy\SonOfKillroy.lua:15: in main chunk
The text was updated successfully, but these errors were encountered: