Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault (core dumped) #5

Closed
soungsill opened this issue Jul 4, 2024 · 1 comment
Closed

Segmentation fault (core dumped) #5

soungsill opened this issue Jul 4, 2024 · 1 comment

Comments

@soungsill
Copy link

soungsill commented Jul 4, 2024

When trying to run the code, the error occurred: How should I handle it?

When I ran the example to check for isaacgym installation errors, I confirmed that it worked well.

An error occurs in the part marked in bold in the base_task.py file.

******* base_task.py ***********
if self.enable_viewer_sync:
self.gym.step_graphics(self.sim)
self.gym.draw_viewer(self.viewer, self.sim, True)
#self.gym.sync_frame_time(self.sim)

else:
self.gym.poll_viewer_events(self.viewer)


+++ Using GPU PhysX
Physics Engine: PhysX
Physics Device: cuda:0
GPU Pipeline: enabled
!!!! Using modified SMPL starting pose !!!!
Humanoid Weights [63.313948929309845]

****************************** Current motion keys ******************************
Sampling motion: tensor([0], device='cuda:0')
standing


0it [00:00, ?it/s]
100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 27060.03it/s]
Loaded 1 motions with a total length of 33.300s and 1000 frames.
#################### Generating Fall State ####################
Segmentation fault (core dumped)

@ZhengyiLuo
Copy link
Owner

This looks like the viewer has an error launching; does Isaacgym launch well on your end?

If so, try no_virtual_display=True in the command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants