You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Linux, provide the outputs of the following commands:
LANG=C lspci -nn | grep VGA # might require installing pciutilsecho"$DISPLAY"
LANG=C glxinfo -B | grep -i '\(direct rendering\|opengl\|profile\)'# might require installing mesa-utils package
ps aux | grep Xorg
sudo env LANG=C X -version # if you don't have root access, try to tell the version of Xorg e.g. via package manager
On Windows, run dxdiag and report the GPU-related information.
On Mac OS, open a terminal and type system_profiler SPDisplaysDataType. Copy the output here.
Please, attach the ogre.log or ogre2.log file from ~/.gz/rendering
I was able to reproduce this on my Bigsur machine and determined that the crashes started after qt5 was updated to 5.15.7, so I've created a PR to disable the test.
Looking at the qt5 release note, QTBUG-55204 seems to be since it mentions shader effects, but I could be totally off the mark.
Environment
dxdiag
and report the GPU-related information.system_profiler SPDisplaysDataType
. Copy the output here.~/.gz/rendering
Description
UNIT_Teleop_TEST
should passSteps to reproduce
Output
console output
backtrace
backtrace for all threads
The text was updated successfully, but these errors were encountered: