← Back to team overview

yade-users team mailing list archive

Re: [Question #693260]: Yade crashes at "show 3D" in Ubuntu 20.04

 

Question #693260 on Yade changed:
https://answers.launchpad.net/yade/+question/693260

Janek Kozicki proposed the following answer:
There is still something strange in your report.

1. You are running "Yade version : 20201002-4236~57d1c9c~focal1" which is commit hash 57d1c9c which is latest master.
2. crash occurs in line 50 of GLViewer.cpp and line 52 of OpenGLManager.cpp

BUT, these messages are printed:
1. in line 53 : https://gitlab.com/yade-dev/trunk/-/blob/master/gui/qt5/GLViewer.cpp#L53
2. and in line 76: https://gitlab.com/yade-dev/trunk/-/blob/master/gui/qt5/OpenGLManager.cpp#L76

And also, the message in your line 50 is very different. Latest yade
cannot possibly generate such message. Because your message originates
from function named yade::GLViewer::closeEvent, but this function
actually, in commit 57d1c9c has name yade::GLViewer::staticCloseEvent.
So you are running yade version older or equal to git commit 73432b7 :
https://gitlab.com/yade-
dev/trunk/-/blob/73432b7a9/gui/qt5/GLViewer.cpp#L50 and indeed in this
old yade version the other line number of your messages matches your
report: https://gitlab.com/yade-
dev/trunk/-/blob/73432b7a9/gui/qt5/OpenGLManager.cpp#L52

which is 8 months old. I don't know how you could have possibly mixed
two yade versions.

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.