Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot import Big Ben example in latest release #311

Open
Niashi24 opened this issue Mar 14, 2024 · 2 comments
Open

Cannot import Big Ben example in latest release #311

Niashi24 opened this issue Mar 14, 2024 · 2 comments

Comments

@Niashi24
Copy link

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
Copy link
Owner

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

Try re-downloading bigben-RD_1.25.rdc

@3dimka
Copy link

3dimka commented Jul 12, 2024

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:

  • python = D:\Program Files\Blender Foundation\Blender 4.1\4.1\python\bin\python.exe
  • python_home = D:\Program Files\Blender Foundation\Blender 4.1\4.1\python

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants