Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash during the game #2

Open
Nico207 opened this issue Jun 7, 2020 · 2 comments
Open

Crash during the game #2

Nico207 opened this issue Jun 7, 2020 · 2 comments

Comments

@Nico207
Copy link

Nico207 commented Jun 7, 2020

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 !

@Drauthius
Copy link
Owner

Drauthius commented Jun 8, 2020

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.

@Nico207
Copy link
Author

Nico207 commented Jun 8, 2020

Sorry, I forgot to say I'm on Android.
After closing/reopen the game, I don't have this error again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants