Bug ?about gidv13!!!! please!!

Moderator: GiD Team

zyex1108
Posts: 12
Joined: Tue Mar 17, 2015 1:30 pm
Contact:

error while loading shared libraries: libobjarray_64.so: cannot open shared object file: No such file or directory

Post by zyex1108 »

[root@yt001 gidv13x64]# cd 13.0/
[root@yt001 13.0]# ls
bitmaps Examples gid_offscreen gid_safe_mode lib problemtypes scripts Tetgen License.txt
desktop_icons Fonts gid_offscreen.exe gidx License.htm ramdebugger symbols themes
desktop_icons_install gid gid_old_libs info License.txt README.txt tclsh uninstallGiDx6413.0
desktop_icons_uninstall gid.exe GidPassword.txt Info-ZIP.txt plugins resources templates vglgid
[root@yt001 13.0]# ./gid
Configuring GiD for GLX Rendering
/opt/gidv13x64/13.0/gid.exe: /opt/gidv13x64/13.0/lib/liblzma.so.5: no version information available (required by /lib64/libselinux.so.1)
[root@yt001 13.0]# ./gidx
[root@yt001 13.0]# ./gid_safe_mode
Configuring GiD for GLX Rendering
/opt/gidv13x64/13.0/gid.exe: /opt/gidv13x64/13.0/lib/liblzma.so.5: no version information available (required by /lib64/libselinux.so.1)
[root@yt001 13.0]# ./gid_offscreen.exe
./gid_offscreen.exe: error while loading shared libraries: libobjarray_64.so: cannot open shared object file: No such file or directory
[root@yt001 13.0]# ./gid.exe
./gid.exe: error while loading shared libraries: libobjarray_64.so: cannot open shared object file: No such file or directory
[root@yt001 13.0]#
Attachments
gidbootinfoerrorbugreport2016-07-23 13-40-28.png
gidbootinfoerrorbugreport2016-07-23 13-40-28.png (139.14 KiB) Viewed 3476 times
gidbootinfoerrorbugreport2016-07-23 13-40-28.png
gidbootinfoerrorbugreport2016-07-23 13-40-28.png (139.14 KiB) Viewed 3476 times
User avatar
miguel
Posts: 361
Joined: Thu Sep 25, 2014 9:04 am

Re: Bug ?about gidv13!!!! please!!

Post by miguel »

Hi zyex1108,

Several things:
1. I could open your GiD models without any problem:
Sphere model and Preferences
Sphere model and Preferences
Linux64.png (287.52 KiB) Viewed 3473 times
So the problem may lie in the graphics related.
Please, in the Utilities-->Preferences window go to 'Graphical-->System' under the 'Drawing method' select Display lists instead of 'Vertex Buffer Objects' (look ad the red arrows in the picture above).
Does this solve your problem?

Can you send the information that appears under Help-->About --> More... button?
thanks,

Does the problem persist when you go to '/opt/gidv13x64/13.0/' and run ./gidx ?

Can you send us the output of 'cat /proc/cpuinfo' ?

2. the problem with:
./gid.exe: error while loading shared libraries: libobjarray_64.so: cannot open shared object file: No such file or directory
The library is inside the gidx64/13.0/lib folder.
You should start gid with 'gid/gidx/gid_offscreen' and not with gid.exe or gid_offscreen.exe
gid/gidx/gid_offscreen are scripts that sets the appropiate environment variables so that gid.exe can find the dynamic libraries.

Best,

The GiD team
Post Reply