Originally created by: tomvioli...@gmail.com
What steps will reproduce the problem?
1. disable all addons except Titan (enable and swatter
2. enter game world
3. swatter reports several errors:
...Widgets\AceGUI-3.0-SharedMediaWidgets\<scriptfile>.lua line xx:
Cannot find a library instance of "LibSharedMedia-3.0".
Where <scriptfile> includes prototypes, FontWidget, SoundWidget, StatusBarWidget, BorderWIdget, BackgroundWidget.
There are a few other scripts mentioned by Swatter that also appear to be looking for LibSharedMedia-3.0
What is the expected output? What do you see instead?
The Titan Bar does not appear, but Swatter continues to catch errors whenever Titan buttons fire their OnLoad and UpdateButton functions.
Please use labels and text to provide additional information.
I copied a fresh version of LibSharedMedia-3.0.lua into Titan/libs/LibSharedMedia-3.0, and edited the lib.xml in that directory:
It originally had -
<Include file="LibSharedMedia-3.0/lib.xml" />
which I changed to -
<Include file="LibSharedMedia-3.0/lib.xml" />
After I made those changes and a "/console reloadui" the Titan Bar appeared, with no errors caught by Swatter (except one relating to my own Titan addon, which requires AceConsole-3.0, a library that Titan does not load).
Thanks!
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: tomvioli...@gmail.com
Oops - A couple of edits:
First, #1 in the Steps to Reproduce should say:
1. disable all addons except Titan (ok to enable Titan addons, such as Bags, Repair, System, etc.) and Swatter
ALSO:
I should have mentioned that there was no libsharedmedia-3.0.lua file in the libsharedmedia-3.0 directory, and
The "originally" and "changed" are not right -- copy-n-paste clipboard error due to human malfunction -- It should say I changed the .xml Include directive to -
<Script file="LibSharedMedia-3.0.lua" />
Sorry. Should have proof-read before posting.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: Honor...@gmail.com
Thanks for the information. I will look into it.
Status: Pending
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: Honor...@gmail.com
Fixed in 5.1.21.50300.
Status: Resolved
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: 1blackdi...@gmail.com
good