Errors that randomly appear on character gen to stop it

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Hellcommander
Archmage
Posts: 362
Joined: Tue Nov 09, 2010 7:43 pm

Errors that randomly appear on character gen to stop it

#1 Post by Hellcommander »

Here are some annoying errors preventing character gen I've had with current versions of the dlcs (they dont aways happen but often)

Code: Select all

Lua Error: attempt to call a nil value
	At [C]:-1 
	At /engine/Module.lua:436 
	At [C]:-1 sort
	At /engine/Module.lua:436 listAddons
	At /engine/Module.lua:488 loadAddons
	At /engine/Module.lua:963 instanciate
	At /engine/utils.lua:2221 showMainMenu
	At /engine/init.lua:165 
	At [C]:-1 dofile
	At /loader/init.lua:217 
Lua Error: attempt to call a nil value
	At [C]:-1 
	At /engine/Module.lua:436 
	At [C]:-1 sort
	At /engine/Module.lua:436 listAddons
	At /engine/Module.lua:488 loadAddons
	At /engine/Module.lua:963 instanciate
	At /engine/utils.lua:2221 showMainMenu
	At /engine/init.lua:165 
	At [C]:-1 dofile
	At /loader/init.lua:217 

Code: Select all

Lua Error: /mod/class/OrcCampaign.lua:102: attempt to index field 'state' (a nil value)
	At [C]:-1 __index
	At /mod/class/OrcCampaign.lua:102 
	At [string "return function(l, self, data) local ok=false..."]:1 triggerHook
	At /engine/Entity.lua:1197 loadList
	At /mod/class/Store.lua:29 
	At /mod/load.lua:320 
	At [C]:-1 require
	At /engine/Module.lua:160 load
	At /engine/Module.lua:999 instanciate
	At /engine/utils.lua:2221 showMainMenu
	At /engine/init.lua:165 
	At [C]:-1 dofile
	At /loader/init.lua:217 

Code: Select all

Lua Error: attempt to call a nil value
	At [C]:-1 
Lua Error: attempt to call a nil value
	At [C]:-1 

Waladil
Halfling
Posts: 103
Joined: Tue Jan 10, 2012 10:40 pm

Re: Errors that randomly appear on character gen to stop it

#2 Post by Waladil »

I'm getting this same bug. It happened once after I made my first Ashes character, then the game loaded normally on the second try. When I went to make my third Ashes character it's now giving me those errors every single time (unless it just freezes and wont load at all.)

I've tried complete reinstall of the entire game (except for my Addon folder, but all addons are disabled except for official addons), and at the behest of Stuntofthelitter a temporary rename of my T-Engine folder, resetting everything to default. Neither of those had any visible effect.

I mostly get the orcCampaign.lua:102 error. It's the most consistent and the one that looks most like the root issue.

Post Reply