Overseer Nov 6, 2016 @ 11:54am
Steam stuck on the opening screen (MAC)
Hello guys,
My steam stuck on the opening screen. I only see steam and valve words and it never allows me to go account info part. Can somebody help me ? Many thanks...
< >
Showing 1-15 of 90 comments
Egoist Nov 6, 2016 @ 9:06pm 
hi,

same problem here.
Your help is very much appreciated.
C Nov 6, 2016 @ 10:31pm 
what
MUDr.LastKiller Nov 7, 2016 @ 10:10am 
unlucky
TomatoFinn Nov 7, 2016 @ 10:48am 
I'm also having the same problem. What happened to just buying a computer game and putting the disc in then bamn you can play, this is an absolute nightmare.
Ginz Nov 7, 2016 @ 11:41am 
I have the same problem on my Mac. It looks like the startup popup text and buttons are there you just can't see them. you can click around in the box and the cursor changes. I recently updated to 10.12.1, maybe the update broke the steam installer window..
Overseer Nov 8, 2016 @ 11:13am 
Originally posted by Ginz:
I have the same problem on my Mac. It looks like the startup popup text and buttons are there you just can't see them. you can click around in the box and the cursor changes. I recently updated to 10.12.1, maybe the update broke the steam installer window..
Can you please help me more. I have the same issue
Asturaz Nov 8, 2016 @ 11:35am 
I had the same issue, run this in terminal

USER=$(whoami)
cd /Users/${USER}/Library/Application\ Support/Steam/Steam.AppBundle/Steam/Contents/MacOS/public; ls *.res | while read line ; do file=$(echo $line | tr '[:upper:]' '[:lower:]'); mv $line $file; done
cd /Users/${USER}/Library/Application\ Support/Steam/Steam.AppBundle/Steam/Contents/MacOS/steam/cached/; ls *.res | while read line ; do file=$(echo $line | tr '[:upper:]' '[:lower:]'); mv $line $file; done
cd /Users/${USER}/Library/Application\ Support/Steam/Steam.AppBundle/Steam/Contents/MacOS/friends; ls *.res | while read line ; do file=$(echo $line | tr '[:upper:]' '[:lower:]'); mv $line $file; done
cd /Users/${USER}/Library/Application\ Support/Steam/Steam.AppBundle/Steam/Contents/MacOS/graphics; ls *.tga | while read line ; do file=$(echo $line | tr '[:upper:]' '[:lower:]'); mv $line $file; done
cd /Users/${USER}/Library/Application\ Support/Steam/Steam.AppBundle/Steam/Contents/MacOS/servers; ls *.tga | while read line ; do file=$(echo $line | tr '[:upper:]' '[:lower:]'); mv $line $file; done
Lasersquid Nov 8, 2016 @ 3:02pm 
Asturaz, those worked great for me; thanks! I guess Valve didn't account for case-sensitive filesystems.
Ginz Nov 8, 2016 @ 6:05pm 
awesome, thanks.
deagel Nov 9, 2016 @ 9:27am 
perfekt worked
TomatoFinn Nov 9, 2016 @ 11:36am 
thanks for replies, im not great with mac's, where is the "terminal" i run this in, sorry to sound dumb, cheers, Tom
Overseer Nov 9, 2016 @ 11:52am 
Asturaz you can't imagine how grateful this man is! Thank you so much mate!
Asturaz Nov 10, 2016 @ 10:40am 
Originally posted by TomatoFinn:
thanks for replies, im not great with mac's, where is the "terminal" i run this in, sorry to sound dumb, cheers, Tom

Search for that in Spotlight
Zarubikon Nov 19, 2016 @ 2:18pm 
OMG thank you so much
< >
Showing 1-15 of 90 comments
Per page: 1530 50

Date Posted: Nov 6, 2016 @ 11:54am
Posts: 90