[Scilab-users] Cannot start Scilab 6.1.1

2022-03-29 Thread Stefan Du Rietz
Hello all, I am trying to get Scilab 6.1.1 running in a new Computer (Xubuntu Linux 20-04, nVidia T-600 with proprietary driver) from scilab-6.1.1.bin.linux-x86_64.tar.gz in the same way as in another computer with the same OS but with Java 8, But when I try to start from the terminal: stefa

Re: [Scilab-users] Cannot start Scilab 6.1.1

2022-03-29 Thread Stéphane Mottelet
Hi Stefan, Did you try to google with "libtinfo.so.5: cannot open shared object file: No such file or directory" There is a bunch of possible fixes. did you try : sudo apt install libtinfo5 ? S. Le 29/03/2022 à 15:32, Stefan Du Rietz a écrit : Hello all, I am trying to get Scilab 6.1.1 run

Re: [Scilab-users] Cannot start Scilab 6.1.1

2022-03-29 Thread Stefan Du Rietz
Hi Stéphane, Thank you very much, your command worked! $ sudo apt install libtinfo5 Then Scilab started OK, but with many messages: stefan@LenovoTS:/usr/local/scilab/scilab-6.1.1$ ./bin/scilab & [1] 276737 stefan@LenovoTS:/usr/local/scilab/scilab-6.1.1$ X Error of failed request: BadValue (in

Re: [Scilab-users] Cannot start Scilab 6.1.1

2022-03-29 Thread Stephane Mottelet
Can you try, on the command line : _JAVA_OPTIONS="-Djogl.disable.openglarbcontext=1" ./bin/scilab & --- Stephane Mottelet Le 2022-03-29 21:43, Stefan Du Rietz a écrit : Hi Stéphane, Thank you very much, your command worked! $ sudo apt install libtinfo5 Then Scilab started OK, but with many