The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Steam for Linux amd64 [SOLVED]
xinouch Offline
Junior Member

Posts: 2
Threads: 1
Joined: Jan 2013
Reputation: 0
#1
Solved: 8 Years, 1 Month, 4 Weeks ago Steam for Linux amd64 [SOLVED]

Hello!

I just install Amnesia in Steam on Debian Sid amd64. It seems your script "run_steam.sh" doesn't function correctly: a part of the script is commented, so the game will never be launched in 64 bits. I modified it like that:

#!/bin/bash

#  Steam claims they are going to put us in the app directory.

if [ $(uname -m) == "x86_64" ]; then
    ./checklibs.sh libs64 Amnesia.bin64
    ./Launcher.bin64
else
    ./checklibs.sh libs Amnesia.bin
    ./Launcher.bin
fi

the command "uname -m" exists on all linux distributions (whereas "arch" is not), so it should work for all linux distributions Wink

I also had to move the .so files from libs64/all/ in libs64/

Otherwise, I'm impressed to see how well the game runs on Linux! It seems to be as good as on windows.
(This post was last modified: 01-18-2013, 11:01 AM by xinouch.)
01-18-2013, 11:00 AM
Find


Messages In This Thread
Steam for Linux amd64 [SOLVED] - by xinouch - 01-18-2013, 11:00 AM
RE: Steam for Linux amd64 [SOLVED] - by Urkle - 01-18-2013, 02:20 PM
RE: Steam for Linux amd64 [SOLVED] - by xinouch - 01-18-2013, 07:05 PM



Users browsing this thread: 1 Guest(s)