View Single Post
01-23-18, 08:58 AM   #7
gempir
A Black Drake
 
gempir's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2015
Posts: 84
Originally Posted by myrroddin View Post
Okay, if gempDB the table is populating, and changing settings in game actually does stuff, yet reloading the UI and exiting out of the game do not write to disk, then you probably have a file permission issue.

Assuming you use Windows, is your game installed in some variant of Program Files\World of Warcraft? If so, move the game to a neutral folder, like C:\ or C:\Blizzard\World of Warcraft. Windows is notorious for not letting the Program Files path have write privileges.

You can further test this by installed a totally different AddOn, changing its settings, then either reloading the UI or exiting out and checking the saved variables file. If nothing is written, then you know for sure.
I doubt it's file permissions. Every other addons works fine and all settings save fine. Like I said replacing AceDB with my own custom implementation works aswell, so it's AceDB specific.

Also my WoW is here: C:\Games\Blizzard\World of Warcraft not in "Program Files"

BUT I did not mean gempDB Table is populating. the self.db (internally from AceDB) Table is Populating, not gempDB.

gempDB looks like this (even when changing a lot of settings):


Last edited by gempir : 01-23-18 at 09:01 AM.
  Reply With Quote