MapsModelsImporter
MapsModelsImporter copied to clipboard
Error when installing MapsModelsImporter in blender
Hi, I'm unable to install MapsModelsImporter into blender and also can't import RDC files of samples.
- The .rdc file
- NVIDIA GeForce GTX 1650
- Maps Models Importer v0.6.0 & v0.6.2
- RenderDoc 1.25
- Blender 3.4.0
Thanks for your help!
Copy from blender info log: - 1_Maps Models Importer v0.6.0
Python: Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\startup\bl_operators\userpref.py", line 727, in execute print(msg) OSError: [WinError 233] 管道的另一端上無任何處理程序。 - 2_Maps Models Importer v0.6.2
Python: Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\startup\bl_operators\userpref.py", line 699, in execute addons_new = {mod.name for mod in addon_utils.modules()} - addons_old File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\modules\addon_utils.py", line 190, in modules modules_refresh(module_cache=module_cache) File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\modules\addon_utils.py", line 163, in modules_refresh print(OSError: [WinError 233] 管道的另一端上無任何處理程序。 - 3_Import bigben.rdc files
_Python: Traceback (most recent call last): File "C:\Users\mark8\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\MapsModelsImporter\google_maps.py", line 82, in captureToFiles out = subprocess.check_output([python, SCRIPT_PATH, filepath, prefix, str(max_blocks)], stderr=subprocess.STDOUT, text=True) File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\python\lib\subprocess.py", line 421, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\python\lib\subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['C:\Program Files\Blender Foundation\Blender 3.4\3.4\python\bin\python.exe', 'C:\Users\mark8\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\MapsModelsImporter\google_maps_rd.py', 'C:\Users\mark8\Downloads\bigben-RD_1.25.rdc', 'C:\Users\mark8\Downloads\bigben-RD_1.25-qjhibem\bigben-RD_1.25-', '-1']' returned non-zero exit status 3221225794.
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "C:\Users\mark8\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\MapsModelsImporter\operators.py", line 54, in execute importCapture(context, self.filepath, self.max_blocks, pref) File "C:\Users\mark8\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\MapsModelsImporter\google_maps.py", line 371, in importCapture captureToFiles(context, filepath, prefix, max_blocks) File "C:\Users\mark8\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\MapsModelsImporter\google_maps.py", line 101, in captureToFiles ERROR_MESSAGE = MSG_UNKNOWN_ERROR + "\nReturncode: " + err.returncode TypeError: can only concatenate str (not "int") to str_
-