viniciusgerevini / godot-aseprite-wizard

Godot Editor plugin to help import Aseprite animations to AnimationPlayers, AnimatedSprites and SpriteFrames.
MIT License
827 stars 42 forks source link

Imported an aesprite file, and completely corrupted my project #24

Closed Onii-133 closed 3 years ago

Onii-133 commented 3 years ago

when I imported a file with the aesprite wizard, it crashed godot, and then corrupted my project, removing all project settings I had set up, and even somehow all the godot editor settings i had as well. How can it mess up so badly >:(

viniciusgerevini commented 3 years ago

I see. Sorry about your project. Can you give me some more information? Which Godot and Aseprite version are you using? Which operational system? Does it happen on every import?

Onii-133 commented 3 years ago

Godot 3.3 Stable, and for Aesprite I'm using 1.2.27, Windows 10, and it seems like it was just with that one import, when I selected reimport in the editor. I'm now just going to stick with Project > Tools > Asprite wizard as that seems to work just fine.

Thankfully it was just config files that got super corrupted, I was able to recover and backup all code and scenes

viniciusgerevini commented 3 years ago

I'm glad you were able to recover it. Thanks for the info, I'll try to make it crash on my machine. The file corruption was probably godot misbehaving during the crash, as the plugin does not touch any of those files, but the import shouldn't cause Godot to crash in the first place.