eliemichel / MapsModelsImporter

A Blender add-on to import models from google maps
https://blog.exppad.com/article/importing-actual-3d-models-from-google-maps
GNU General Public License v3.0
2.47k stars 303 forks source link

Failed to load the Renderdoc module #216

Closed beefjerkyzxz closed 2 years ago

beefjerkyzxz commented 2 years ago

Whenever I attempt to import a capture, I get this error, I am using renderdoc 1.13, on blender 3.1.2 with the plugin version 0.4.1, although when installed in the plugin menu it says 0.4.0? The plugin worked yesterday so I'm not sure why today it decided to stop working.. Thanks in advance for any insight you may be able to give on this.


Read prefs: C:\Users\Jesse\AppData\Roaming\Blender Foundation\Blender\3.1\config\userpref.blend Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\modules\addon_utils.py", line 351, in enable mod = import(module_name) ModuleNotFoundError: No module named 'MapsModelsImporter' 395 , 15:06:58, TM_Settings.py--------- load default settings.json 1466 , 15:06:58, TM_Functions.py-------- clear material links success 1466 , 15:06:58, TM_Functions.py-------- clear material links success 407 , 15:06:58, TM_Settings.py--------- default settings loaded, data: 408 , 15:06:58, TM_Settings.py--------- (data ignored if property in blendfile has value) {'author_name': 'Jesse', 'nadeo_ini_path_mp': 'C:\Program Files (x86)\\Steam\steamapps\common\ManiaPlanet_TMCanyon\Nadeo.ini', 'nadeo_ini_path_tm': ''}

494 , 15:06:58, TM_Functions.py-------- Check if addon can update: True addon_utils.disable: MapsModelsImporter not disabled addon_utils.disable: MapsModelsImporter not disabled Modules Installed (MapsModelsImporter) from 'C:\Users\Jesse\Downloads\MapsModelsImporter-v0.4.1.zip' into 'C:\Users\Jesse\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons'

========================================================================================== google_maps_rd failed and returned: Error: Failed to load the RenderDoc Module. It however seems to exist. This might be due to one of the following reasons:

Remember, you must use exactly the same version of python to load the RenderDoc Module as was used to build it. Find more information about building the RenderDoc Module here: https://github.com/baldurk/renderdoc/blob/v1.x/docs/CONTRIBUTING/Compiling.md

sys.platform: win32 Python version: 3.10.2 (main, Jan 27 2022, 08:34:43) [MSC v.1928 64 bit (AMD64)] err.name: renderdoc err.path: C:\Users\Jesse\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\MapsModelsImporter\bin\win64\renderdoc.pyd Error Message: DLL load failed while importing renderdoc: The specified module could not be found.

Extra info:

beefjerkyzxz commented 2 years ago

Just found out about the issue template, My bad.