Welcome to the forums. Please post in English or French.

You are not logged in.

#1 2020-05-30 17:31:49

michaelherediaperez
Member
Registered: 2020-05-30
Posts: 1

SALOME MECA fatal error in UBUNTU 20.04

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

#2 2020-06-20 18:39:34

ckrug
Member
Registered: 2020-06-20
Posts: 2

Re: SALOME MECA fatal error in UBUNTU 20.04

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

#3 2020-10-01 22:46:27

DomDunk
Member
Registered: 2020-10-01
Posts: 2

Re: SALOME MECA fatal error in UBUNTU 20.04

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

#4 2021-08-03 11:38:45

nicolo.grilli
Member
From: Bristol, United Kingdom
Registered: 2021-07-30
Posts: 10

Re: SALOME MECA fatal error in UBUNTU 20.04

In my case, the solution proposed by DomDunk works fine.
Thank you
Nicolò

Offline

#5 2021-08-28 14:35:14

jterzano
Member
Registered: 2019-01-25
Posts: 5

Re: SALOME MECA fatal error in UBUNTU 20.04

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

#6 2022-02-17 18:34:24

paulj_1963
Member
Registered: 2022-02-17
Posts: 1

Re: SALOME MECA fatal error in UBUNTU 20.04

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

#7 2023-09-11 14:51:20

toonco17
Member
Registered: 2023-09-11
Posts: 1

Re: SALOME MECA fatal error in UBUNTU 20.04

DomDunk wrote:

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