Thread Tools Display Modes
09-29-06, 07:25 AM   #1
fred
A Cobalt Mageweaver
Join Date: Mar 2006
Posts: 208
I get this Compost Lib error on startup.....

[2006/09/29 09:22:53-138]: CompostLib\CompostLib.lua:53: attempt to compare nil with number
<in C code>: ?
CompostLib\CompostLib.lua:53: in function `NeedsUpgraded'
ProximityLib\ProximityLib.lua:11: in main chunk

---
  Reply With Quote
09-30-06, 06:26 PM   #2
incyte
A Murloc Raider
 
incyte's Avatar
Join Date: Sep 2006
Posts: 6
I got the exact same error on startup as well. I tracked it down to PerfectRaid. You might want to check if that works for you. I'll be heading over to the Ace forums and checking the post there to see if this has been corrected. Hope that helps!

~~
update:

Got a solution from the Ace forums post here

That version of proximitylib doesn't have a Revision number in it. So its gets errors about comparing a number to nil or some such. I fixed it by just putting 12345 for the revision number =)

I changed this:

Code:
local vmajor, vminor = "1", tonumber(string.sub("$Revision$", 12, -3))
to this:

Code:
local vmajor, vminor = "1", tonumber(string.sub("$Revision$ 12345", 12, -3))
Works for now until an update/fix is released by Cladhaire

Last edited by incyte : 09-30-06 at 06:32 PM.
  Reply With Quote
09-30-06, 10:25 PM   #3
fred
A Cobalt Mageweaver
Join Date: Mar 2006
Posts: 208
kk, ty. I don't know anything aboput coding...but I'm gonna try!

How do you even open an .lua?
  Reply With Quote
09-30-06, 10:31 PM   #4
incyte
A Murloc Raider
 
incyte's Avatar
Join Date: Sep 2006
Posts: 6
I used notepad in windows to open ProximityLib.lua in the libs folder of PerfectRaid. The line you need to change is right at the top. Hope that helps.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » I get this Compost Lib error on startup.....


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off