1.7.4 - moving causes error

Make all T-Engine/ToME 4 bug reports here

Moderator: Moderator

Post Reply
Message
Author
Ryles
Posts: 2
Joined: Tue Oct 18, 2022 12:57 am

1.7.4 - moving causes error

#1 Post by Ryles »

Hi,

I'm on windows 10 and I've validated my game files via Steam. Upon creating any new character (doesn't matter - tried multiple random combinations) and then attempting to move, my character will move as intended, then this pops:

Lua Error: /hooks/marson-awol/load.lua:195: attempt to index global 'io' (a nil value)
At [C]:-1 __index
At /hooks/marson-awol/load.lua:195
At [string "return function(l, self, data) local ok=false..."]:1 triggerHook
At /mod/class/Actor.lua:1513 move
At /mod/class/Player.lua:320 move
At /engine/interface/PlayerRun.lua:136 runStep
At /engine/interface/PlayerRun.lua:106 runFollow
At /engine/interface/PlayerMouse.lua:87 mouseMove
At /engine/interface/PlayerMouse.lua:141 mouseHandleDefault
At /mod/class/Game.lua:2702 fct
At /engine/Mouse.lua:71
Lua Error: /hooks/marson-awol/load.lua:195: attempt to index global 'io' (a nil value)
At [C]:-1 __index
At /hooks/marson-awol/load.lua:195
At [string "return function(l, self, data) local ok=false..."]:1 triggerHook
At /mod/class/Actor.lua:1513 move
At /mod/class/Player.lua:320 move
At /engine/interface/PlayerRun.lua:136 runStep
At /mod/class/Player.lua:419 act
At /engine/GameEnergyBased.lua:129 tickLevel
At /engine/GameEnergyBased.lua:64 tick
At /engine/GameTurnBased.lua:51 tick
At /mod/class/Game.lua:1582

The second error block repeats until I close the game. Hoping this is an easy one.

Moasseman
Archmage
Posts: 358
Joined: Thu Sep 26, 2019 4:32 pm

Re: 1.7.4 - moving causes error

#2 Post by Moasseman »

This is caused by the https://te4.org/games/addons/tome/marson-awol addon, which is severely (8 years) out of date and thus can cause various issues.
Friendly Neighbourhood Moderator, moan at me for a teleport if ya get stuck.

Ryles
Posts: 2
Joined: Tue Oct 18, 2022 12:57 am

Re: 1.7.4 - moving causes error

#3 Post by Ryles »

It was indeed that simple. Thank you!

Post Reply