
Code: Select all
uns@hal9000 ~/steamscript $ ./install.sh
ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
X Error of failed request: BadName (named color or font does not exist)
Major opcode of failed request: 45 (X_OpenFont)
Serial number of failed request: 12
Current serial number in output stream: 13
I thought I did, most appearantly not then. Upgraded to the masked nvidia-drivers which i've forgotten and did a reboot, now it works.Chiitoo wrote:Toffer,
Did you restart X or/and re-log the user after installing the fonts? (New log-in probably isn't necessary, but that's what I did after installing the fonts, thus getting rid of that error. Perhaps env-update would have been enough? I forget.)

I think that steam doesn't supports the foss drivers, at least not the radeon/nvidia due to lack of opengl support.iamben wrote:Has anyone gotten this working on amd64 with open drivers like intel/radeon/nouveau? It looks to me like mesa-8.x's libGL.so.1.2 (which is only used by open drivers, not nvidia/fglrx) does not provide all of the required symbols. x86 users can just use mesa-9.0 but amd64-multilib users are stuck on mesa-8 because that's what emul-linux-x86-opengl-20121028 provides.
I could be wrong, though.

From what I've heard the servers aren't actually busy. That is just the message you get when trying to run TF2 without actually being part of the beta.Chiitoo wrote:After finally getting some space for TF2 (which seems to be the only game that actually does something else than pretending to install for me, it does seem that the servers are still busy (figures, I already expected that since yesterday, even before observing it happening on the Mint-test at the time).
seems that steam makes use of tmpfs[1108/160758:ERROR:shared_memory_posix.cc(167)] Creating shared memory in /dev/shm/org.chromium.Chromium.shmem.libcef_9638457701002737413 failed: Permission denied
[1108/160758:ERROR:shared_memory_posix.cc(170)] Unable to access(W_OK|X_OK) /dev/shm: Permission denied
[1108/160758:FATAL:shared_memory_posix.cc(172)] This is frequently caused by incorrect permissions on /dev/shm. Try 'sudo chmod 1777 /dev/shm' to fix.

Heh, yeah, that's what I was thinking as well... I can certainly wait for the wide release to test more, nor was I expecting to get into the ßeta, but it was a little bit fun to try and get it running!darklegion wrote:From what I've heard the servers aren't actually busy. That is just the message you get when trying to run TF2 without actually being part of the beta.Chiitoo wrote:After finally getting some space for TF2 (which seems to be the only game that actually does something else than pretending to install for me, it does seem that the servers are still busy (figures, I already expected that since yesterday, even before observing it happening on the Mint-test at the time).
I can confirm that steam creates a bunch of files such as the ValveIPCSharedObjects, Shm_<numbers>, and a bunch of org.chromium.Chromium.shmem.libcef_<numbers> files there (I don't even have chromium, and in fact get a “Failed to call method: org.freedesktop.DBus.Error”, perhaps relate?).hasufell wrote:also encountered:
seems that steam makes use of tmpfs[1108/160758:ERROR:shared_memory_posix.cc(167)] Creating shared memory in /dev/shm/org.chromium.Chromium.shmem.libcef_9638457701002737413 failed: Permission denied
[1108/160758:ERROR:shared_memory_posix.cc(170)] Unable to access(W_OK|X_OK) /dev/shm: Permission denied
[1108/160758:FATAL:shared_memory_posix.cc(172)] This is frequently caused by incorrect permissions on /dev/shm. Try 'sudo chmod 1777 /dev/shm' to fix.
so you would need to have /dev/shm mounted. Can someone confirm?

Just got it working.ZeroDivide wrote:I'm not part of the beta and couldn't get any games to install but I read a comment over on reddit that the world of goo demo works. I just tried it and it worked great. FYI I think it's still listed as a windows demo.
On another note, has anyone gotten flash to work in the steam client yet?
I tried to drop libflashplayer.so in the ~/Steam/ubuntu12_32 directory but it had no effect.
Are you sure that's not your browser (Chromium)?hasufell wrote:who added pulseaudio to the wiki article? At least for amd64 it's wrong, can someone test for x86?
also encountered:
seems that steam makes use of tmpfs[1108/160758:ERROR:shared_memory_posix.cc(167)] Creating shared memory in /dev/shm/org.chromium.Chromium.shmem.libcef_9638457701002737413 failed: Permission denied
[1108/160758:ERROR:shared_memory_posix.cc(170)] Unable to access(W_OK|X_OK) /dev/shm: Permission denied
[1108/160758:FATAL:shared_memory_posix.cc(172)] This is frequently caused by incorrect permissions on /dev/shm. Try 'sudo chmod 1777 /dev/shm' to fix.
so you would need to have /dev/shm mounted. Can someone confirm?

That did the trick.. Thanksspacelike wrote: Just got it working.
Used this post:
http://steamcommunity.com/app/221410/di ... 653368215/
I already had a /usr/lib/firefox/plugins folder with the 64-bit flash plugin so to not make a conflict with that I created /usr/lib/browser-plugins instead (which did not exist)
Then just downloaded the 32-bit flash from the adobe website and extracted only the file libflashplayer.so into that folder. Restarted the steam client and flash works.
Should I add this to the wiki? Or someone else can
are you sure about font-bitstream-100dpi for me there is no change after installing that font.darklegion wrote:The first error actually doesn't matter. It goes away when you fix the font error, which you can fix by installing a 100dpi font. Emerging "font-bitstream-100dpi" fixed it for me; font-adobe-100dpi didn't seem to work, which I tried first.
I get an error after that though, which supposedly is a result of missing dependencies. I'll have to find the actual binary to run ldd on it, to see what is missing.
