Atom topic feed | site map | contact | login | Protection des données personnelles | Powered by FluxBB | réalisation artaban
You are not logged in.
Hi everyone.
I'm starting to use SALOME MECA 2019 version on UBUNTU 20.04, the installation goes normal, usual warning messages... but one I start with the geometry module a message of FATAL ERROR appears and stop me to work with it, I can not go back or select another option, just have to close the program and that action also is followed by a FATAL ERROR message.
The FATAL ERROR message is the following:
OpenGl_Window::CreateWindow: glXCreateContext failed.
Does anyone have a solution or know what is happening ?
Thanks!
Offline
Hi, Michael.
I had the same problem. I followed Jesusbill May 11 post in url=https://community.osarch.org/discussion/67/structural-modelling-of-tensegrity-structures and that apparently solved the issue:
cd ${HOME}/salome_meca/V2019.0.3_universal/prerequisites/debianForSalome/lib
rm libstdc++.so.6.0
ln -s /usr/lib/x86_64-linux-gnu/libstdc++.so.6 libstdc++.so.6
Cheers,
Cristiano
Offline
In my case it works but with a modification:
rm libstdc++.so.6
The complete code:
cd ${HOME}/salome_meca/V2019.0.3_universal/prerequisites/debianForSalome/lib
rm libstdc++.so.6
ln -s /usr/lib/x86_64-linux-gnu/libstdc++.so.6 libstdc++.so.6
Last edited by DomDunk (2020-10-01 22:48:23)
Offline
In my case, the solution proposed by DomDunk works fine.
Thank you
Nicolò
Offline
Hello,
Many thanks to all of you!!
Just to inform: this solution (removing libstdc++.so.6) for me worked fine also with Debian 11 and Salome-Meca 2020...
regs
jaime
Offline
Just to say the same thing happens with V2020.0.1
The solution is the same but I recommend removing the symlinks with 'unlink' first to avoid issues with orphaned symlinks.
Cheers Paul J
Offline
In my case it works but with a modification:
rm libstdc++.so.6
The complete code:
cd ${HOME}/salome_meca/V2019.0.3_universal/prerequisites/debianForSalome/lib rm libstdc++.so.6 ln -s /usr/lib/x86_64-linux-gnu/libstdc++.so.6 libstdc++.so.6
Good afternoon all,
I did this to fix the topical issue for salome_meca v2020.0.1 on ubuntu v22.04, but finally it leads me to the program not working at all. Here is what happens at the terminal window:
runSalome running on toonco17
INFO:MainThread:/root/salome_meca/appli_V2020.0.1_universal_universal/bin/salome/PortManager.py[158]Problem loading PortManager file: /tmp/.salome_PortManager.cfg
INFO:PortManager:Problem loading PortManager file: /tmp/.salome_PortManager.cfg
Searching for a free port for naming service: 2810 - OK
inside europlexus set env...
Searching Naming Service +omniNames: (0) 2023-09-11 16:40:43.765814: -ORBendPoint option overriding default endpoint.
found in 0.1 seconds
Searching /Kernel/Session in Naming Service ++Warning, no type found for resource "localhost", using default value "single_machine"
++++++++++++++++++++++++++++++++Warning: this type (Study,objref) already exists, it will be ignored.
Warning: this type (SALOME_MED/MEDCouplingFieldDoubleCorbaInterface,objref) already exists, it will be ignored.
+ found in 17.5 seconds
Start SALOME, elapsed time : 18.3 seconds
****************************************************************
Warning: module BLSURFPLUGIN is improperly configured!
Module BLSURFPLUGIN will not be available in GUI mode!
****************************************************************
****************************************************************
Warning: module HYBRIDPLUGIN is improperly configured!
Module HYBRIDPLUGIN will not be available in GUI mode!
****************************************************************
****************************************************************
Warning: module GMSHPLUGIN is improperly configured!
Module GMSHPLUGIN will not be available in GUI mode!
****************************************************************
****************************************************************
Warning: module NETGENPLUGIN is improperly configured!
Module NETGENPLUGIN will not be available in GUI mode!
****************************************************************
****************************************************************
Warning: module HexoticPLUGIN is improperly configured!
Module HexoticPLUGIN will not be available in GUI mode!
****************************************************************
****************************************************************
Warning: module GHS3DPLUGIN is improperly configured!
Module GHS3DPLUGIN will not be available in GUI mode!
****************************************************************
th. 140456278024768 - Trace /home/A34370/smeca/yamm_build/V2020.0.1_universal_build/V2020_nopackage_universal/modules/src/GUI/src/LightApp/LightApp_Application.cxx [807] :
****************************************************************
Warning: icon for Calculator is not found!
Using the default icon.
****************************************************************
The launch picture appears, but then the process dies before the window actually opens. How could I deal with it?
Thanks in advance!
Offline