You are not logged in.

#1 2015-12-11 13:48:12

LukeS
Member
Registered: 2014-01-15
Posts: 6

[SOLVED]Primusrun doesn't work for a few games after yesterdays update

After yesterdays big update a few games refuse to open with primusrun (optirun works but runs like shit, some).

The error message i get when trying to open Dota2 for example:

/bin/bash: /path/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libst│                                                                                                          
dc++.so.6: version `GLIBCXX_3.4.21' not found (required by /usr/lib/primus/libGL.so.1)  

How to proceed?

Last edited by LukeS (2015-12-28 13:27:44)

Offline

#2 2015-12-11 15:42:50

LukeS
Member
Registered: 2014-01-15
Posts: 6

Re: [SOLVED]Primusrun doesn't work for a few games after yesterdays update

Ok, fixed by copying the system's libstdc++.so.6 into the steam folder and renaming to the same one that steam uses.

Last edited by LukeS (2015-12-11 15:43:31)

Offline

#3 2015-12-11 23:16:44

chulungs
Member
Registered: 2014-07-24
Posts: 2

Re: [SOLVED]Primusrun doesn't work for a few games after yesterdays update

Can you explain better how you resolve the problem?

I have the same problem and don't get it.

Offline

#4 2015-12-12 01:06:42

AssRaptor
Member
Registered: 2014-08-06
Posts: 1

Re: [SOLVED]Primusrun doesn't work for a few games after yesterdays update

chulungs wrote:

Can you explain better how you resolve the problem?

I have the same problem and don't get it.

sudo cp /usr/lib/libstdc++.so.6 .steam/steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-
linux-gnu/libstdc++.so.6

Last edited by AssRaptor (2015-12-12 01:09:25)

Offline

#5 2015-12-12 14:19:33

chulungs
Member
Registered: 2014-07-24
Posts: 2

Re: [SOLVED]Primusrun doesn't work for a few games after yesterdays update

(First sorry my english, I am brazilian and not speak very well)

Your solution not works for me, but clarified me and resolve my trouble.

I make the following:

cd .steam/steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu
ln -fs /usr/lib/libstdc++.so.6 libstdc++.so.6

cd .steam/steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu
ln -fs /usr/lib/libstdc++.so.6 libstdc++.so.6

I dont know if the two changes are really needed. But now I can run all games normally.

Offline

#6 2015-12-18 21:35:15

joekiller
Member
Registered: 2015-07-31
Posts: 13

Re: [SOLVED]Primusrun doesn't work for a few games after yesterdays update

chulungs wrote:

(First sorry my english, I am brazilian and not speak very well)

Your solution not works for me, but clarified me and resolve my trouble.

I make the following:

cd .steam/steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu
ln -fs /usr/lib/libstdc++.so.6 libstdc++.so.6

cd .steam/steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu
ln -fs /usr/lib/libstdc++.so.6 libstdc++.so.6

I dont know if the two changes are really needed. But now I can run all games normally.

Thanks for this. Helped me get up and running.

Offline

#7 2015-12-18 21:49:04

ChrisG
Member
From: USA
Registered: 2015-11-27
Posts: 29
Website

Re: [SOLVED]Primusrun doesn't work for a few games after yesterdays update

It is always a great service to the forums if you mark the title of your post as [Solved] at the beginning of the title.


Signature Geek - This is where you learn.

Offline

Board footer

Powered by FluxBB