Gazebo Garden crashes in launching world
Hello i just install Gazebo garden 7.1 on a laptop with 1650ti and amd ryzen 4000 with Ubuntu 22. I have installed cuda 11.7 with nvidia driver 515. When i try to launch an empty world it shows a black screen without any error messages. I have successfully installed it on other machine with 1050ti without any problem. Does anyone have same issue and found any solution?
With -v 4 option there where a message "GUI requesting list of world names. The server may be busy downloading resources. Please be patient."
Edit: the solution where to explicitly define export LIBGLALWAYSSOFTWARE=1 export GZ_IP=127.0.0.1 I don't know why in my desktop this weren't necessary but in my laptop was. If anyone knows will be great to share!
Asked by visitor3 on 2022-11-29 10:16:27 UTC
Comments
Can you post the output of
glxinfo
?Asked by azeey on 2022-11-29 19:57:48 UTC
@azeey The glxinfo header is
Asked by visitor3 on 2022-11-30 03:54:54 UTC
That's what I have too, so I think it's okay. Can you run
gz sim -v4 empty.sdf
? The logs in~/.gz/rendering
might also be helpful.Asked by azeey on 2022-12-02 14:35:39 UTC