Thread: WOD/Pre-patch
View Single Post
12-14-14, 07:50 AM   #835
nelegalno2
A Flamescale Wyrmkin
Join Date: Dec 2014
Posts: 132
Seems there is a problem with the Quests91-100.lua file (on character load):
ERROR #134 (0x85100086) Fatal condition!
LUA PANIC: unprotected error in call to Lua API (memory allocation error: block too big)
The problem appears in https://github.com/Rythal/Carbonite/...ebc680e59d37ac and I don't see any problem in the code.

If I remove the quests data from the Quests91-100.lua file it load fine, if I replace the Nx.ModQuests data with the one from Quests86-90.lua (about 2.5 times bigger) it loads fine.

I also tried removing the empty Objectives fields but it didn't help:
Code:
		Objectives = {
			[1] = {
			 },
		},

Also clicking on the Weekly Tracker button I get this error:

Error occured in: Global
Message: ..\AddOns\Carbonite\NxUI.lua line 3418:
attempt to index field '?' (a nil value)
Debug:
[C]: ?
Carbonite\NxUI.lua:3418: SetType()
Carbonite\NxUI.lua:5568: Update()
Carbonite.Weekly\NxWeekly.lua:537: Update()
Carbonite.Weekly\NxWeekly.lua:458: Create()
Carbonite.Weekly\NxWeekly.lua:469: ToggleShow()
Carbonite.Weekly\NxWeekly.lua:719: func()
Carbonite\NxUI.lua:6917: UserFunc()
Carbonite\NxUI.lua:3587:
Carbonite\NxUI.lua:3571

Last edited by nelegalno2 : 12-14-14 at 08:47 AM.