View Single Post
03-15-11, 09:31 AM   #1
Kenshone
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 19
Personal Addon Not Loading...

Hello. I'm having a simple problem which I hope has a simple solution. My addon is not loading.
  • I have even tried putting
    Code:
    print("hi")
    at line 1 of the addon, and it won't even run that bit of code.
  • I have tested the code by putting it in another (Ace3-based) addon's lua and just running my module out of it. But when I isolate the module into its own (non-Ace3) addon, it does not seem to respond. I took care to ensure there aren't any references/embeds/dependences on Ace3.
  • My isolated module shows up in my AddOns list in-game, and I am able to click the "enable" box.
  • I've noticed that ever since I made this addon, the load times on the launcher and the loading of wow.exe in general has slowed considerably. Whereas it was a second before, it takes about 10 seconds now.
  • I have run the code through an lua debugger, and I'm confident the grammar and logic are both sound, so I think this has to be something syntactical.
  • I have followed the basic wowwiki guides to creating one's own addon, as far as the naming of files as well as the .toc


Any help with this would be greatly appreciated! Thank you.
  Reply With Quote