carla-simulator / carla

Open-source simulator for autonomous driving research.
http://carla.org
MIT License
11.45k stars 3.71k forks source link

Unable to get the spectator in Unreal 5.5 in Editor #8357

Closed PabloVD closed 3 days ago

PabloVD commented 1 week ago

When running the ue5-dev branch in editor mode, it raises an error when I try to access the spectator with world.get_spectator():

spec = world.get_spectator()
RuntimeError: std::exception

That error does not appear in release package.

Blyron commented 1 week ago

Server logs?