Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Overte #3165

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update Overte #3165

wants to merge 1 commit into from

Conversation

probonopd
Copy link
Member

@probonopd
Copy link
Member Author

[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 :-(

@JulianGro
Copy link
Contributor

Oh nice, I was just about to suggest updating in response to #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.

@probonopd
Copy link
Member Author

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?

@JulianGro
Copy link
Contributor

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.

@probonopd
Copy link
Member Author

Maybe because I had to update Ubuntu to 20.04?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants