Page 1 of 1

New Game Bug: effect already exists with id EFF_EXHAUSTION

Posted: Sat Aug 05, 2023 2:46 pm
by Facesofmu
Getting the following error when creating a New Game. Afterwards it boots me back to the main menu, so I can't start a game. I've just installed and then re-installed the game. There's no additional addons running than what is activated from game installation.

Code: Select all

Lua Error: /engine/interface/ActorTemporaryEffects.lua:59: v
	At [C]:-1 
	At [C]:-1 assert
	At /engine/interface/ActorTemporaryEffects.lua:59 newEffect
	At /engine/interface/ActorTemporaryEffects.lua:34 newEffect
	At ...neka_therianthropy_summoner/timed_effects/fire-drake.lua:216 f
	At /engine/interface/ActorTemporaryEffects.lua:39 loadDefinition
	At /engine/interface/ActorTemporaryEffects.lua:35 load
	At ...neka_therianthropy_summoner/timed_effects/initialize.lua:14 f
	At /engine/interface/ActorTemporaryEffects.lua:39 loadDefinition
	At /hooks/neka_therianthropy_summoner/load.lua:33 
	At [string "return function(l, self, data) local ok=false..."]:1 triggerHook
	At /mod/load.lua:267 
	At [C]:-1 require
	At /engine/Module.lua:161 load
	At /engine/Module.lua:1084 instanciate
	At /engine/utils.lua:3000 showMainMenu
	At /engine/init.lua:207 
	At [C]:-1 dofile
	At /loader/init.lua:217 

Re: New Game Bug: effect already exists with id EFF_EXHAUSTION

Posted: Sat Aug 05, 2023 10:17 pm
by Zizzo
Facesofmu wrote: Sat Aug 05, 2023 2:46 pm There's no additional addons running than what is activated from game installation.
Actually…:
Facesofmu wrote: Sat Aug 05, 2023 2:46 pm

Code: Select all

	At ...neka_therianthropy_summoner/timed_effects/fire-drake.lua:216 f
[…]
	At ...neka_therianthropy_summoner/timed_effects/initialize.lua:14 f
These lines suggest that you have Nekarcoss' old Odyssey of the Summoner addon installed and enabled; IINM, that addon is known to be incompatible with recent game versions. Try going to the Addons dialog and disabling that addon.

[If you're trying to make a character in that campaign, Kamani has released a fork of the addon that should work for the latest game version.]

Re: New Game Bug: effect already exists with id EFF_EXHAUSTION

Posted: Sun Aug 06, 2023 6:21 am
by Facesofmu
Oh damn, you're right! I just thought a new install of the game would clear all the non-standard addons.
Thanks!