-
Notifications
You must be signed in to change notification settings - Fork 920
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
[Bug Report] Error and Black Render Window When Running Isaac Lab Installation Guide #1265
Comments
Same error here |
same here |
almost the same error here:
And the render window is black. |
maybe there is nothing wrong. try this, and i find it works well : |
Alright @xkq1qkx, I'll give it a shot later. For anyone else facing the error A likely fix is to change the encoding used by Isaac Sim. I resolved it by entering That said, I was still running into a black screen in the render view. |
The issue was indeed caused by this, and it wasn't related to the other errors I encountered. I’ve checked and based on the code, no ground plane was supposed to appear. I’ll close the issue now that the problem is identified and submit a pull request to update the tutorial code accordingly. |
Describe the bug
While following the installation guide for Isaac Lab using Isaac Sim binaries, running the command to launch the simulator with a tutorial script (
isaaclab.bat -p source\standalone\tutorials\00_sim\create_empty.py
) results in the simulator launching, but instead of displaying a black ground plane, the render window only shows a completely black screen. Additionally, there are several warnings and errors in the terminal, including issues with non-NVIDIA GPUs, NGX initialization, and aUnicodeDecodeError
.Steps to reproduce
System Info
Describe the characteristic of your environment:
Additional context
UnicodeDecodeError: 'cp932' codec can't decode byte 0x83
is present in the logs and seems to be related to file encoding.Checklist
Acceptance Criteria
The text was updated successfully, but these errors were encountered: