Closed amitbiswas26 closed 4 years ago
Some more info:
Thank for reporting this!
Does this issue also happen when you simply run roscore + rviz?
:: an example to run roscore & rviz only
c:\opt\ros\melodic\x64\setup.bat
start cmd /k roscore
:: -l will enable more OGRE logging.
rosrun rviz rviz -l
Also, it would help to share the dump file for the crash.
With this, you can collect the crash dumps under c:\temp
by adding the following with regedit:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps]
"DumpFolder"="c:\\temp"
"DumpType"=dword:00000002
Here is the Crash Dump
And yes, it repros with roscore already running and then running rosrun rviz rviz -l
@amitbiswas26 it seems the crash happens when RViz calls createrenderwindow from OGRE. One more thing I noticed is that "GL_RENDERER = GDI Generic". Did you run it on a VM or over remote desktop? If yes, did you have the same issue if you are running it on a physical machine?
@seanyen-msft, Yes, I am accessing through remote desktop and the machine is an Azure VM. I haven't yet tried on a local physical machine, will let you know once I set it up. So is this an OGRE issue with remote desktop? If so, are there any workarounds?
Thanks for the report. We'll look into it right away.
Renaming as this is a cloud rendering issue
Bump. I believe I am experiencing this issue in a HyperV Windows VM right now.
This issue is not fixed, yet!
@YoushaaMurhij rViz and Gazebo require a GPU instance when running in the cloud. Can you confirm that you've used an NV6, NV12 or an NV24 instance as described in the ROS Azure VM Doc
We are working with OpenGL on Dx12 which will enable GPUless running.
@YoushaaMurhij @c650 @amitbiswas26 The OpenGL and OpenCL compatibility pack is now available for download. Please let us know if this solves your problems and if you have further questions!
Hi, I was trying out the TurtleBot3 project, however when I try to launch the simulation(roslaunch turtlebot3_fake turtlebot3_fake.launch), rViz seems to be crashing immediately after starting:
Any idea what might be the reason?