Isaac Sim Version
[v] 4.2.0
Operating System
[v] Windows 11
GPU Information
- Model: geforce 3060
- Driver Version: 560
Topic Description
Detailed Description
I’m encountering two issues while running the post-installation scripts of Isaac Sim 4.2.0 on Windows 11.
-
When executing
omni.isaac.sim.post.install.bat
, the script finishes with a message saying “Isaac Sim Post-Installation Script completed!”, but also shows an error:
“다른 프로세스가 파일을 사용 중이기 때문에 프로세스가 액세스 할 수 없습니다.”
(Translation: “The process cannot access the file because it is being used by another process.”) -
When executing
omni.isaac.sim.warmup.bat
, I receive the following error in the console related to RPC:
ConnectionReset from127.0.0.1
This seems to happen while warming up the shader cache or establishing RPC communication.
I expected the scripts to run without any file access or communication errors.
Steps to Reproduce
- Download and install Isaac Sim 4.2.0 via Omniverse Launcher on Windows 11
- Navigate to
C:\Users\KIRO\AppData\Local\ov\pkg\isaac-sim-420\
- Run
omni.isaac.sim.post.install.bat
- Observe the message and file access error
- Run
omni.isaac.sim.warmup.bat
- Observe the RPC connection reset error in the terminal
Error Messages
Post-installation script output:
Isaac Sim Post-Installation Script
Warming up shader cache... Please wait...
Close this window to skip.
Isaac Sim Post-Installation Script completed!
다른 프로세스가 파일을 사용 중이기 때문에 프로세스가 액세스 할 수 없습니다.
Warm-up script output:
2025-04-09T07:43:48.430524Z ERROR hub-001 ThreadId(12) hub::rpc::server_msgpack: hub\src\rpc\server_msgpack.rs:169: Error reading message from client 127.0.0.1:2799: Os { code: 10054, kind: ConnectionReset, message: "현재 연결은 원격 호스트에 의해 강제로 끊겼습니다." } (Translation: "The connection was forcibly closed by the remote host.")
2025-04-09T07:43:48.430931Z INFO hub-001 ThreadId(12) hub::rpc::server_msgpack: hub\src\rpc\server_msgpack.rs:172: Connection from 127.0.0.1:2799 closed
Additional Information
What I’ve Tried
- Restarted the PC and ran the scripts again
- Checked Task Manager for other processes possibly using files in the Isaac Sim directory
Additional Context
- Running on Windows 11
- Using Isaac Sim 4.2.0
- This is part of initial post-installation setup
- No GPU driver or hardware errors noted so far