You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I had this error during the game (not sure what I'm doing to have this...)
Error
src/game/cassette.lua:254: Entity not alive
Entity ID: 26
Entity's components:
ColorSwapComponent
FertilityComponent
AnimationComponent
GroundComponent
AdultComponent
VillagerComponent
SeniorComponent
Traceback
main.lua:178: in function 'handler'
[C]: in function 'error'
src/game/cassette.lua:254: in function 'saveEntity'
src/game/productioncomponent.lua:58: in function 'save'
src/game/cassette.lua:90: in function 'save'
src/game/init.lua:1054: in function '_save'
src/game/init.lua:273: in function 'after'
lib/hump/timer.lua:44: in function 'updateTimerHandle'
lib/hump/timer.lua:63: in function 'update'
src/game/init.lua:346: in function 'update'
main.lua:104: in function <main.lua:80>
[C]: in function 'xpcall'
Thanks for this game !
The text was updated successfully, but these errors were encountered:
Hi!
The game is trying to save something that should have been removed... Does it keep happening to the same save, and if so, can you attach it here? You should be able to find the save under %appdata%\LOVE\a-village-in-the-sky\ (e.g. C:\Users\user\AppData\Roaming\LOVE\a-village-in-the-sky\) if you're on Windows.
Hi,
I had this error during the game (not sure what I'm doing to have this...)
Thanks for this game !
The text was updated successfully, but these errors were encountered: