But when I open the Isaac sim and click the play button (without any other action), the program crashes. Here is the output error, did someone see the error before? It would be great if you could tell me how to fix it. thanks in advance!
@StayStack i am just another user, so bear with me.
first, i would look into disabling the two display drivers form Intel. you can do this by going into your device manager, disabling those under “display adapters”
for future reference, you can get the log from C:\Users\%username%\.nvidia-omniverse\logs\Kit\Isaac-Sim. uploading to your thread should save you from having to take consecutive screenshots
I follow your advice to downgrade the driver and disable two display drivers from Intel, but it still crashes when I run the application. I have uploaded the log file instead of the screenshots.
was it working before today or has it been crashing since the first time launching the app? also, what’s the renderer you are using when you hit play? RTX-Realtime or Interactive?
It can work a few days before, but the app can’t work after I installed ROS2. The renderer is RTX-Realtime, I just tried Interactive mode, and it still failed.
it does look like you have ROS2 extension set to autoload. can you try disabling autoload to see if it’s related, then disabling the extension altogether if the issue persist. (i am not sure if this is the source of the problem, but just trying to rule something out)
Yes! ROS2 extension is the problem source! When I close the extension, everything is fine. If I activate ROS2 on cmd before I run the app, the app can also run under the ROS2 extension. Thanks a lot for your help :)