ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   Lua/XML Help (https://www.esoui.com/forums/forumdisplay.php?f=175)
-   -   Attempt to index a nil value (https://www.esoui.com/forums/showthread.php?t=1545)

Sharlikran 05/18/14 07:56 AM

Attempt to index a nil value
 
Warning: Spoiler

Nevermind I'm an idiot. I have to put the files in this order.
Lua Code:
  1. ## Title: Cosechador
  2. ## Author: Sharlikran
  3. ## Version: 0.1.0
  4. ## APIVersion: 100003
  5. ## SavedVariables: Cosechador_SavedVariables
  6.  
  7. Libs/LibAddonMenu-1.0/LibStub/LibStub.lua
  8. Libs/LibAddonMenu-1.0/LibAddonMenu-1.0/LibAddonMenu-1.0.lua
  9.  
  10. Cosechador.lua
  11.  
  12. Localization/CosechadorLoc.lua
  13. Localization/CosechadorNodesLoc.lua
  14. Localization/CosechadorMapNames.lua
  15. Localization/CosechadorData-de.lua
  16. Localization/CosechadorData-en.lua
  17. Localization/CosechadorData-fr.lua
  18.  
  19. CosechadorConstants.lua
  20. Cosechador.xml

Garkin 05/18/14 08:21 AM

Quote:

Originally Posted by Sharlikran
Main File is Cosechador.lua and in it I have a COS = {}.

If I understand correctly, you create global table COS in "Localization/CosechadorLoc.lua" (first file in manifest) and then you overwrite it in "Cosechador.lua". I think that is the reason why COS.allLocalizations does not exist.
Just remove COS = {} from the "Cosechador.lua" and it should work.

Sharlikran 05/18/14 08:43 AM

Quote:

Originally Posted by Garkin (Post 7975)
If I understand correctly, you create global table COS in "Localization/CosechadorLoc.lua" (first file in manifest) and then you overwrite it in "Cosechador.lua". I think that is the reason why COS.allLocalizations does not exist.
Just remove COS = {} from the "Cosechador.lua" and it should work.

I changed my post. It was the order in which I had the files listed in the Manefest file. I was wondering what the txt file was called. A Manefest file, got it. :cool:


All times are GMT -6. The time now is 09:01 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI