Trying to get Team Fortress 2 working

Questions about Wine on Linux
Locked
xerocint
Newbie
Newbie
Posts: 2
Joined: Sun Jul 29, 2012 4:37 pm

Trying to get Team Fortress 2 working

Post by xerocint »

I run the following in terminal as recommended by other sites

Code: Select all

WINEDEBUG=-all wine ~/.wine/drive_c/Program\ Files/Steam/steam.exe -applaunch 440 -nointro
Which causes this:

Code: Select all

p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
[0729/163559:ERROR:network_change_notifier_win.cc(111)] WSALookupServiceBegin failed with: 8
I've disabled GameOverlay.EXE, and have done everything described here. Any help would be appreciated :)
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Trying to get Team Fortress 2 working

Post by dimesio »

xerocint wrote: I've disabled GameOverlay.EXE,
That should be gameoverlayrenderer.dll.
xerocint
Newbie
Newbie
Posts: 2
Joined: Sun Jul 29, 2012 4:37 pm

Re: Trying to get Team Fortress 2 working

Post by xerocint »

dimesio wrote:
xerocint wrote: I've disabled GameOverlay.EXE,
That should be gameoverlayrenderer.dll.
Thanks, that is correct.
Locked