AnthonyMichaelTDM / DRG-Save-Editor

Rock and stone!
GNU General Public License v3.0
115 stars 17 forks source link

[BUG] ModuleNotFoundError: No module named 'fbs_runtime' #51

Closed Carnrage13 closed 4 months ago

Carnrage13 commented 10 months ago

when i followed the 3rd command i get error like this https://imgur.com/5DGCxgT

i followed instructions video from NerdyJosh1

bbeenn1 commented 10 months ago

were you following this https://github.com/AnthonyMichaelTDM/DRG-Save-Editor/issues/19#issuecomment-1367993617

For anyone reading this, check that you're running Python 3.10 (python --version). Then run pip install PySide2 fbs.

Also, to make sure you were aware - the editor is not currently up to date either

Carnrage13 commented 10 months ago

yes. i use Python 3.10 from microsoft store

bbeenn1 commented 8 months ago

try launching using python3 ./src/main/python/main.py

I have still not seen any work on this to get the weapon experience parsed, and suck at hex otherwise I would take a look myself at this point - so I would be careful making any changes to saves besides the job experience section and credits (most of the other resources should work too, but I can't predict what any of it will do when it outputs the data to the save)

AnthonyMichaelTDM commented 4 months ago

since #67, we no longer depend on fbs, marking as closed