Jump to content

[SOLVED] Installation Problem


photo

Recommended Posts

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."

Screenshot from 2020-04-20 09-18-48.png

Link to comment

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

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

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.

  • Like 1

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment
  • silent changed the title to [SOLVED] Installation Problem
×
×
  • Create New...