gazebosim / gazebo-classic

Gazebo classic. For the latest version, see https://github.com/gazebosim/gz-sim
http://classic.gazebosim.org/
Other
1.2k stars 481 forks source link

gzserver process has died #3371

Open gyiptgyipt opened 9 months ago

gyiptgyipt commented 9 months ago

Environment

Description

Steps to reproduce

1.Firstly, I launch the turtlebot3 simulation that I usually fine , but Its say

[gzclient-2] gzclient: /usr/include/boost/smart_ptr/shared_ptr.hpp:728: typename boost::detail::sp_member_access<T>::type boost::shared_ptr<T>::operator->() const [with T = gazebo::rendering::Camera; typename boost::detail::sp_member_access<T>::type = gazebo::rendering::Camera*]: Assertion `px != 0' failed.
  1. I solved that problem with . /usr/share/gazebo-11/setup.sh

3.After that only empty world launched and the world I want to launch remain with errors. It shows [ERROR] [gzserver-1]: process has died [pid 11901, exit code 255, cmd 'gzserver /opt/ros/humble/share/turtlebot3_gazebo/worlds/turtlebot3_world.world -slibgazebo_ros_init.so -slibgazebo_ros_factory.so -slibgazebo_ros_force_system.so'].

I already reinstall the whole gazebo system but it is still happening.

thanks for your time.

traversaro commented 7 months ago

Can you launch gazebo (or gzserver and gzclient) with --verbose flag and check their output? Thanks.