lgsvl / simulator

A ROS/ROS2 Multi-robot Simulator for Autonomous Vehicles
Other
2.26k stars 778 forks source link

Failed to load module "Canberra-gtk-module" #328

Closed Francisobiagwu closed 4 years ago

Francisobiagwu commented 5 years ago

Each time I try to open the BorregasAve, no bridge, data collection. I get this error. Failed to load module "canberra-gtk-module" Aborted (core dumped)

test

martins-mozeiko commented 5 years ago

This error message about canberra is harmless, it comes from some internal Unity dependencies which we do not use.

To understand what crashes here, check the log file at ~/.config/unity3d/Editor/Player.log - there should be some error messages at the bottom.

One potential reason is that you do not have vulkan client libraries installed. Unity HDRP rendering on linux uses Vulkan instead of OpenGL. Check if you have libvulkan1 package installed.

zhouchengming1 commented 4 years ago

Try this: sudo apt install libcanberra-gtk-module libcanberra-gtk3-module

martins-mozeiko commented 4 years ago

@zhouchengming1 libcanberra is completely irrelevant here. It is some optional GTK dependency that we do not use. GTK libraries probably try to load it this module it exists. But everything still works if it does not exist.

ntutangyun commented 4 years ago

This error message about canberra is harmless, it comes from some internal Unity dependencies which we do not use.

To understand what crashes here, check the log file at ~/.config/unity3d/Editor/Player.log - there should be some error messages at the bottom.

One potential reason is that you do not have vulkan client libraries installed. Unity HDRP rendering on linux uses Vulkan instead of OpenGL. Check if you have libvulkan1 package installed.

this actually solved the issue.

ashish-roopan commented 2 years ago

@martins-mozeiko . I am getting the same error . The libvulkan1 package is installed. Can you assist me on what to do ?