SavedInstances

SavedInstances

11M Downloads

SavedInstancesDB = nil

Debuggernaut opened this issue ยท 5 comments

commented

Hey, I just downloaded the head as of today and tried it out for the first time ever, and it looks like the basic functionality of saving info about your characters is broken on my copy. I always only see the current character anywhere in the GUI, and I noticed that nothing is getting saved in my WTF\account---\SavedVariables\SavedInstances.lua file except "SavedInstancesDB = nil"

Anyone else seen this happen?

BTW, thanks for all the work you've done on this addon, it's looking great!

commented

I narrowed it down to this commit, but I'm not sure what the actual problem is since I haven't really done any WoW UI stuff

commit 4697fbd
Author: Benjamin Staneck [email protected]
Date: Thu Apr 27 01:04:33 2017 +0200

fix leaked globals and remove dead code
commented

One more update: I worked around the problem by checking out the last commit before the one I mentioned above, creating a database with that, then updating back to the HEAD, and I'm guessing this problem doesn't affect anyone who's already been using the addon

commented

This is particularly troubling because it would have only been presented to new user, have fixed it now so thanks @Debuggernaut for reporting.

commented

Oh, sorry.

commented

Thanks guys!