taniwha / io_object_mu

Python .mu reader/writer and blender import/export addon
GNU General Public License v2.0
122 stars 51 forks source link

Errors all over the place #34

Closed OlMi1 closed 2 years ago

OlMi1 commented 4 years ago

Hey guys, I got the newest Blender version via Steam. I placed this and kspblender in the Blender > Addons - Folder (Both zipped; io_object_mu-master.zip -> folder: io_object_mu-master -> .py files and more folders, same structure at kspblender). In my plugin section in Blender, I can´t find kspblender, so I assume it gets activated with this plugin? Anyways, i unzipped kspblender, edited the kspdir file and zipped it again.

If I now import a .craft file it just says:

Report. Error 
Traceback (most recent call last): File "ENSpieleN Steam\ steamappg commonlelenderN2.83 scripts1addons1io_object_mu.masterNimport return import_craft_op(self, context, "keywords) File "ENSpieleN Steam\ steamapps1common1131enderN2.83 scripts\ addons1ioobject_mu.masterlimport obj = import_craft(filepath) File "E:15pieleN Steam\ steamapps1common1Blender12.83 scripts\ addonslioobjectmu.masterkimport gamedata = GameData(Preferencese.GameData) File "ENSpieleN Steam\ steamapps1common1131ender12.831scripts1 addonslio_object_mu.masterNimport selfcreate_db() File "ENSpieleNSteam\steamapps\common181enderN2.83 scripts1addonso_object_mu.masterNimport recurse_tree(self. root, seltbuild_db) File "ENSpieleN Steam\ steamapps1commonlelenderN2.83 scripts1addons1io_object_mu.masterlimport files = os.listdir(path) FileNotFoundError: MinError 3) Das System kann den angegebenen Pfad nicht finden: " 
_craft1import_craft.py", line 106, in execute _cranmport_craft.py", line 80, in import_craftop _craftlimport_craft.py", line 44, in import_craft _craft1gamedata.py", line 146, in _init_ _craft1gamedata.py", line 129, in create_db _craft\ gamedata.py", line 29, in recurse_tree 

I have everything in german, so here are some translations: Das System kann den angegebenen Pfad nicht finden: -> The System couldn´t find the (provided) path:

Does anyone have a clue? I tried importing multiple .craft files but with no success.

taniwha commented 4 years ago

Please follow these instructions: https://github.com/taniwha/io_object_mu/wiki/Installation

OlMi1 commented 4 years ago

Please follow these instructions I did it like this.

taniwha commented 4 years ago

You either missed the step of setting the KSP GameData directory in the plugin's settings, or set it to the wrong directory. NOTE: point it at GameData, not the KSP directory.