You are not logged in.

#1 2017-11-11 14:28:13

pabulum
Member
From: Britanny
Registered: 2017-08-13
Posts: 18

[SOLVED] GOG Flatout 2 won't launch

Hello,
Here is the launch in a terminal:

[jl@abc FlatOut 2]$ ./start.sh 
Running FlatOut 2
[drunk][11/11/2017_15:19:10] WINEDEBUG=trace+x11settings
[drunk][11/11/2017_15:19:10] WINEDLLOVERRIDES=mscoree,mshtml=
[drunk][11/11/2017_15:19:10] WINEPREFIX=/run/media/jl/JL-500/GOG/FlatOut 2/drunk/../prefix/
[drunk][11/11/2017_15:19:10] starting drunk daemon
[drunk][11/11/2017_15:19:10] starting wine
[drunkd][11/11/2017_15:19:10] preparing to start drunkd
[drunkd][11/11/2017_15:19:10] primary display device detected as: eDP-1-1
[drunkd][11/11/2017_15:19:10] current resolution stored: 1920x1080
[drunk][11/11/2017_15:19:10] waiting for FlatOut2.exe to start
[drunk][11/11/2017_15:19:10] FlatOut2.exe started
[drunkd][11/11/2017_15:19:10] drunkd started
[drunkd][11/11/2017_15:19:10] observing: FlatOut2.exe
[drunk][11/11/2017_15:19:11] wine run ended
[jl@abc FlatOut 2]$ [drunkd][11/11/2017_15:19:11] restoring layout using: xrandr --output eDP-1-1 --rotation normal --mode 1920x1080 --pos 0x0
[drunkd][11/11/2017_15:19:11] drunkd has finished its work

[jl@abc FlatOut 2]$ 

Some answers here https://aur.archlinux.org/packages/gog-flatout-2/ but they are for flatout 1.

Thank you in advance.

Last edited by pabulum (2017-11-13 12:44:50)

Offline

#2 2017-11-12 17:30:05

nanoblender
Member
Registered: 2017-11-12
Posts: 1

Re: [SOLVED] GOG Flatout 2 won't launch

Hello,

I installed it yesterday and it looks like the version of wine that come with the game is not working on arch. I modified drunk.sh so it call the version of wine that is installed on my computer. drunk.sh is in "GOG Games/FlatOut 2/drunk". You have to replace

"${current_dir}/../${drunk_wine}/bin/wine"

by

"/usr/bin/wine"

or the path to any wine binary you want to use to launch the game in the lines 84 and 92.
There might be a better solution but it works.

Offline

#3 2017-11-13 12:44:30

pabulum
Member
From: Britanny
Registered: 2017-08-13
Posts: 18

Re: [SOLVED] GOG Flatout 2 won't launch

Thank you it works great!

Offline

Board footer

Powered by FluxBB