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.49k stars 304 forks source link

Cannot import Big Ben example in latest release #311

Open Niashi24 opened 8 months ago

Niashi24 commented 8 months ago

If you are having trouble importing a .rdc file with this add-on, please provide the following information:

Debug output:

google_maps_rd failed and returned:
Loading capture from C:\Users\<user>\Downloads\RenderDoc_1.25_64\Captures\bigben-RD_1.25.rdc...
Couldn't open file: File is corrupted: Invalid capture file. Expected magic 434f4452, got 6170227b.
Traceback (most recent call last):
  File "C:\Users\<user>\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\MapsModelsImporter\google_maps_rd.py", line 347, in <module>
    main(controller)
  File "C:\Users\<user>\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\MapsModelsImporter\google_maps_rd.py", line 339, in main
    scraper.run()
  File "C:\Users\<user>\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\MapsModelsImporter\google_maps_rd.py", line 244, in run
    drawcalls = self.consolidateEvents(controller.GetRootActions())
AttributeError: 'NoneType' object has no attribute 'GetRootActions'
eliemichel commented 7 months ago

Couldn't open file: File is corrupted: Invalid capture file. Expected magic 434f4452, got 6170227b.

Try re-downloading bigben-RD_1.25.rdc

3dimka commented 4 months ago

Hmm.. I'm seeing the same error while trying to import the big ben sample file:

AttributeError: 'NoneType' object has no attribute 'GetRootActions'

========================================================================================== google_maps_rd failed and returned: Loading capture from S:\Shared\bigben-RD_1.25.rdc... Couldn't open file: File format is unrecognised: Unrecognised file type. File magic number is 0a0a0a0a. Traceback (most recent call last): File "C:\Users\3dimk.DESKTOP-5I9A7PI\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\MapsModelsImporter\google_maps_rd.py", line 377, in main(controller) File "C:\Users\3dimk.DESKTOP-5I9A7PI\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\MapsModelsImporter\google_maps_rd.py", line 369, in main scraper.run() File "C:\Users\3dimk.DESKTOP-5I9A7PI\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\MapsModelsImporter\google_maps_rd.py", line 274, in run drawcalls = self.consolidateEvents(controller.GetRootActions()) ^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'GetRootActions'

Extra info: