PKBeam / Edda

A beatmap editor for the VR rhythm game Ragnarock
GNU General Public License v3.0
34 stars 8 forks source link

Potential data corruption/deletion bug while creating new difficulty #46

Closed UnforeseenOcean closed 1 year ago

UnforeseenOcean commented 1 year ago

Condition (as far as I can understand):

Result:

Attempted solutions:

Brollyy commented 1 year ago

I was finally able to reproduce this issue on my end - will look into what's causing it.

Brollyy commented 1 year ago

This is caused by references to some resources not being properly disposed when closing the main window, which causes the autosave to keep running and overwriting the map files with garbage on the starting window.

It looks to me like #16 had the same cause - I'm closing it as duplicate.