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.
1.7.4 - moving causes error
Moderator: Moderator
Re: 1.7.4 - moving causes error
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.
Re: 1.7.4 - moving causes error
It was indeed that simple. Thank you!