It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hi,
I've bought Shadowrun return on GOG for Linux, but i can't play because when i try to start the game, this crash immedialty.
if i launch the game from terminal i receive this error

Running Shadowrun Returns
Set current directory to /home/andrea/.GiochiGOG/ShadowrunReturns/game
Found path: /home/andrea/.GiochiGOG/ShadowrunReturns/game/Shadowrun
Aborted (core dumped)

It seems Shadowrun Returns has exited unsuccessfully (error = 134).

Please verify that you have the latest drivers installed before filing a bug report here:
[url=http://harebrained-schemes.com/shadowrun/bug-reports
http://harebrained-schemes.com/shadowrun/bug-reports[/b[/url]]

My system is:
OS: Ubuntu 16.04 64bit
CPU: AMD APU A10 8700p
GPU: radeon r6 (carrizo)
RAM: 8GB DDR3 (dual channel 1600mhz)
Driver: OpenSource AMDGPU kernel driver


at this link you can find my "output.log" file http://pastebin.com/xNke2xDf

please help me to find a solution, i want to play this game but I can't

Thanks
This question / problem has been solved by MikeMaximusimage
Most likely you don't have all the 32bit libraries installed. (The game is 32bit only.)

The game page lists: libc6:i386, libasound2:i386, libasound2-data:i386, libasound2-plugins:i386 and dependencies.

The libGL error you're getting shows that the game is not finding your graphics driver. You might need to look for 32bit libraries for that too.
avatar
aurlaent: Most likely you don't have all the 32bit libraries installed. (The game is 32bit only.)

The game page lists: libc6:i386, libasound2:i386, libasound2-data:i386, libasound2-plugins:i386 and dependencies.

The libGL error you're getting shows that the game is not finding your graphics driver. You might need to look for 32bit libraries for that too.
thanks for answer, i've installed the missing dependencies, but i can't install :i386 driver (xserver-xorg-video-amdgpu:i386), because there are dependencies problems

sudo apt install xserver-xorg-video-amdgpu:i386
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
Alcuni pacchetti non possono essere installati. Questo può voler dire
che è stata richiesta una situazione impossibile oppure, se si sta
usando una distribuzione in sviluppo, che alcuni pacchetti richiesti
non sono ancora stati creati o sono stati rimossi da Incoming.
Le seguenti informazioni possono aiutare a risolvere la situazione:

I seguenti pacchetti hanno dipendenze non soddisfatte:
xserver-xorg-video-amdgpu:i386 : Dipende: xorg-video-abi-20:i386
Dipende: xserver-xorg-core:i386 (>= 2:1.17.99.902) ma non sta per essere installato
E: Impossibile correggere i problemi, ci sono pacchetti danneggiati bloccati.
Post edited July 24, 2016 by Dea1993
Sorry, I can't help any further. I'm not familiar with Ubuntu's package management.

You've probably already done this GOG.com Support article

You can ask GOG.com support, or maybe someone else here might know how to get it working.
Post edited July 24, 2016 by aurlaent
avatar
aurlaent: Sorry, I can't help any further. I'm not familiar with Ubuntu's package management.

You've probably already done this GOG.com Support article

You can ask GOG.com support, or maybe someone else here might know how to get it working.
i've reported my issue on support page, but after 2-3 days nobody answered me
I'm not seeing the problem. Just use sudo apt install xorg-video-abi-20:i386 to install the dependency then.
avatar
Oceankhayne: I'm not seeing the problem. Just use sudo apt install xorg-video-abi-20:i386 to install the dependency then.
thanks for the answer.
but when i try to install xorg-video-abi-20:i386, apt says that can't install because depends from keyboard-configuration:i386
but can't install this package because has no installation candidate
high rated
avatar
Dea1993: snip.
I found that libGL error occurs because GOG's start scripts are not compatible with AMD open-source drivers.

Try starting the game binary directly from the Game folder instead and see what output you get. In most cases the game will work fine when you launch it directly.
avatar
Dea1993: snip.
avatar
MikeMaximus: I found that libGL error occurs because GOG's start scripts are not compatible with AMD open-source drivers.

Try starting the game binary directly from the Game folder instead and see what output you get. In most cases the game will work fine when you launch it directly.
thanks a lot, if i launch the game from game directory, it starts
avatar
Dea1993: thanks a lot, if i launch the game from game directory, it starts
Glad to hear it. :)

If you want you can mark the post as a solution so anyone else with the problem can easily find it.