I also ran Bugsack to get all the errors, which are below.
The first thing I noticed is that there is no Libs folder (and no LibFuBarPlugin-3.0 or LibRockConsole-1.0 within). So I created the Libs folder and dragged in a copy of those Lib folders from other mods but it still won't work.
Any ideas?
Here are the BugSack errors:
[2007/12/16 09:21:48-1-x1]: AutoFIR\AutoFIRFu.lua:3: Bad argument #3 to `NewAddon'. Library "LibFuBarPlugin-3.0" is not found.
LibRock-1.0-45931 (FuBar):1938: in function `NewAddon'
AutoFIR\AutoFIRFu.lua:3: in main chunk
[2007/12/16 09:21:48-1-x1]: AutoFIR\AutoFIR.lua:12: Bad argument #5 to `NewAddon'. Library "LibRockConsole-1.0" is not found.
LibRock-1.0-45931 (FuBar):1938: in function `NewAddon'
AutoFIR\AutoFIR.lua:12: in main chunk
[2007/12/16 09:21:48-1-x1]: AutoFIR\modules\AutoInvite.lua:1: could not find AutoFIR module
AutoFIR\modules\AutoInvite.lua:1: in main chunk
[2007/12/16 09:21:48-1-x1]: AutoFIR\modules\AutoRes.lua:1: could not find AutoFIR module
AutoFIR\modules\AutoRes.lua:1: in main chunk
[2007/12/16 09:21:48-1-x1]: AutoFIR\modules\AutoSummon.lua:1: could not find AutoFIR module
AutoFIR\modules\AutoSummon.lua:1: in main chunk
[2007/12/16 09:21:48-1-x1]: AutoFIR\modules\FollowMe.lua:1: could not find AutoFIR module
AutoFIR\modules\FollowMe.lua:1: in main chunk
[2007/12/16 09:21:48-1-x1]: AutoFIR\modules\FollowSomeone.lua:1: could not find AutoFIR module
AutoFIR\modules\FollowSomeone.lua:1: in main chunk
[2007/12/16 09:21:48-1-x1]: AutoFIR\modules\InviteMe.lua:1: could not find AutoFIR module
AutoFIR\modules\InviteMe.lua:1: in main chunk
[2007/12/16 09:21:48-1-x1]: AutoFIR\modules\LeaderMe.lua:1: could not find AutoFIR module
AutoFIR\modules\LeaderMe.lua:1: in main chunk
there is no embeds xml so if you are running with embedded mods you can run this mod will not work 100% of the time if you run without embeds then you should be fine you should contact the author and have him fix it
there is no embeds xml so if you are running with embedded mods you can run this mod will not work 100% of the time if you run without embeds then you should be fine you should contact the author and have him fix it
basically there is nothing that tells wow to care about any libs that this mod would come with. usually this is done either directly from within the toc file of the mod or the mod will use a embeds.xml file. this mod refers to the later but this file is not present in the mod hence it dos not load any of the libs.
The first thing I noticed is that there is no Libs folder
did you download the version for use with standalone libraries? just that that mod does have the correct libs setup (in the svn) so teh only way for them to not be there (and the embeds.xml being mising) would be that you downloaded the standalone version and not the "normal" (embedded) version of the zip file. (if you got it off wowace that is - the author may have uploaded the standalone version to a different site without realising?)
this may also happen if youve configured your mod updater program (if you use one) to just grab standalone versions.
notice the extra "/" at the end of the first part i think for the website to correctly package it one would simply need to remove the "/" and change it to
I was referring to how it SHOULD be done. Quite obviously the author messed up the setup of the externals on the svn, I was merely saying this is how it should be working, try it on any other addon, 95% or more will work how I said it would.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I also ran Bugsack to get all the errors, which are below.
The first thing I noticed is that there is no Libs folder (and no LibFuBarPlugin-3.0 or LibRockConsole-1.0 within). So I created the Libs folder and dragged in a copy of those Lib folders from other mods but it still won't work.
Any ideas?
Here are the BugSack errors:
Wait, what? Put some periods in there hehe ;)
basically there is nothing that tells wow to care about any libs that this mod would come with. usually this is done either directly from within the toc file of the mod or the mod will use a embeds.xml file. this mod refers to the later but this file is not present in the mod hence it dos not load any of the libs.
did you download the version for use with standalone libraries? just that that mod does have the correct libs setup (in the svn) so teh only way for them to not be there (and the embeds.xml being mising) would be that you downloaded the standalone version and not the "normal" (embedded) version of the zip file. (if you got it off wowace that is - the author may have uploaded the standalone version to a different site without realising?)
this may also happen if youve configured your mod updater program (if you use one) to just grab standalone versions.
eg. files.wowace.com/addon/addon.zip will contain the libs too, whereas files.wowace.com/addon/no-ext/addon.zip will not.
try it yourself
notice the extra "/" at the end of the first part i think for the website to correctly package it one would simply need to remove the "/" and change it to
I was referring to how it SHOULD be done. Quite obviously the author messed up the setup of the externals on the svn, I was merely saying this is how it should be working, try it on any other addon, 95% or more will work how I said it would.