abdul-ali.khilji Posted April 20, 2020 Share Posted April 20, 2020 What should I with this error? I am confused. "The file you opened has some invalid characters. If you continue editing this file you could corrupt this document. You can also choose another character encoding and try again." Link to comment
silent Posted April 20, 2020 Share Posted April 20, 2020 After downloading you need to make *.run file executable: chmod +x UNIGINE_SDK_Browser_Linux_1.9.23.run and execute it ./UNIGINE_SDK_Browser_Linux_1.9.23.run Files will be unpacked to the current directory. 1 How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN Link to comment
abdul-ali.khilji Posted April 20, 2020 Author Share Posted April 20, 2020 Thanks for your help i really appreciate it. These commands worked for me in terminal sudo su (To access as root user) chmod 755 UNIGINE_SDK_Browser_Linux_1.9.23.run (obviously by changing directory to where this file exist) ./UNIGINE_SDK_Browser_Linux_1.9.23.run By simply typing ./UNIGINE_SDK_Browser_Linux_1.9.23.run it gives me permission denied error Link to comment
abdul-ali.khilji Posted April 20, 2020 Author Share Posted April 20, 2020 even running "browser.run" by double click it fails to create directory while installing, so as root user i type these commands to run. chmod 755 browser.run (in UNIGINE_SDK_Browser folder which i recently installed) ./browser.run Link to comment
silent Posted April 20, 2020 Share Posted April 20, 2020 You don't need root user to run Unigine SDK browser or even Unigine Editor. Please, make sure that you downloaded this file as a regular user and installed via regular user as well. Alternatively you can grant rwx permissions for the files and folders to all users (not only for root) via chmod -R. 1 How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN Link to comment
abdul-ali.khilji Posted April 21, 2020 Author Share Posted April 21, 2020 thanks alot bro Link to comment
Recommended Posts