Forum Discussion
Altera_Forum
Honored Contributor
10 years agoI had the same problem with Quartus II v13 installed on ubuntu 14.04 lts. My problem was not due to the address or space in the folders name. After checking the error and log messages on Terminal I got that the program needs a file called " libXtst.so.6" which cannot find inside related JRE libraries. The issue seems to come from the 32-bit being of the JRE, which is de facto, looking for the 32-bit version of libXtst6. To install the required version of the library:$ sudo apt-get install libxtst6:i386
That solved my problem.