New Game Error

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Micbran
Sher'Tul
Posts: 1154
Joined: Sun Jun 15, 2014 12:19 am
Location: Yeehaw, pardner

New Game Error

#1 Post by Micbran »

Sometimes when I start a new game I get this error:

Code: Select all

Error executing data	attempt to call a nil value
[PROFILE] filtering load of 	allow_build	 from profile 	online	=>	allowed
[PROFILE] filtering load of 	artifacts	 from profile 	online	=>	allowed
[PROFILE THREAD] batching CSETs
[PROFILE] filtering load of 	characters	 from profile 	online	=>	allowed
[PROFILE] filtering load of 	deaths	 from profile 	online	=>	allowed
[PROFILE] filtering load of 	escorts	 from profile 	online	=>	allowed
[PROFILE] filtering load of 	lore	 from profile 	online	=>	allowed
[PROFILE] filtering load of 	scores	 from profile 	online	=>	allowed
[PROFILE] filtering load of 	uniques	 from profile 	online	=>	allowed
[PROFILE] unmounted 	online	from /current-profile
Lua Error: attempt to call a nil value
	At [C]:-1 
	At /loader/pre-init.lua:154 serialize
	At /engine/PlayerProfile.lua:667 syncOnline
	At /engine/PlayerProfile.lua:268 loadModuleProfile
	At /engine/Module.lua:989 instanciate
	At /engine/utils.lua:2221 showMainMenu
	At /engine/init.lua:165 
	At [C]:-1 dofile
	At /loader/init.lua:217 

It's probably addon related, so I'll try it without.

EDIT: After disabling all addons (except DLC, stone warden and Item Vault):

Code: Select all

Lua Error: /engine/Actor.lua:440: attempt to compare nil with number
	At [C]:-1 __le
	At /engine/Actor.lua:440 enoughEnergy
	At /mod/class/Party.lua:232 setPlayer
	At /mod/class/Game.lua:204 newGame
	At /mod/class/Game.lua:136 runReal
	At /mod/class/Game.lua:93 run
	At /engine/Module.lua:1034 instanciate
	At /engine/utils.lua:2221 showMainMenu
	At /engine/init.lua:165 
	At [C]:-1 dofile
	At /loader/init.lua:217 
Lua Error: /mod/class/uiset/Minimalist.lua:1943: attempt to call method 'displayMap' (a nil value)
	At [C]:-1 displayMap
	At /mod/class/uiset/Minimalist.lua:1943 display
	At /mod/class/Game.lua:1584 
SDL_WINDOWEVENT_MOVED: ignored due to fullscreen
SDL_WINDOWEVENT_RESIZED: ignored due to fullscreen
Lua Error: /mod/class/uiset/Minimalist.lua:1943: attempt to call method 'displayMap' (a nil value)
	At [C]:-1 displayMap
	At /mod/class/uiset/Minimalist.lua:1943 display
	At /mod/class/Game.lua:1584 
EDIT EDIT: After disabling ALL addons.

Code: Select all

Lua Error: attempt to call a userdata value\
  At [C]:-1
A little bit of a starters guide written by yours truly here.

Post Reply