ติดตั้ง Steam
เข้าสู่ระบบ
|
ภาษา
简体中文 (จีนตัวย่อ)
繁體中文 (จีนตัวเต็ม)
日本語 (ญี่ปุ่น)
한국어 (เกาหลี)
български (บัลแกเรีย)
Čeština (เช็ก)
Dansk (เดนมาร์ก)
Deutsch (เยอรมัน)
English (อังกฤษ)
Español - España (สเปน)
Español - Latinoamérica (สเปน - ลาตินอเมริกา)
Ελληνικά (กรีก)
Français (ฝรั่งเศส)
Italiano (อิตาลี)
Bahasa Indonesia (อินโดนีเซีย)
Magyar (ฮังการี)
Nederlands (ดัตช์)
Norsk (นอร์เวย์)
Polski (โปแลนด์)
Português (โปรตุเกส - โปรตุเกส)
Português - Brasil (โปรตุเกส - บราซิล)
Română (โรมาเนีย)
Русский (รัสเซีย)
Suomi (ฟินแลนด์)
Svenska (สวีเดน)
Türkçe (ตุรกี)
Tiếng Việt (เวียดนาม)
Українська (ยูเครน)
รายงานปัญหาเกี่ยวกับการแปลภาษา
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 :)