RogueEdit / pyRogue

Educational Project
GNU Affero General Public License v3.0
51 stars 37 forks source link

Bug: Need attention immediately #175

Closed Nico23422 closed 1 month ago

Nico23422 commented 1 month ago

What Operating System are you on - Windows,

Describe the bug - New update application doesn't start gives error and closes

To Reproduce - Describe the steps needed to reproduce the bug. start the application

Expected behavior A clear and concise description of what you expected to happen. doesn't start and closes gives this as an error i tried the alterative but that doesn't work as well

Screenshots broken

JulianStiebler commented 1 month ago

I had to change keys of our json' pre-data, and i dont want to include any functions that remove any files so thats on your's but i didnt noticed it so kinda my bad. Try to delete your /data/ folder from the tool; then try again.

The tool will regenerate all data anew and recreate the jsons with actualized data.

JulianStiebler commented 1 month ago

As reference; the data-change in the jsons itself was needed to display names nicely in the tool; i had to make naming universal. I actually didnt thought about checking for file-difference; the tool itself is able to replicate and dump the .jsons with correct data needed for the current revision - but when it finds the files already it assumes theyre fine.

grafik This is how it looks now; as you see your revision found nidoran-f, but it expects data as format above.

Deleting your [tool source]/data/ folder and running the main.py / .exe will make the tool not find them and they will be regenerated.

Nico23422 commented 1 month ago

understandable

JulianStiebler commented 1 month ago

Did it resolve your problem?:) If so please close, otherwise feel free to ask more.