Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

I got this error when trying to change the app icons in the settings:


Error

src/states/game/PlayState.lua:1039: attempt to index local 'app' (a boolean value)

Traceback

[love "callbacks.lua"]:228: in function 'handler'

src/states/game/PlayState.lua:1039: in function 'updateApp'

src/states/game/PlayState.lua:1056: in function 'func'

src/states/game/PlayState.lua:664: in function 'changeSetting'

src/gameContent/contentExtraElements.lua:1705: in function 'changeSetting'

src/gameContent/contentElements.lua:537: in function 'onClick'

src/states/game/PlayState.lua:1612: in function 'update'

src/states/StateStack.lua:8: in function 'update'

main.lua:120: in function 'update'

[love "callbacks.lua"]:162: in function <[love "callbacks.lua"]:144>

[C]: in function 'xpcall'


edit: and this bug when I try to go to day 2:

Error

src/states/game/NewDayState.lua:162: attempt to index local 'shortcutApp' (a boolean value)

Traceback

[love "callbacks.lua"]:228: in function 'handler'

src/states/game/NewDayState.lua:162: in function 'createSaveFile'

src/states/game/NewDayState.lua:25: in function 'init'

lib/class.lua:79: in function 'NewDayState'

src/states/game/PlayState.lua:2161: in function 'nextDay'

src/states/game/PlayState.lua:1155: in function 'update'

src/states/StateStack.lua:8: in function 'update'

main.lua:120: in function 'update'

[love "callbacks.lua"]:162: in function <[love "callbacks.lua"]:144>

[C]: in function 'xpcall'

(+1)

Hi 12c, thanks for this comment! I'm sorry, a last-minute change caused some errors. A new version is uploaded, you can try it again if you want.

Thanks, I tried it again and got all three endings. I got the first two on my own, then when I saw the name of the third ending in the response form that was enough of a clue to try something different.

<3