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.43k stars 300 forks source link

Can't import sample files with correct setup #127

Open jacobLOtt opened 3 years ago

jacobLOtt commented 3 years ago

I've tried different combinations of "approved" versions, but keep getting the same error while importing.

google_maps_rd failed and returned:
Loading capture from D:\rnd\_src\bridge-RD_1.10.rdc...
Couldn't open file: ReplayStatus.FileCorrupted
Traceback (most recent call last):
  File "C:\Users\Jacob\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\MapsModelsImporter\google_maps_rd.py", line 290, in <module>
    main(controller)
  File "C:\Users\Jacob\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\MapsModelsImporter\google_maps_rd.py", line 282, in main
    scraper.run()
  File "C:\Users\Jacob\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\MapsModelsImporter\google_maps_rd.py", line 207, in run
    drawcalls = controller.GetDrawcalls()
AttributeError: 'NoneType' object has no attribute 'GetDrawcalls'
eliemichel commented 3 years ago

Mmh I just checked it is still working for me with the exact same software set-up, so maybe a mismatch in due to your GPU being much newer than the ones used to capture the sample files. Have you try capturing your own file? If so, could you share it?

dnebannoS commented 3 years ago

I'm getting pretty much the same error with RenderDoc 1.11 and Blender 2.91 (Plugin version: 0.3.5). Tested it with my own capture and the Pumpa example, both lead to the same error.

google_maps_rd failed and returned: Loading capture from C:\Users\me\Desktop\blender_terrain_test\from_renderdoc.rdc... Couldn't initialise replay: 15 This is likely due to an unsupported version of RenderDoc. Traceback (most recent call last): File "C:\Users\me\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\MapsModelsImporter\google_maps_rd.py", line 290, in main(controller) File "C:\Users\me\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\MapsModelsImporter\google_maps_rd.py", line 282, in main scraper.run() File "C:\Users\me\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\MapsModelsImporter\google_maps_rd.py", line 207, in run drawcalls = controller.GetDrawcalls() AttributeError: 'NoneType' object has no attribute 'GetDrawcalls'

eliemichel commented 3 years ago

Just don't use v1.11, stick to v1.10 as specified in the release note.