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

I can't open the Alhambra example #131

Closed josecrespoc closed 3 years ago

josecrespoc commented 3 years ago

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

Read prefs: C:\Users\Jose\AppData\Roaming\Blender Foundation\Blender\2.91\config\userpref.blend found bundled python: C:\Program Files\Blender Foundation\Blender 2.91\2.91\python

========================================================================================== google_maps_rd failed and returned: Loading capture from C:\Users\Jose\Desktop\alhambra-RD_1.11.rdc... Couldn't open file: ReplayStatus.FileCorrupted Traceback (most recent call last): File "C:\Users\Jose\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\MapsModelsImporter\google_maps_rd.py", line 290, in main(controller) File "C:\Users\Jose\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\MapsModelsImporter\google_maps_rd.py", line 282, in main scraper.run() File "C:\Users\Jose\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'

Extra info:

Before opening a new Issue on GitHub please download a working sample file to check if this works on your Computer. Please be patient. If there's no error message it might still be loading. It can take a minute or two to load it and Blender will get unresponsive during this time. Find sample files here: https://github.com/eliemichel/MapsModelsImporter-samples

If it works with a sample file you most probably shouldn't open a new issue on GitHub but figure out how to use RenderDoc. Find instructions about using RenderDoc by searching YouTube for "Capturing Google Maps with RenderDoc"

If the sample file doesn't work: Please report to MapsModelsImporter developers providing the full console log with debug information. First turn on debug output by activating the "Debug Info"-checkbox under Edit > Preferences > Add-ons > MapsModelsImporter On Windows systems console log is accessible in Windows > Toggle System Console (right click to copy). On Linux systems you have to run Blender from the console to get the debug output

========================================================================================== google_maps_rd failed and returned: Loading capture from C:\Users\Jose\Desktop\alhambra-RD_1.11.rdc... Couldn't open file: ReplayStatus.FileCorrupted Traceback (most recent call last): File "C:\Users\Jose\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\MapsModelsImporter\google_maps_rd.py", line 290, in main(controller) File "C:\Users\Jose\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\MapsModelsImporter\google_maps_rd.py", line 282, in main scraper.run() File "C:\Users\Jose\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'

Extra info:

Before opening a new Issue on GitHub please download a working sample file to check if this works on your Computer. Please be patient. If there's no error message it might still be loading. It can take a minute or two to load it and Blender will get unresponsive during this time. Find sample files here: https://github.com/eliemichel/MapsModelsImporter-samples

If it works with a sample file you most probably shouldn't open a new issue on GitHub but figure out how to use RenderDoc. Find instructions about using RenderDoc by searching YouTube for "Capturing Google Maps with RenderDoc"

If the sample file doesn't work: Please report to MapsModelsImporter developers providing the full console log with debug information. First turn on debug output by activating the "Debug Info"-checkbox under Edit > Preferences > Add-ons > MapsModelsImporter On Windows systems console log is accessible in Windows > Toggle System Console (right click to copy). On Linux systems you have to run Blender from the console to get the debug output

josecrespoc commented 3 years ago

@eliemichel could you help me please? Many thanks!

eliemichel commented 3 years ago

Hi Jose, I should hide this capture for now, RenderDoc v1.11 is still not supperted yet, you should downgrade to v1.10 when doing your own captures! I could not take the time to update the add-on yet, it's a bit annoying to do because I have to change some parts of RenderDoc's source code at each breaking update, I did not fully automate the process. É.