[1.4.8] Game UI indexes nil value when New game is pressed

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Shophaune
Posts: 1
Joined: Tue Oct 18, 2016 3:26 pm

[1.4.8] Game UI indexes nil value when New game is pressed

#1 Post by Shophaune »

I recently installed ToME at the recommendation of a friend, however I cannot actually play it. Whenever I press "New Game" on the main menu, a loading screen appears and is then interrupted by one of the two following errors (depending on the UI selected in options):

Code: Select all

error = "Lua Error: /mod/class/uiset/Classic.lua:149: attempt to index a nil value\
  At [C]:-1 __index\
  At /mod/class/uiset/Classic.lua:149 \
  At [C]:-1 require\
  At /mod/class/Game.lua:394 loaded\
  At /engine/GameEnergyBased.lua:39 init\
  At /engine/GameTurnBased.lua:39 init\
  At /mod/class/Game.lua:76 init\
  At /engine/class.lua:147 new\
  At /engine/Module.lua:1027 instanciate\
  At /engine/utils.lua:2221 showMainMenu\
  At /engine/init.lua:165 \
  At [C]:-1 dofile\
  At /loader/init.lua:217 "
seen = true
reported = true

Code: Select all

error = "Lua Error: /mod/class/uiset/Minimalist.lua:49: attempt to index a nil value\
  At [C]:-1 __index\
  At /mod/class/uiset/Minimalist.lua:49 \
  At [C]:-1 require\
  At /mod/class/Game.lua:394 loaded\
  At /engine/GameEnergyBased.lua:39 init\
  At /engine/GameTurnBased.lua:39 init\
  At /mod/class/Game.lua:76 init\
  At /engine/class.lua:147 new\
  At /engine/Module.lua:1027 instanciate\
  At /engine/utils.lua:2221 showMainMenu\
  At /engine/init.lua:165 \
  At [C]:-1 dofile\
  At /loader/init.lua:217 "
seen = true
reported = true
This means I cannot actually play the game. Shaders are disabled.

Post Reply