Update Overte
https://github.com/AppImage/appimage.github.io/issues/3154
[06/18 09:14:34] [DEBUG] [hifi.entitiesrenderer] Autoresizing "stylus" from mesh extents
[Previous message was repeated 3 times]
[06/18 09:14:34] [DEBUG] [hifi.gpu.gl] Strict texture TextureCache::_whiteTexture
[06/18 09:14:34] [DEBUG] [hifi.modelformat] fbx material Name: "phong3"
[06/18 09:14:34] [DEBUG] [hifi.modelformat] fbx material Name: "phong6"
[06/18 09:14:34] [DEBUG] [hifi.file_cache] Wrote KTX 1f9e7706b695b6613f81b0eed22b4eaf
[06/18 09:14:34] [DEBUG] [hifi.scriptengine] [FloofChat.js] disconnected
# Make a screenshot
# Get a list of open windows
xwininfo -tree -root | grep 0x | grep '": ("' | sed -e 's/^[[:space:]]*//'
# Count the windows on screen
NUMBER_OF_WINDOWS=$(xwininfo -tree -root | grep 0x | grep '": ("' | sed -e 's/^[[:space:]]*//' | wc -l)
echo "NUMBER_OF_WINDOWS: $NUMBER_OF_WINDOWS"
NUMBER_OF_WINDOWS: 0
if [ $(($NUMBER_OF_WINDOWS)) -lt 1 ] ; then
echo "ERROR: Could not find a single window on screen :-("
exit 1
fi
ERROR: Could not find a single window on screen :-(
Oh nice, I was just about to suggest updating in response to https://github.com/AppImage/appimage.github.io/issues/3154 (I had forgotten the update during the release party back then.)
If it is alright with you, we could merge it without a screenshot. That AppImage is known to work, but we will also have a new release with an improved AppImage probably next month.
Thanks @JulianGro. Well, the point of the test is to see if it works on machines other than the developers`, so if you have any idea why the screenshot fails I'd be happy to know. Does this need some special graphics acceleration?
It requires OpenGL 4.1. I have no clue to why it somewhat worked before in this virtual environment and seems more broken now though.
The only reason why I think that the next release might work better, is that it is newer. Meaning that it is built with newer dependencies.
Maybe because I had to update Ubuntu to 20.04?