Code Monkey home page Code Monkey logo

Comments (14)

nuomizai avatar nuomizai commented on August 10, 2024 3

I met the same situations Segmentation fault, and all the words displayed in the window of Isaac Gym were too vague to distinguish. Have you solved it?

Sorry, @nicholas0717 . I haven't solved it. But I found the reason -- my graphic desktop was broken. Therefore, If you run issacgym on a headless ubuntu server, I recommand you to install ubuntu desktop by

sudo apt-get update
sudo apt-get install ubuntu-desktop
reboot

from isaacgymenvs.

HaozhiQi avatar HaozhiQi commented on August 10, 2024 2

I also found Segmentation fault (core dumped) happen if I launch isaacgym in tmux window (it works well without tmux). Just FYI.

from isaacgymenvs.

ameliacode avatar ameliacode commented on August 10, 2024 1

For anyone tries to install ubuntu desktop due to this issue, make sure there is no warning window.
Just simply reinstall the driver.
My computer had booting loop error+ethernet not working + driver crashed after reboot..

from isaacgymenvs.

nicholas0717 avatar nicholas0717 commented on August 10, 2024

I met the same situations Segmentation fault, and all the words displayed in the window of Isaac Gym were too vague to distinguish. Have you solved it?

from isaacgymenvs.

nuomizai avatar nuomizai commented on August 10, 2024

I solved the Segmentation fault problem by changing the nvidia-driver to 510.85.02 and cuda version to 11.6.

from isaacgymenvs.

amirhnourian avatar amirhnourian commented on August 10, 2024

I am currently experiencing this issue! in Isaac sim example https://docs.omniverse.nvidia.com/app_isaacsim/app_isaacsim/tutorial_intro_workflows.html#
./python.sh standalone_examples/api/omni.isaac.franka/follow_target_with_rmpflow.py
I am on ubuntu 22.04 should I install Cuda drivers as well? I just installed 5.25.x.x

from isaacgymenvs.

LJoson avatar LJoson commented on August 10, 2024

I have the same issue. After debugging, I found that the issue was actually due to the lack of Vulkan installation. The official Vulkan is more complete on Ubuntu 20.04+, so if there are no special requirements, you can consider using Ubuntu 20.04+. Otherwise, you may need to install Vulkan from source code.

from isaacgymenvs.

kc-ustc avatar kc-ustc commented on August 10, 2024

I also met this problem when I run the example(p_ython 1080_balls_of_solitude.py_) with remote sever.But I can run the example in my personal computer.The diffrence of environment are the version of cuda and nvidia driver.Why?So confused.

from isaacgymenvs.

LJoson avatar LJoson commented on August 10, 2024

I also met this problem when I run the example(p_ython 1080_balls_of_solitude.py_) with remote sever.But I can run the example in my personal computer.The diffrence of environment are the version of cuda and nvidia driver.Why?So confused.

It is possible that the remote server does not have GUI remote services, and when using Isaac, the startup items that depend on GUI training are not closed (but I also haven't understood how to close GUI to to simulation and training).

from isaacgymenvs.

kc-ustc avatar kc-ustc commented on August 10, 2024

I also met this problem when I run the example(p_ython 1080_balls_of_solitude.py_) with remote sever.But I can run the example in my personal computer.The diffrence of environment are the version of cuda and nvidia driver.Why?So confused.

It is possible that the remote server does not have GUI remote services, and when using Isaac, the startup items that depend on GUI training are not closed (but I also haven't understood how to close GUI to to simulation and training).

Thanks for your answer!But our remote server does have a GUI installed.You mean that when I run example like 1080_balls_of_solitude.py, I must shut down the remote server GUI?

from isaacgymenvs.

LJoson avatar LJoson commented on August 10, 2024

I also met this problem when I run the example(p_ython 1080_balls_of_solitude.py_) with remote sever.But I can run the example in my personal computer.The diffrence of environment are the version of cuda and nvidia driver.Why?So confused.

It is possible that the remote server does not have GUI remote services, and when using Isaac, the startup items that depend on GUI training are not closed (but I also haven't understood how to close GUI to to simulation and training).

Thanks for your answer!But our remote server does have a GUI installed.You mean that when I run example like 1080_balls_of_solitude.py, I must shut down the remote server GUI?

emmm,i mean that when you tryrun example like 1080_balls_of_solitude.py,your server must have a GUI

from isaacgymenvs.

LJoson avatar LJoson commented on August 10, 2024

I also met this problem when I run the example(p_ython 1080_balls_of_solitude.py_) with remote sever.But I can run the example in my personal computer.The diffrence of environment are the version of cuda and nvidia driver.Why?So confused.

It is possible that the remote server does not have GUI remote services, and when using Isaac, the startup items that depend on GUI training are not closed (but I also haven't understood how to close GUI to to simulation and training).

Thanks for your answer!But our remote server does have a GUI installed.You mean that when I run example like 1080_balls_of_solitude.py, I must shut down the remote server GUI?

because found that the issue was actually due to the lack of Vulkan installation(GUI underlying driver

from isaacgymenvs.

kc-ustc avatar kc-ustc commented on August 10, 2024

(GUI underlying drive

Thank you, I naively thought ubuntu20.04 came with Vulkan.

from isaacgymenvs.

asibatian avatar asibatian commented on August 10, 2024

Here is my experience: I try to train a policy for legged gym and set headless = False to visualize the training process.
When waiting for loading the terrains into isaac gym, it throws segmentation fault (core dumped), after waiting for about 1 minute.
But when I reduce the number of terrains, Isaac Gym load the terrains within 1 minute and it works fine.
In both case, my GPU memory is not full.
So, I guess there is a time limits for loading terrain triangles.

I do not solve this problem.

from isaacgymenvs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.