Results: 6Comments by: Commenter
File: Librarian Book Manager05/24/14
[Issue] Books with identical names
Posted By: Commenter
The Craglorn expansion brought about an issue with Librarian that I hadn't had before: the addon doesn't differentiate between books with identical names but different contents. I already had a book called "Smuggler's Note" in my library, starting with the words "I'm done with this hideout", and found a new note with the same name...
File: FatStacks05/05/14
Re: Re: Re: Re: Re: Re: Re: Re: Breaks on alts.
Posted By: Commenter
Yeah basically all the functions and globals from each lib are loaded into the global namespace, Brrh, what a design - I can already see the maintenance nightmare once people start to have differing versions of helper libraries in different addon folders, everything loading in random (?) order... Or someone writing their own func...
File: FatStacks05/04/14
Re: Re: Re: Re: Re: Re: Breaks on alts.
Posted By: Commenter
Can you try something for me? Open FatStacks.txt inside the addon and switch the loading order of: lib/LibAddonMenu-1.0.lua lib/LibStub.lua to: lib/LibStub.lua lib/LibAddonMenu-1.0.lua And try again. I actually managed to reproduce the bug on the other dummy characters too - I hadn't realized that other addons got au...
File: FatStacks05/03/14
Re: Re: Re: Re: Breaks on alts.
Posted By: Commenter
That is very strange. 0.1.3 is also when I added the settings menu with LibAddOnMenu and LibStub - looks like it's failing initialising LibStub for some reason (which explains why 0.1.2 still works). It could be related to your character name as you suggest - maybe try creating a new toon with a dummy (but plain ASCII) name and see i...
File: FatStacks05/02/14
Re: Re: Breaks on alts.
Posted By: Commenter
The latest update stopped FatStacks working on alts, getting indexing nil on addon init, I tried to fix it by editing the savedvariables but it resets to the data of one character only (leaving alts with disabled addon.). 0.1.3 was broken but I updated it to 0.1.4 straight after. I suspect you are on 0.1.3. Negative. The same pro...
File: FatStacks05/01/14
Breaks on alts.
Posted By: Commenter
The latest update stopped FatStacks working on alts, getting indexing nil on addon init, I tried to fix it by editing the savedvariables but it resets to the data of one character only (leaving alts with disabled addon.).