New Game Bug: effect already exists with id EFF_EXHAUSTION

Make all T-Engine/ToME 4 bug reports here

Moderator: Moderator

Post Reply
Message
Author
Facesofmu
Wayist
Posts: 21
Joined: Fri May 19, 2017 10:27 am

New Game Bug: effect already exists with id EFF_EXHAUSTION

#1 Post 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 

Zizzo
Sher'Tul Godslayer
Posts: 2525
Joined: Thu Jan 23, 2003 8:13 pm
Location: A shallow water area south of Bree
Contact:

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

#2 Post 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.]
"Blessed are the yeeks, for they shall inherit Arda..."

Facesofmu
Wayist
Posts: 21
Joined: Fri May 19, 2017 10:27 am

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

#3 Post by Facesofmu »

Oh damn, you're right! I just thought a new install of the game would clear all the non-standard addons.
Thanks!

Post Reply