Atom topic feed | site map | contact | login | Protection des données personnelles | Powered by FluxBB | réalisation artaban
You are not logged in.
hello
after installing Salome_Meca V2019.0.3 on Ubuntu 18.04 I can start salome, but I get a SIGSEGV error as soon as I activate the mesh module.
Some time earlier I have already installed: sudo apt install libquadmath0 which was a remedium to another problem with the mesh module.
I paste below the terminal output of the install process and the start of salome.
Does anybody recognize what is the problem?
Thank you and bonne noel
kathi
kathi@nero:~$ ./salome_meca-2019.0.3-1-universal.run
=========================================================
Self Extracting salome_meca V2019.0.3_universal Installer
=========================================================
Enter the salome_meca install directory [default=/home/kathi/salome_meca] :
salome_meca is in English, do you want to be in French ? [y/N] : N
Installation of salome_meca V2019.0.3_universal in /home/kathi/salome_meca/V2019.0.3_universal ...
Verifying archive integrity...
All good.
Done
Creating salome_meca application in /home/kathi/salome_meca/appli_V2019.0.3_universal ...
Setting for help already set
salome_meca post-installation ...
Adjusting the file : /home/kathi/salome_meca/appli_V2019.0.3_universal/SalomeApp.xml
Warning: the directory /home/kathi/salome_meca/V2019.0.3_universal/modules/EUROPLEXUS_201901/lib/salome is in a path variable but does not exist
Warning: the directory ~/bin is in a path variable but does not exist
The salome_meca application was successfully created.
To run the application:
$ /home/kathi/salome_meca/appli_V2019.0.3_universal/salome
Adjusting wishexecutable /home/kathi/salome_meca/V2019.0.3_universal/tools/Code_aster_frontend-20190/etc/codeaster/profile.sh
Initialize terminal and editor for Code_aster
Creating symlink in /home/kathi/salome_meca/V2019.0.3_universal/tools/Code_aster_stable-v144_smeca : salome -> /home/kathi/salome_meca/appli_V2019.0.3_universal/salome
Final configuration
kathi@nero:~$ /home/kathi/salome_meca/appli_V2019.0.3_universal/salome
runSalome running on nero
Searching for a free port for naming service: 2811 - OK
Searching Naming Service + found in 0.1 seconds
Searching /Kernel/Session in Naming Service ++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 1.0 seconds
Start SALOME, elapsed time : 1.2 seconds
****************************************************************
Warning: module NETGENPLUGIN is improperly configured!
Module NETGENPLUGIN will not be available in GUI mode!
****************************************************************
****************************************************************
Warning: module HYBRIDPLUGIN is improperly configured!
Module HYBRIDPLUGIN 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!
****************************************************************
****************************************************************
Warning: module BLSURFPLUGIN is improperly configured!
Module BLSURFPLUGIN will not be available in GUI mode!
****************************************************************
****************************************************************
Warning: module GMSHPLUGIN is improperly configured!
Module GMSHPLUGIN will not be available in GUI mode!
****************************************************************
Offline
Greetings Kathi.
Same exact issue; have not found a resolution.
Maddening; three releases this year and each seems to come with a new set of issues.
Perhaps the answer is simply to install Scibian as the OS (seems this is the EDF version of Debian).
We have not tried Scibian but I may grab an old (disposable) laptop, install Scibian and see if that improves the situation.
-William
Offline
Greetings Kathi.
Okay, I managed to resolve the issue on 18.04.
The following worked on our machines - and (cross my fingers) this seems like a very stable SMECA. Doing a simple case I was able to generate a simple geometry, add groups, mesh it, add the mesh groups, move into ASTER Study, use the Assistant, run the case, then PostProcess and then I went back to Geom, Smesh, Shaper - then back to AsterStudy, then back to PostProcess - all without crashing (I have never been able to do this before without a crash).
Note that I am a hack when it comes to this kind of thing - you may already have these libraries installed, just giving you what worked for us:
1) Delete any existing installs of V2019..0.3
2) sudo apt-get install liblapacke-dev liblapacke liblapack3 liblapack-pic liblapack-dev libqt5opengl5-dev libqt5opengl5 libqt5concurrent5 libnlopt0 libqt5multimediawidgets5 build-essential flex cmake zlib1g-dev libopenmpi-dev openmpi-bin gnuplot libreadline-dev libncurses-dev libgmp-dev libmpfr-dev libmpc-dev qt4-dev-tools libqt4-dev libqt4-opengl-dev freeglut3-dev libqtwebkit-dev libxt-dev
3) Reinstall V2019.0.3
4) Run SMECA and try a simple case from scratch
5) Voila
Hoping this helps you and others.
-William
Offline
Unfortunately it didn't work in my case. Still having segmentation error and I'm not even able to run mesh module.
regards,
Krzysztof
Offline
Hi,
Greetings and best wishes to all for the forthcoming new year..
GXA_William wrote:
sudo apt-get install liblapacke-dev liblapacke liblapack3 liblapack-pic liblapack-dev libqt5opengl5-dev libqt5opengl5 libqt5concurrent5 libnlopt0 libqt5multimediawidgets5 build-essential flex cmake zlib1g-dev libopenmpi-dev openmpi-bin gnuplot libreadline-dev libncurses-dev libgmp-dev libmpfr-dev libmpc-dev qt4-dev-tools libqt4-dev libqt4-opengl-dev freeglut3-dev libqtwebkit-dev libxt-dev
1) In my ubuntu 18.04, I had all the pre-requisites already installed as given in the pre-requisites section for installing code-aster(https:SLASH SLASHwww.code-aster.org/V2/spip.php?article273.) and also the qt5 libraries mentioned earlier in the forum.
2) And I didn't have any issue in installing/running this version of S-Meca.
3) I have run a simple linear study without any problem, including post-processing by using Post-processor and Paravis module.
4) I think, the libraries mentioned by GXA_William includes every thing mentioned in code-aster/salome-meca pre-requisite pages.
Hope this might be of help to some one.
With Regards.
Sukumar
Offline
Bonjour,
Je viens d'installer à neuf Ubuntu 18.04.3 et j'ai aussi installé les perequisites de GXA_William. Cependant, lors de l'installation de Salome-Meca V2019.0.3 les messages suivants apparaissent dans la fenêtre de commande. Aucun icône n'est crée sur le bureau et je ne trouve pas exécutable.
Quelqu'un a-t-il une idée du problème?
Merci d'avance.
Salutation
T. Stehlin
=========================================================
Self Extracting salome_meca V2019.0.3_universal Installer
=========================================================
Enter the salome_meca install directory [default=/home/se/salome_meca] :
salome_meca is in English, do you want to be in French ? [y/N] : y
Installation of salome_meca V2019.0.3_universal in /home/se/salome_meca/V2019.0.3_universal ...
Verifying archive integrity...
All good.
Done
./create_appli.sh: ligne 108: /salome_prerequisites_root.sh: Aucun fichier ou dossier de ce type
./create_appli.sh: ligne 109: /salome_modules.sh: Aucun fichier ou dossier de ce type
Creating salome_meca application in /home/se/salome_meca/appli_V2019.0.3_universal ...
sed: impossible de lire /.config_appli_template.xml: Aucun fichier ou dossier de ce type
Setting for help already set
Setting the language to fr in the preferences file /home/se/.config/salome/SalomeApprc..universal
grep: salome_context.cfg: Aucun fichier ou dossier de ce type
salome_meca post-installation ...
./create_appli.sh: ligne 263: python : commande introuvable
./create_appli.sh: ligne 287: ./salome_post_install.py: Aucun fichier ou dossier de ce type
The salome_meca application was successfully created.
To run the application:
$ /home/se/salome_meca/appli_V2019.0.3_universal/salome
Adjusting wishexecutable /home/se/salome_meca/V2019.0.3_universal/tools/Code_aster_frontend-20190/etc/codeaster/profile.sh
Initialize terminal and editor for Code_aster
Final configuration
Offline
Hi,
I have the same trouble on CentOS 7.4 when installing salome_meca-2019.0.3-1-universal.
The file create_appli.sh that is used by the installer sets SALOMEDIR:
if test -z "$SALOMEDIR"; then
SALOMEDIR=`python -c "import os; print os.path.normpath(os.path.dirname(os.path.abspath(os.path.realpath('$0'))))" 2>/dev/null`
fi
This python command return an empty value for SALOMEDIR when Python 3.6.8 is used:
[soft@fusion V2019.0.3_universal]$ python -c "import os; print os.path.normpath(os.path.dirname(os.path.abspath(os.path.realpath('$0'))))" 2>/dev/null
SALOMEDIR = ' '
Thus some files are not found by the installer:
./create_appli.sh: ligne108: /salome_prerequisites_root.sh: Aucun fichier ou dossier de ce type
./create_appli.sh: ligne109: /salome_modules.sh: Aucun fichier ou dossier de ce type
Creating salome_meca application in /gpfs/opt/softwares/salome_meca/2019-bis/appli_V2019.0.3_universal ...
sed: impossible de lire /.config_appli_template.xml: Aucun fichier ou dossier de ce type
With Python 2.7.5, SALOMEDIR is set to the right path:
[soft@fusion V2019.0.3_universal]$ python -c "import os; print os.path.normpath(os.path.dirname(os.path.abspath(os.path.realpath('$0'))))" 2>/dev/null
/gpfs/opt/softwares/salome_meca/2019/V2019.0.3_universal
SALOMEDIR = '/gpfs/opt/softwares/salome_meca/2019/V2019.0.3_universal'
but the installer looks for python3:
salome_post_install.py:#!/usr/bin/env python3 ?
/usr/bin/env: python3: Permission non accordée
Any ideas? Should we use python 3.6 or 2.7 for Salome_meca 2019?
Regards,
Anne-Sophie
Offline
Hi Guy;
I have same error. All one week. (fatal error sigsevg, directory error etc..)
I did use virtual machine on win10 64bit.
Later, I install ubuntu 18.04 with bootable usb on my pc. I can see two operation system on startup my pc.
++ Update ubuntu with software update tool
++ restart
++ and I install salome-meca prerequsities with the following command
sudo apt install gcc g++ gfortran cmake python3 python3-dev python3-numpy tk bison flex liblapack-dev libopenblas-dev libboost-python-dev libboost-numpy-dev zlib1g-dev
++ restart
++ tar xvf salome_meca-2019.0.3-1-universal.tgz
++ ./salome_meca-2019.0.3-1-universal.run
++ ./salome
And I did check geomety and mesh modul no problem.
See you, thanks.
Offline
Hi, I had the same problem with Salome meca 2019.0.3 as kathi in the start of this thread "SIGSEGV error as soon as I activate the mesh module".
From "code-aster.org/forum2/viewtopic.php?id=24678" installing with "sudo" seem to remove this issue:
tar xzf salome_meca-2019.0.3-1-universal.tgz && sudo ./salome_meca-2019.0.3-1-universal.run
BR/Micke
Last edited by mihe (2020-02-11 10:57:08)
Salome Meca 2019 on Ubuntu 18
Offline
Hi,
I am still in trouble with my Salome_Meca_2019 installation...
First I did an installation from scratch on a virtual machine using the procedure described by malkoc34.
Everything went perfect and the salome_meca application was successfully created with only one warning message:
"Warning: the directory /home/se/salome_meca/V2019.0.3_universal/modules/EUROPLEXUS_201901/lib/salome is in a path variable but does not exist"
Then I started Salome_Meca and went thru the modules. All started without problems except the issues listed below.
Note that I am working with Ubuntu 18.04 OS on a virtual machine.
Regards
T. Stehlin
Issue 1
- Mesh module error "SIGSEGV 'Segmantation violation' detected. Adress 8"
- Fields module error "SIGSEGV 'Segmantation violation' detected. Adress 8"
In these cases the application Salome_Meca freezes and needs to be killed.
Note that I also tried the Salome_Meca installation using sudo (according to mihe post), but it is even worse (AsterStudy won't start at all...).
=> Does anybody recognize what is the problem?
Issue 2
- Astk error "Unable to open a terminal. Please check the "Terminal" field in Configuration/Server"
In a previous installation (Salome_Meca_2017 on Ubuntu 16.04 Virtual Machine) the Configuration/Server was set to "/usr/bin/xterm -sb -si -geometry 90x32" and Astk works fine.
In the Salome_Meca_2019 installation the Configuration/Server is set to "-sb -si -geometry 90x32" and does not work.
Using "/usr/bin/xterm -sb -si -geometry 90x32" does not work either.
Note that xterm has been installed uing the command "sudo apt-get install xterm".
=> Does anybody have an idea of the proper setting to be used?
Offline
Hi all,
the same problem here. Mesh module show
Fatal error SIGSEV 'segmentation violation' detected. Address 8
I installed all packages suggested in the thread but it doesn't work.
Messages from the installation are:
=========================================================
Self Extracting salome_meca V2019.0.3_universal Installer
=========================================================
Enter the salome_meca install directory [default=/home/antonio/salome_meca] : /opt
salome_meca is in English, do you want to be in French ? [y/N] :
Installation of salome_meca V2019.0.3_universal in /opt/V2019.0.3_universal ...
Verifying archive integrity...
All good.
Done
Creating salome_meca application in /opt/appli_V2019.0.3_universal ...
Setting for help already set
salome_meca post-installation ...
Adjusting the file : /opt/appli_V2019.0.3_universal/SalomeApp.xml
Warning: the directory /opt/V2019.0.3_universal/modules/EUROPLEXUS_201901/lib/salome is in a path variable but does not exist
Warning: the directory /snap/bin is in a path variable but does not exist
The salome_meca application was successfully created.
To run the application:
$ /opt/appli_V2019.0.3_universal/salome
Adjusting wishexecutable /opt/V2019.0.3_universal/tools/Code_aster_frontend-20190/etc/codeaster/profile.sh
Initialize terminal and editor for Code_aster
Creating symlink in /opt/V2019.0.3_universal/tools/Code_aster_stable-v144_smeca : salome -> /opt/appli_V2019.0.3_universal/salome
Final configuration
but when I initialize mesh module get the same error
In the same machine, salome meca 2018 runs without problem
Offline
SIGSEV errors with the mesh modules are usually due to configuration errors with the OpenGL driver.
A detailed installation procedure is now provided to help with the installation issues of salome_meca 2019 on physical as well as virtual ubuntu 18.04 systems.
A recommended installation procedure for ubuntu 18.04 is provided on this page :
code-aster.org/spip.php?article1112
Please let us know if it works well for your system.
HB
...
after installing Salome_Meca V2019.0.3 on Ubuntu 18.04 I can start salome, but I get a SIGSEGV error as soon as I activate the mesh module.
Some time earlier I have already installed: sudo apt install libquadmath0 which was a remedium to another problem with the mesh module.
...
Offline
Hi,
I tested this procedure and get the same SIGSEGV error (Installing as user or as root)
Offline
Can you provide the output of the utility glxinfo?
(If you don't have it, install mesa-utils)
Is it a physical or a virtual system?
Offline
What is Hardware Require (Minimum) for S Meca 2019.
S Meca 2017 works on DualCore, 4GB, Intel Inbuilt G33 Graphic Card.
Does Code-Aster has specified any Minimum Hardware Requirment.
Mesa Open GL 3.4 & Above is require but which Graphic Card &/or Processor can meet OpneGl 3.4 or more.
If any software hardware engineer can reply and provide clarity.
SIG Problem can be solved for many Users.
Offline
Code_aster doesn't have specific hardware requirements. Just the RAM needed for the case to be solved, I would recommend a minimum of 2Gb of RAM.
As for salome_meca, the hardware requirerements are given on the official salome-plateform website (salome_meca 2019 is based on salome 9.3)
It is not really exact that Mesa Open GL 3.4 is required. It is a little bit more complicated than that and the bottom line is that you should always use proprietary graphics drivers for your card, which you can check are working fine using glxinfo and glxgears. Salome just uses what you have installed on your system. (Even if in terms of open gl it shows as lower than 3.4!)
Furthermore, for virtual systems, thus with "emulated" graphics, it is mandatory to use software rendering using Mesa, but not the latest version that your distribution may propose, this id very important for VTK based viewers in the Mesh and Paravis module (you can look up the compatibility issues of Paraview with Mesa libraries)...
The patch provided in
code-aster.org/spip.php?article1112
For virtual systems justs adds the right Mesa libraries with software rendering using llvm, just as recommended by Kitware for Paraview/VTK.
Offline
Your Answer has given lot of hope to run s meca 2019 on Dual Core Machines.
Below is lspci, glxgears and glxinfo output. I too am facing SEG Problem. You have mentioned Video Card 64 MB & 512MB..How to check same in Ubuntu 18.04. My System is Dual Core, lspci output given below. glxgears produce perfect 2 gear assembly running.
what is missing, kindly reply. Thanks in Advance.
sameer@sameer-desktop:~$ lspci
00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller (rev 10)
00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10)
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 01)
00:1c.2 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 3 (rev 01)
00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 01)
00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 01)
00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 01)
00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 01)
00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation NM10/ICH7 Family SATA Controller [IDE mode] (rev 01)
00:1f.3 SMBus: Intel Corporation NM10/ICH7 Family SMBus Controller (rev 01)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL810xE PCI Express Fast Ethernet controller (rev 02)
sameer@sameer-desktop:~$ glxinfo
name of display: :0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
GLX_ARB_create_context, GLX_ARB_create_context_profile,
GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, GLX_ARB_multisample,
GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile,
GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB,
GLX_EXT_import_context, GLX_EXT_libglvnd, GLX_EXT_texture_from_pixmap,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_INTEL_swap_event,
GLX_MESA_copy_sub_buffer, GLX_OML_swap_method, GLX_SGIS_multisample,
GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group,
GLX_SGI_make_current_read, GLX_SGI_swap_control
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_context_flush_control, GLX_ARB_create_context,
GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile,
GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample,
GLX_EXT_buffer_age, GLX_EXT_create_context_es2_profile,
GLX_EXT_create_context_es_profile, GLX_EXT_fbconfig_packed_float,
GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context,
GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer,
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control,
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
GLX_SGIX_visual_select_group, GLX_SGI_make_current_read,
GLX_SGI_swap_control, GLX_SGI_video_sync
GLX version: 1.4
GLX extensions:
GLX_ARB_create_context, GLX_ARB_create_context_profile,
GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB,
GLX_ARB_get_proc_address, GLX_ARB_multisample,
GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile,
GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB,
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info,
GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer,
GLX_MESA_query_renderer, GLX_MESA_swap_control, GLX_OML_swap_method,
GLX_OML_sync_control, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_make_current_read,
GLX_SGI_swap_control, GLX_SGI_video_sync
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Intel Open Source Technology Center (0x8086)
Device: Mesa DRI Intel(R) G33 (0x29c2)
Version: 19.2.8
Accelerated: yes
Video memory: 384MB
Unified memory: yes
Preferred profile: compat (0x2)
Max core profile version: 0.0
Max compat profile version: 1.4
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 2.0
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) G33
OpenGL version string: 1.4 Mesa 19.2.8
OpenGL extensions:
GL_3DFX_texture_compression_FXT1, GL_AMD_shader_trinary_minmax,
GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5,
GL_APPLE_object_purgeable, GL_APPLE_packed_pixels,
GL_ARB_ES2_compatibility, GL_ARB_clear_buffer_object,
GL_ARB_compressed_texture_pixel_storage, GL_ARB_copy_buffer,
GL_ARB_debug_output, GL_ARB_depth_texture, GL_ARB_draw_buffers,
GL_ARB_draw_elements_base_vertex, GL_ARB_explicit_attrib_location,
GL_ARB_explicit_uniform_location, GL_ARB_fragment_program,
GL_ARB_fragment_shader, GL_ARB_framebuffer_object,
GL_ARB_get_program_binary, GL_ARB_get_texture_sub_image,
GL_ARB_half_float_pixel, GL_ARB_internalformat_query,
GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment,
GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multisample,
GL_ARB_multitexture, GL_ARB_parallel_shader_compile,
GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite,
GL_ARB_program_interface_query, GL_ARB_provoking_vertex,
GL_ARB_robustness, GL_ARB_sampler_objects, GL_ARB_separate_shader_objects,
GL_ARB_shader_objects, GL_ARB_shading_language_100, GL_ARB_shadow,
GL_ARB_sync, GL_ARB_texture_border_clamp, GL_ARB_texture_compression,
GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle,
GL_ARB_texture_storage, GL_ARB_transpose_matrix,
GL_ARB_vertex_array_object, GL_ARB_vertex_attrib_binding,
GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader,
GL_ARB_window_pos, GL_ATI_blend_equation_separate, GL_ATI_draw_buffers,
GL_ATI_separate_stencil, GL_ATI_texture_env_combine3, GL_EXT_abgr,
GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_equation_separate,
GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract,
GL_EXT_compiled_vertex_array, GL_EXT_copy_texture,
GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_blit,
GL_EXT_framebuffer_object, GL_EXT_gpu_program_parameters,
GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil,
GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, GL_EXT_point_parameters,
GL_EXT_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color,
GL_EXT_separate_specular_color, GL_EXT_shadow_funcs,
GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_subtexture,
GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_compression_dxt1,
GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map,
GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,
GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod_bias,
GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_texture_sRGB,
GL_EXT_texture_sRGB_decode, GL_EXT_vertex_array,
GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip,
GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate,
GL_KHR_context_flush_control, GL_KHR_debug, GL_KHR_no_error,
GL_KHR_parallel_shader_compile, GL_MESA_pack_invert, GL_MESA_window_pos,
GL_MESA_ycbcr_texture, GL_NV_blend_square, GL_NV_light_max_exponent,
GL_NV_packed_depth_stencil, GL_NV_texgen_reflection,
GL_NV_texture_env_combine4, GL_NV_texture_rectangle, GL_OES_EGL_image,
GL_OES_read_format, GL_S3_s3tc, GL_SGIS_generate_mipmap,
GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays
OpenGL ES profile version string: OpenGL ES 2.0 Mesa 19.2.8
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
OpenGL ES profile extensions:
GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5,
GL_APPLE_texture_max_level, GL_EXT_blend_minmax,
GL_EXT_discard_framebuffer, GL_EXT_draw_buffers,
GL_EXT_draw_elements_base_vertex, GL_EXT_frag_depth,
GL_EXT_map_buffer_range, GL_EXT_multi_draw_arrays,
GL_EXT_read_format_bgra, GL_EXT_separate_shader_objects,
GL_EXT_texture_border_clamp, GL_EXT_texture_compression_dxt1,
GL_EXT_texture_compression_s3tc, GL_EXT_texture_filter_anisotropic,
GL_EXT_texture_format_BGRA8888, GL_EXT_unpack_subimage,
GL_KHR_context_flush_control, GL_KHR_debug, GL_KHR_no_error,
GL_KHR_parallel_shader_compile, GL_NV_draw_buffers,
GL_NV_fbo_color_attachments, GL_NV_read_buffer, GL_NV_read_depth,
GL_NV_read_depth_stencil, GL_NV_read_stencil, GL_OES_EGL_image,
GL_OES_EGL_sync, GL_OES_depth24, GL_OES_depth_texture,
GL_OES_draw_elements_base_vertex, GL_OES_element_index_uint,
GL_OES_fbo_render_mipmap, GL_OES_get_program_binary, GL_OES_mapbuffer,
GL_OES_packed_depth_stencil, GL_OES_required_internalformat,
GL_OES_rgb8_rgba8, GL_OES_stencil8, GL_OES_surfaceless_context,
GL_OES_texture_3D, GL_OES_texture_border_clamp, GL_OES_texture_npot,
GL_OES_vertex_array_object
29 GLX Visuals
visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat
----------------------------------------------------------------------------
0x020 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x021 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x084 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x085 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x086 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x087 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
0x088 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
0x089 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x08a 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x08b 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x08c 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
0x08d 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x08e 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
0x08f 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x090 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x091 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x092 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
0x093 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
0x094 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x095 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x096 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x097 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
0x098 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x099 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
0x05a 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x09a 32 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x09b 32 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x09c 32 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x09d 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
41 GLXFBConfigs:
visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat
----------------------------------------------------------------------------
0x05b 0 tc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
0x05c 0 tc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
0x05d 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
0x05e 0 tc 0 16 0 r . . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
0x05f 24 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x060 24 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x061 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x062 24 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x063 24 tc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
0x064 24 tc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
0x065 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x066 24 tc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x067 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
0x068 0 tc 0 16 0 r y . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow
0x069 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x06a 24 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
0x06b 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x06c 24 tc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
0x06d 0 dc 0 16 0 r y . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
0x06e 0 dc 0 16 0 r . . 5 6 5 0 . . 0 0 0 0 0 0 0 0 0 None
0x06f 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
0x070 0 dc 0 16 0 r . . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
0x071 24 dc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x072 24 dc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x073 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x074 24 dc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x075 24 dc 0 24 0 r y . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
0x076 24 dc 0 24 0 r . . 8 8 8 0 . . 0 0 0 0 0 0 0 0 0 None
0x077 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x078 24 dc 0 24 0 r . . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x079 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 0 0 0 0 0 0 None
0x07a 0 dc 0 16 0 r y . 5 6 5 0 . . 0 16 0 16 16 16 0 0 0 Slow
0x07b 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x07c 24 dc 0 32 0 r y . 8 8 8 8 . . 0 24 8 16 16 16 16 0 0 Slow
0x07d 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 0 0 0 0 0 0 None
0x07e 24 dc 0 24 0 r y . 8 8 8 0 . . 0 24 8 16 16 16 0 0 0 Slow
0x07f 32 tc 0 32 0 r y . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x080 32 tc 0 32 0 r . . 8 8 8 8 . . 0 0 0 0 0 0 0 0 0 None
0x081 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x082 32 tc 0 32 0 r . . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
0x083 32 tc 0 32 0 r y . 8 8 8 8 . . 0 24 8 0 0 0 0 0 0 None
sameer@sameer-desktop:~$ glxgears
Running synchronized to the vertical refresh. The framerate should be
approximately the same as the monitor refresh rate.
430 frames in 5.0 seconds = 85.800 FPS
426 frames in 5.0 seconds = 85.167 FPS
426 frames in 5.0 seconds = 85.166 FPS
426 frames in 5.0 seconds = 85.166 FPS
426 frames in 5.0 seconds = 85.167 FPS
426 frames in 5.0 seconds = 85.166 FPS
426 frames in 5.0 seconds = 85.166 FPS
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
after 9772 requests (9772 known processed) with 0 events remaining.
sameer@sameer-desktop:~$
Offline
ameer@sameer-desktop:~$ sudo apt-get install mesa-utils
[sudo] password for sameer:
Reading package lists... Done
Building dependency tree
Reading state information... Done
mesa-utils is already the newest version (8.4.0-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Offline
It seems from the log that you have an intel chipset integrated graphics card with a shared allocated memory of 384MB.
It happens that I have a similar configuration at hand which works just fine with salome_meca 2019.0.3. By comparing the logs I do see some differences though. Attached is the comparison of the outputs of
glxinfo | grep :
Basically GL says that the preferred profile is CORE for my case while it is COMPAT for yours.
Furthermore you seem to have a more recent version of mesa (19.x) whereas my ubuntu 18.04 is using an 18.0.5
Please run the following command to retrieve the list of installed mesa packages on your system.
dpkg --get-selections | grep mesa
This is what I have installed...
libegl-mesa0:amd64 install
libegl1-mesa:amd64 install
libegl1-mesa-dev:amd64 install
libgl1-mesa-dev:amd64 install
libgl1-mesa-dri:amd64 install
libgl1-mesa-glx:amd64 install
libglapi-mesa:amd64 install
libgles2-mesa:amd64 install
libgles2-mesa-dev:amd64 install
libglu1-mesa:amd64 install
libglu1-mesa-dev:amd64 install
libglx-mesa0:amd64 install
libwayland-egl1-mesa:amd64 install
mesa-common-dev:amd64 install
mesa-utils install
mesa-va-drivers:amd64 install
And more details about the versions
Finally please attach as well the output of this command providing more info of the used dynamic libraries for GL rendering.
$ ldd $(which glxinfo)
Offline
herewith is what message window i get on clicking paravis,,,it is not reading OpenGL version...any expert comment to correct the same. also, salome 9 pdf instllation has certain hints on paraview but beyond mech engineer to implement the same. refer attachment.
Your OpenGL drivers don't support
required OpenGL features for basic rendering.
Application cannot continue. Please exit and use an older version.
CONTINUE AT YOUR OWN RISK!
OpenGL Vendor: Information Unavailable
OpenGL Version: Information Unavailable
OpenGL Renderer: Information Unavailable
Offline
sameer@sameer-desktop:~$ dpkg --get-selections | grep mesa
libegl-mesa0:amd64 install
libegl1-mesa:amd64 install
libegl1-mesa-dev:amd64 install
libgl1-mesa-dev:amd64 install
libgl1-mesa-dri:amd64 install
libgl1-mesa-glx:amd64 install
libglapi-mesa:amd64 install
libgles2-mesa-dev:amd64 install
libglu1-mesa:amd64 install
libglu1-mesa-dev:amd64 install
libglx-mesa0:amd64 install
libosmesa6:amd64 install
libosmesa6-dev:amd64 install
libwayland-egl1-mesa:amd64 install
mesa-common-dev:amd64 install
mesa-utils install
mesa-va-drivers:amd64 install
mesa-vulkan-drivers:amd64 install
mir-client-platform-mesa-dev:amd64 install
Offline
sameer@sameer-desktop:~$ ldd $(which glxinfo)
linux-vdso.so.1 (0x00007ffd607f5000)
libGL.so.1 => /usr/lib/x86_64-linux-gnu/libGL.so.1 (0x00007f9c2daac000)
libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007f9c2d774000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9c2d383000)
libGLX.so.0 => /usr/lib/x86_64-linux-gnu/libGLX.so.0 (0x00007f9c2d152000)
libGLdispatch.so.0 => /usr/lib/x86_64-linux-gnu/libGLdispatch.so.0 (0x00007f9c2ce9c000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f9c2cc7d000)
libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f9c2ca55000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f9c2c851000)
/lib64/ld-linux-x86-64.so.2 (0x00007f9c2df47000)
libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007f9c2c64d000)
libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f9c2c447000)
libbsd.so.0 => /lib/x86_64-linux-gnu/libbsd.so.0 (0x00007f9c2c232000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f9c2c02a000)
sameer@sameer-desktop:~$
Offline
You're obviously missing at least libgles2-mesa from what I can see.
I sugget you install/verify are installed the following libraries
sudo apt install libgl1:amd64 libgl1-mesa-dev:amd64 libgl1-mesa-dri:amd64 libgl1-mesa-glx:amd64 \
libgl2ps1.4 libglade2-0:amd64 libglapi-mesa:amd64 libgles1:amd64 libgles2:amd64 \
libgles2-mesa:amd64 libgles2-mesa-dev:amd64 libglib-object-introspection-perl \
libglib-perl libglib2.0-0:amd64 libglib2.0-bin libglib2.0-cil libglib2.0-data \
libglib2.0-dev:amd64 libglib2.0-dev-bin libglibmm-2.4-1v5:amd64 libglu1-mesa:amd64 \
libglu1-mesa-dev:amd64 libglvnd-core-dev:amd64 libglvnd-dev:amd64 libglvnd0:amd64 \
libglx-mesa0:amd64 libglx0:amd64
Your probably have most of them already, but as we say in french, au cas où...
Then please provide the output of the following to see if it has changed
glxinfo | grep :
Last edited by hberro (2020-03-14 13:45:22)
Offline
sameer@sameer-desktop:~$ glxinfo | grep :
name of display: :0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
GLX version: 1.4
GLX extensions:
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Intel Open Source Technology Center (0x8086)
Device: Mesa DRI Intel(R) G33 (0x29c2)
Version: 19.2.8
Accelerated: yes
Video memory: 384MB
Unified memory: yes
Preferred profile: compat (0x2)
Max core profile version: 0.0
Max compat profile version: 1.4
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 2.0
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) G33
OpenGL version string: 1.4 Mesa 19.2.8
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 2.0 Mesa 19.2.8
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
OpenGL ES profile extensions:
41 GLXFBConfigs:
sameer@sameer-desktop:~$
Offline
after installing your given install links....
sameer@sameer-desktop:~$ glxinfo | grep :
name of display: :0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
GLX version: 1.4
GLX extensions:
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Intel Open Source Technology Center (0x8086)
Device: Mesa DRI Intel(R) G33 (0x29c2)
Version: 19.2.8
Accelerated: yes
Video memory: 384MB
Unified memory: yes
Preferred profile: compat (0x2)
Max core profile version: 0.0
Max compat profile version: 1.4
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 2.0
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) G33
OpenGL version string: 1.4 Mesa 19.2.8
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 2.0 Mesa 19.2.8
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
OpenGL ES profile extensions:
41 GLXFBConfigs:
sameer@sameer-desktop:~$
Offline