Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
You should see steam.sh if you run ls. Try running the script with ./steam.sh (or sh steam.sh).
It should get an error like this (if it doesn't, I don't know what you'd do to fix it)
./steam.sh: line 340: syntax error near unexpected token `&'
./steam.sh: line 340: ` DONT_BREAK_ON_ASSERT=1 G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind --error-limit=no --undef-value-errors=no --suppressions=$PLATFORM/steam.supp $STEAM_VALGRIND "$STEAMROOT/$PLATFORM/$STEAMEXE" "$@" |& tee steam_valgrind.txt'
If you got an error like that, open the steam.sh file in a text editor (type open . at the terminal to open a finder window at the folder and then open the steam.sh file)
Go to line 340 and comment it out by putting a # at the beginning of the line. Save the file and try launching the Steam.app again.
So I trashed steam (not trashing the SteamApps content when asked), redownloaded steam.app, started it. It downloads some content, and seems to be working. But when I quit Steam, it doesn't want to launch again. Like before, I get:
myMac:~ ziliss$ open "/Applications/Jeux/Jeux OS X/Steam.app"
LSOpenURLsWithRole() failed with error -10810 for the file /Applications/Jeux/Jeux OS X/Steam.app.
Running steam.sh still seems to give the same error messages, but it launches steam.
You can find the error messages here: http://pastebin.com/bWnw86PW
I redacted my SteamID.
I am running Mac OS 10.6.8 (if you need more informations, look first at the end of my first message).
(By the way I currently have no game installed in steam on Mac, so I can try to trash the SteamApps folder if you want)
I am running 10.6.8 as well.
- Open the Terminal application (located in the folder "Utilities" in your "Applications" folder)
- Paste the following command then press enter:
cd "/Applications/Steam.app" && ./Contents/MacOS/steam.sh
(if your Steam application is located somewhere else, just modify the path)
Also you can make a file named "steam.command" containing that command. Which allows you to just double-click it to launch Steam. (Don't forget to "chmod +x" that file, or it will not work)
cd "/Applications/Steam.app" && ./Contents/MacOS/steam.sh -nobigpicture
and let me know if that works.
@henryg This error is still present. Are there any up-to-date fix?
Running Steam with "cd "/Applications/Steam.app" && ./Contents/MacOS/steam.sh -nobigpicture" works fine and fixes steam app for a while :)