Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Just got another crash which actually had a stacktrace this time:
libraries/noble/Noble.lua:173: BONK: You can't start a transition in the middle of another transition, silly!

traceback:
libraries/noble/Noble.lua:173: in field 'transition'
scenes/van.lua:448: in function 'update_everything'
scenes/van.lua:819: in method 'update'
libraries/noble/Noble.lua:348: in function <libraries/noble/Noble.lua:340>


Think it may have happened as I exited a location and it was trying to transition to night time at the same time or something.

Would also be really useful to save the game at checkpoints.

Ah, thanks. Really useful to see the stack trace- yes I believe youre right this seems to have been triggered at the transition at the end of the day to nighttime. Will have a look