View Single Post
06/18/17, 01:10 AM   #2
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
There is nothing special with libraries. They are just Lua code as everything else.
Means: The load order matters. => Something, not declared yet, is unknown.

In your manifest LibStub must come first, then all libs you want to use and last comes your main file using them.
Typos in paths are silently ignored.

Show us your manifest.txt.
  Reply With Quote