Thread: Lua Error Help
View Single Post
10-06-10, 10:02 AM   #12
Maul
Ion Engines, Engage!
 
Maul's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 401
The error you are getting indicates one of two things -

1) A Blizzard global value is being removed or just not existing.

2) An addon is changing an event argument (which it should not). If it is this the issue actually should go away with WoW 4.0 since event arguments will no longer be global and an addon cannot inadvertently change that event argument. The way it is now, an addon could conceivably cause this issue IF it neglects to declare it's arguments local to the addon. If you want more tech details I can expand on this.

As for the first one, an addon can do that as well but it is more unlikely unless it was purposeful. The first issue *could* be caused by corrupt Blizzard data, either in the core files or perhaps in a cache file. If you do a reinstall fresh and log in with zero addons enabled and get the error, try scanning your hard drive for any possible corruption of the disk itself. I think this is more likely the case.
__________________

Twitter: @IonMaul | Windows Live: [email protected] | Google Talk: [email protected]
  Reply With Quote