-
Notifications
You must be signed in to change notification settings - Fork 10
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
Save filees won't load correctly #73
Comments
Mmh that's annoying if that is the case. Do you see an error in the logs? Did you try with a non empty save just to be sure? Are you sure you saved your changes? Is it an installed version or a portable version? |
Sorry for late reply, I originally had a weird copy of program files onto a USB but then found out the portable installation was a thing so I re-installed it that way onto my USB so its a clean, original install. [2024-12-09T18:44:39.924] [DEBUG] main - reading D:\Wav2Bar\resources\app/temp/current_save/data.json... However, when it goes to read the JSON file, I've checked and it's completely empty. I have tried to open another file and that works. Specifically, the app freezes then loads it. [2024-12-09T18:50:20.240] [INFO] main - loading save file at d:\Music Visualisations\Template\Visualiser Template.w2bzip As you can see, it loads it perfectly and the .json file is read successfully, it's contents: NOTE: It might be because I am missing some files originally there. |
The save is a zip file so you can change the extension and check the JSON data inside by yourself. But if the JSON file is empty then something went wrong at saving. If you do this on the problematic save, do you find something in it? |
No, I checked while it was loaded. However, on my saves now, loading works fine. It might just be that one. One reason could be the fact I created the save on a school computer. These has limitations and we don't have admin. Could that cause it? |
If it tried to write a file and the computer denied it, that's perfectly possible that it didn't save. But I am deeply annoyed that it didn't warn you... |
Thanks. Saves work with new files though so it could be perms. Hopefully the conclusion has been reached. Any more info you need just shout! |
Describe the bug
When you load a save file, the text below the "Import Save" button says it has imported, but nothing changed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected the save file to load my save and all my elements/objects.
Screenshots
Note how the save says it has imported
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: