GOG.com - A New Beginning: Final Cut

Informations

Creator Message
petch

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 7784
Wine: 1.6.2

Feedbacks

Description

English: Adventure game, global ecological disaster happened, and a solar activity peak is about to destroy most lifeforms. The only solution: go back in the past...
(notice: while version 2.1.0.6 installs nicely, 2.2.0.7 returns several runtime errors, with no known workaround for now. This breaks game installation, so keep your older installer!)

GOG now has installers for Mac

Français : Jeu d'aventure, la catastrophe écologique planétaire a eut lieu, et une saute d'activité solaire s'apprête à détruire la plupart des formes de vie. La seule solution : retourner dans le passé...
(remarque : alors que la version 2.1.0.6 s'installe proprement, la version 2.2.0.7 affiche plusieurs erreurs à l'exécution, sans contournement connu. Le jeu ne s'installe plus correctement, gardez votre ancien installeur !)

GOG propose maintenant des installeurs pour Mac

Appfb.winehq.org,

Screenshots

MiniatureMiniatureMiniature

Source code

#!/bin/bash
# Date : (2013-03-21 21-40)
# Last revision : (2014-12-08 12-06)
# Wine version used : 1.4.1, 1.6.2
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :

[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="a_new_beginning"
PREFIX="ANewBeginning_gog"
WORKING_WINE_VERSION="1.6.2"

TITLE="GOG.com - A New Beginning: Final Cut"
SHORTCUT_NAME="A New Beginning"

POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

POL_SetupWindow_Init
POL_SetupWindow_SetID 1632
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Daedalic Entertainment" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 3 "86f25a4bf2dff72ed250309819c1c06c" "7ecc26bbb364096b0c5a2a664885ff25" "56ffab387b9860c12ffc236229820fc3" "3b2c1e1df9b5ad0fe07c2b0af5b81b28"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install /nogui


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "256"

# Only used by configuration tool
POL_Call POL_Install_dotnet40

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "ANB.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;AdventureGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/A New Beginning - Final Cut/A New Beginning - Manual.pdf"

# Fix missing sound issue in cutscenes.
# See: http://wiki.winehq.org/Sound ("SDL applications").
POL_Shortcut_InsertBeforeWine "$SHORTCUT_NAME" 'unset SDL_AUDIODIVER'

POL_SetupWindow_Close

cat <<_EOF_ > "$POL_USER_ROOT/configurations/configurators/$SHORTCUT_NAME"
#!/bin/bash
[ -z "\$PLAYONLINUX" ] && exit 0
source "\$PLAYONLINUX/lib/sources"
export WINEPREFIX="\$POL_USER_ROOT/wineprefix/$PREFIX"
export WINEDEBUG="-all"

cd "$GOGROOT/A New Beginning - Final Cut/" || exit 1
TITLE="$TITLE"

POL_Wine VisionaireConfigurationTool.exe
exit 0
_EOF_

exit 0

Contributions

Filters:

Contribute
Member Message
Fangorn Monday 8 December 2014 at 0:54
Fangorn Anonymous

Information

This update has been approved by the team.

Message

I tried it on Linux Mint 17 "Qiana" (Ubuntu 14.04 based), at the end of game instalation I got runtime error 216, installation failed. In debug log I saw error "err:wgl:has_opengl Failed to load libGL: /usr/lib/i386-linux-gnu/libxcb-dri3.so.0: undefined symbol: xcb_send_fd err:wgl:has_opengl OpenGL support is disabled." That  looks like fixed bug #3814 on PlayOnLinux. After changing wine version in script, I reinstall game without errors.

 

Differences

@@ -1,7 +1,7 @@
 #!/bin/bash
 # Date : (2013-03-21 21-40)
-# Last revision : (2013-12-23 12-06)
-# Wine version used : 1.4.1, 1.6.1
+# Last revision : (2014-12-08 12-06)
+# Wine version used : 1.4.1, 1.6.2
 # Distribution used to test : Debian Sid (Unstable)
 # Author : Pierre Etchemaite pe-pol@concept-micro.com
 # Script licence : GPL v.2
@@ -13,7 +13,7 @@
 
 GOGID="a_new_beginning"
 PREFIX="ANewBeginning_gog"
-WORKING_WINE_VERSION="1.4.1"
+WORKING_WINE_VERSION="1.6.2"
 
 TITLE="GOG.com - A New Beginning: Final Cut"
 SHORTCUT_NAME="A New Beginning"
@@ -26,7 +26,7 @@
 
 POL_SetupWindow_presentation "$TITLE" "Daedalic Entertainment" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"
 
-POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 3 "b9633cac4f7d6acfc950a45a86c78483" "e886c99679507122c613023ee76e387f" "afebbdb9ae9bed618f79e7b7ab8b2397" "97ae1edf303d06275da33dd034f44ab8"
+POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 3 "86f25a4bf2dff72ed250309819c1c06c" "7ecc26bbb364096b0c5a2a664885ff25" "56ffab387b9860c12ffc236229820fc3" "3b2c1e1df9b5ad0fe07c2b0af5b81b28"
 
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
@@ -43,7 +43,7 @@
 POL_Call POL_Install_dotnet40
 
 # Doesn't hurt ;)
-POL_Wine_rebootHi
+POL_Wine_reboot
 
 POL_Shortcut "ANB.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;AdventureGame;"
 POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/A New Beginning - Final Cut/A New Beginning - Manual.pdf"

New source code

#!/bin/bash
# Date : (2013-03-21 21-40)
# Last revision : (2014-12-08 12-06)
# Wine version used : 1.4.1, 1.6.2
# Distribution used to test : Debian Sid (Unstable)
# Author : Pierre Etchemaite pe-pol@concept-micro.com
# Script licence : GPL v.2
# Program licence : Retail
# Depend :

[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"

GOGID="a_new_beginning"
PREFIX="ANewBeginning_gog"
WORKING_WINE_VERSION="1.6.2"

TITLE="GOG.com - A New Beginning: Final Cut"
SHORTCUT_NAME="A New Beginning"

POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

POL_SetupWindow_Init
POL_SetupWindow_SetID 1632
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Daedalic Entertainment" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 3 "86f25a4bf2dff72ed250309819c1c06c" "7ecc26bbb364096b0c5a2a664885ff25" "56ffab387b9860c12ffc236229820fc3" "3b2c1e1df9b5ad0fe07c2b0af5b81b28"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install /nogui


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "256"

# Only used by configuration tool
POL_Call POL_Install_dotnet40

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "ANB.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;AdventureGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/A New Beginning - Final Cut/A New Beginning - Manual.pdf"

# Fix missing sound issue in cutscenes.
# See: http://wiki.winehq.org/Sound ("SDL applications").
POL_Shortcut_InsertBeforeWine "$SHORTCUT_NAME" 'unset SDL_AUDIODIVER'

POL_SetupWindow_Close

cat <<_EOF_ > "$POL_USER_ROOT/configurations/configurators/$SHORTCUT_NAME"
#!/bin/bash
[ -z "\$PLAYONLINUX" ] && exit 0
source "\$PLAYONLINUX/lib/sources"
export WINEPREFIX="\$POL_USER_ROOT/wineprefix/$PREFIX"
export WINEDEBUG="-all"

cd "$GOGROOT/A New Beginning - Final Cut/" || exit 1
TITLE="$TITLE"

POL_Wine VisionaireConfigurationTool.exe
exit 0
_EOF_

exit 0

Replies

Monday 8 December 2014 at 22:10
For me it worked fine with their installer version 2.1.0.6, but with 2.2.0.7 I just got lots of Runtime errors and the game failed to install... What version did you use?
Anonymous
Sunday 14 December 2014 at 14:09
Well, downloaded first installation naming "setup_a_new_beginning_final_cut_2.1.0.6.exe". So, 2.1.0.6 version, I suppose. But I`ve "Runtime error 216 at 7D96818C" with it.
Sunday 14 December 2014 at 14:24
2.1.0.6 worked fine for me with your updated script, that's what I meant. Ok, so you haven't tried with the latest available version, I'd really like to know if you get the same results as I do...
Anonymous
Sunday 14 December 2014 at 20:50
Ok, I tested it with new installer v2.2.0.7. At first original script, then changed Wine version to stable 1.6.2 (Mint system version) and latest 1.7.33 (installed in PoL), and after selecting language of installation, before every next window, I got "Runtime error (at 194:157) Could not call proc" (here uploaded screenshot of error message http://tinypic.com/r/2s9r9c9/8). So, I don`t waited and canceled installation.
Sunday 14 December 2014 at 21:09
Ok, so sadly it's not just me, they're starting to release installers that do not work well under Wine, with no known workaround...
Sunday 14 December 2014 at 22:20
Ok, I validated your changes, but also added a warning in the description...
Anonymous
Tuesday 16 December 2014 at 15:32
Yesterday I tried to test it without /nogui key & Wine 1.7.6 (marked in Wine AppDB as Platinum). No Runtime errors still slow installation and dot4net install error, after that game was work as should. BUT! Today I tested GOG installer 2.2.0.7 on Windows with /nogui key and had the same "Runtime Error (at 194:57) Could not call proc". So, I think it`s GOG`s (or Inno Setup) /nogui installation bug. I`ll post there bug report.
Anonymous
Friday 19 December 2014 at 17:58
Support answered me on bugreport: "I've asked our Programmers and due to the changes made to the installer the /nogui parameter is currently not supported. It might be reintroduced at a later date." Well, it is really sad.

Edited by petch

murlock Sunday 19 October 2014 at 22:17
murlock

Message

Works also with A New Beginning: Final Cut from http://gamersgate.com/

Just select Run a setup.exe and install it in C:\GOG Games\A New Beginning - Final Cut

Replies