Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Installing EVE on Linux: Difference between revisions

From EVE University Wiki
Line 95: Line 95:


===Launcher Shortcut Issues===
===Launcher Shortcut Issues===
Your EVE launcher shortcut may fail with the following error:
Your EVE launcher shortcut may fail with the following message:


:{{code|/bin/sh: {{Color|orange|warning}}: shell level (1000) too high, resetting to 1}}
:{{code|/bin/sh: {{Color|orange|warning}}: shell level (1000) too high, resetting to 1}}


This, and other errors, are likely due to the fact that the "dirname" and "pwd" commands will return the location of the soft link, not of the shell script itself.
This, and other errors, are likely due to the fact that on certain systems the 'dirname' and 'pwd' commands will return the location of the soft link, not of the shell script itself.


As a workaround, make the following changes to /path/to/evelauncher/evelauncher.sh:
As a workaround, make the following changes to /path/to/evelauncher/evelauncher.sh: