User talk:Tampa
From OpenSimulator
(Difference between revisions)
(Question about the Dependencies page on the wiki.) |
|||
Line 23: | Line 23: | ||
» | » | ||
+ | |||
+ | Acryline |
Revision as of 07:52, 31 August 2025
Hello Tampa On the Dependencies/ page, at the end of the “On Linux” section, I added this paragraph. I don't know if it's necessary or correct. I had this error on my computer and corrected it this way.
« Possible error under Linux:
When running the `opensim.sh` script, the following error may appear:
-bash: ./opensim.sh : /bin/sh^M : mauvais interpréteur: Aucun fichier ou répertoire de ce type
This error indicates that there is a problem with the file format, often caused by incompatible line endings (e.g., Windows-style carriage returns).
To resolve this issue, you need to convert the file using the `dos2unix` command. Install dos2Unix:
sudo apt install dos2unix
Run the following command in the simulator's bin folder:
dos2unix opensim.sh
»
Acryline