hawkthorne / hawkthorne-journey

Digital Estate Planning: The Game
projecthawkthorne.com
1.09k stars 452 forks source link

Error... attempt to call method 'getDimensions' (a nil value) #2565

Closed crow1170 closed 7 years ago

crow1170 commented 7 years ago

I get the following game-breaking error when trying to start the game.

conf.lua:7: attempt to index field 'window' (a nil value) Error: inventory.lua:36: attempt to call method 'getDimensions' (a nil value) stack traceback: inventory.lua:36: in main chunk [C]: in function 'require' player.lua:19: in main chunk [C]: in function 'require' overworld.lua:8: in main chunk [C]: in function 'require' cheat.lua:1: in main chunk [C]: in function 'require' main.lua:26: in main chunk [C]: in function 'require'

[C]: in function 'xpcall'

I have tried reinstalling Love, being careful to get the PPA linked at the projecthawkthorne site. I have tried running as sudo and switching to a single monitor setup.

8bitgentleman commented 7 years ago

What version of love are you running?

crow1170 commented 7 years ago

I'm an idiot. I forgot to run apt-get update.

I've got a new problem now but I'm gonna try to work through it before bothering people again.