View Single Post
04-07-08, 09:56 AM   #346
ketran
A Deviate Faerie Dragon
Join Date: Apr 2008
Posts: 18
Originally Posted by LBussy View Post
Sorry for this wall'o'quote but I wanted anyone reading this to be able to follow what the hell we're talking about:

Any time I try to use any TinyTip command I get the following error:

Code:
[2008/04/07 09:23:13-207-x1]: TinyTip\TinyTip.lua:98: attempt to index global 'TinyTipOptions' (a nil value)
Interface\FrameXML\ChatFrame.lua:3032: in function <Interface\FrameXML\ChatFrame.lua:2957>:
<in C code>: ?
<in C code>: in function `ChatEdit_ParseText'
Interface\FrameXML\ChatFrame.lua:2724: in function `ChatEdit_SendText':
Interface\FrameXML\ChatFrame.lua:2745: in function `ChatEdit_OnEnterPressed':
<string>:"*:OnEnterPressed":1: in function <[string "*:OnEnterPressed"]:1>

  ---
... this might not be the absolute latest, I'm running this on my laptop this morning, but last night I am completely sure I had the latest and got the same error.
ok line 98 in tinytip.lua is as follows
"TinyTipOptions:Show()"
the only thing i can think of is tinytipoptions addon is maybe disabled or not installed or something like that

it looks like it needs some ACE3 stuff i'm not too sure as i'm no expert )

the TOC has the following in it

Code:
libs\LibStub\LibStub.lua
libs\CallbackHandler-1.0\CallbackHandler-1.0.xml
libs\AceGUI-3.0\AceGUI-3.0.xml
libs\AceConfig-3.0\AceConfig-3.0.xml
the first lib is within the tinytipoptions folder the other 3 are not but are all part of ACE3 and already loaded so maybe it must be something to do with this.
  Reply With Quote