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

Data loss #154

Open
pietru2004 opened this issue Nov 3, 2023 · 11 comments
Open

Data loss #154

pietru2004 opened this issue Nov 3, 2023 · 11 comments
Labels
🐛 bug Something isn't working
Milestone

Comments

@pietru2004
Copy link

pietru2004 commented Nov 3, 2023

Godot version: 4.1.2
updated from alpha 3 to 4
added few new categories and entities
got some console errors
obraz
Lost Data - Category Rarity, Ores,
Fields got messed up,
Ingots became ores
Techs became ingots... possibly problem with references, cause tech Propulsion1 was pointing to ingots, ingots has assigned ore and ore has assigned ingot
obraz

Edit:
Generated classes are still there and untouched

data.pandora.zip

@pietru2004 pietru2004 added the 🐛 bug Something isn't working label Nov 3, 2023
@bitbrain
Copy link
Owner

bitbrain commented Nov 4, 2023

Could be related to #136

@pietru2004
Copy link
Author

pietru2004 commented Nov 4, 2023

is there way to export files to backup ?
I mean the data

@pietru2004
Copy link
Author

More errors
obraz

@bitbrain
Copy link
Owner

bitbrain commented Nov 5, 2023

is there way to export files to backup ? I mean the data

You should use at least something like version control (git) but we are thinking of adding a backup system so you can always restore things. This addon is not production ready yet because exactly of issues like these.

All Pandora data is stored in data.pandora

@pietru2004
Copy link
Author

I have coppied data.pandora and added .backup,
also I don't use version control for prototype atm, cause erm... IDK rl...

@pietru2004
Copy link
Author

@bitbrain
obraz
another fun data loss
fortunately I had backup and version control in this one, so I could load backup and recreate lost data...

@pietru2004
Copy link
Author

I think it could be related to godot auto translate inside of pandora UI

@pietru2004
Copy link
Author

pietru2004 commented May 31, 2024

@bitbrain I found that dataloss occurs for entities when it fails to retrieve var type = property.get_property_type() when property is null
Also if I use Polish godot translation it also seams at times to confuse pandora...

entity.gd line 657
obraz

@bitbrain
Copy link
Owner

@bitbrain bitbrain pinned this issue Jul 14, 2024
@bitbrain bitbrain added this to the 1.0.0 milestone Jul 14, 2024
@Rokasl
Copy link

Rokasl commented Jan 27, 2025

I love the idea of the plugin! However, in its current state, it’s not usable. I experience constant data loss, and the UI only reflects it after reloading the project. As a result, using the plugin feels like a constant struggle.

Any ideas when will 1.0 release will happen?

@bitbrain
Copy link
Owner

bitbrain commented Feb 1, 2025

Any ideas when will 1.0 release will happen?

Once all these bugs are resolved: https://github.com/bitbrain/pandora/issues?q=is%3Aissue%20state%3Aopen%20milestone%3A1.0.0

I cannot give a when, because it takes time to solve all these issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants