← 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

    Status: Open => Answered

Janek Kozicki proposed the following answer:
First find all files _GLViewer.so with this command:

find / -iname "_GLViewer.so*" 2> /dev/null

there should be some of such files. They should be inside directory
names from which you could probably deduce the yade version to which
they belong.

Then try uninstalling all versions of yade using your package manager.
Then, these files should disappear. You can verify by running this
command again.

If these files have disappeared, then you are safe to install yade
again.

If they did not disappear, then what is left is the cause of your
trouble. Maybe a leftover from some interrupted installation? Most
likely you are safe to delete not only this file, but the accompanying
parent directory. But better if you investigate yourself and make backup
copies to not lose any of your data.

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