You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-15 is just the return code of the gzserver process, it's not really important or significant. Can you check your full Traceback? It's full of disconnect errors but it's possible that there is also the real error inside there, before all of the disconnections.
Otherwise the problem is a silent crash in gzserver.
Although not clear from the error, the problem was my python version (3.9). Forcing the .venv's python version to 3.7 as described in the wiki solves the problem (or, in my case, pipenv install --python 3.7).
Followed all the installation tutorials for macOS.
gzserver
andgazebo
launch without a problem, GUI is functional too.However, when trying to run
./revolve.py
it ends abruptly withMy full output:
The full traceback is
pygazebo
andasyncio
disconnecting by throwing exceptions.What is code
-15
? I can't find much about it.The text was updated successfully, but these errors were encountered: