GOG.com - Advent Rising
Informations
Creator | Message |
---|---|
petch
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 1 DescriptionEnglish: Scifi adventure-action game. Source code#!/bin/bash # Date : (2011-12-28 22-21) # Last revision : see changelog # Wine version used : 2.22 # Distribution used to test : Debian Sid (Unstable) # Author : Pierre Etchemaite pe-pol@concept-micro.com # Script licence : GPL v.2 # Program licence : Retail # Depend : # # CHANGELOG # [Pierre Etchemaite] (2011-12-28 22-21) # Initial script. # [Pierre Etchemaite] (2013-04-01 14-42) # ? # [Dadu042] (2020-01-19 22:00) # Wine 1.4.1 -> 2.22 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="advent_rising" PREFIX="AdventRising_gog" WORKING_WINE_VERSION="2.22" TITLE="GOG.com - Advent Rising" SHORTCUT_NAME="Advent Rising" POL_SetupWindow_Init POL_SetupWindow_SetID 1027 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "GlyphX Games / Majesco" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "28869aa14b25d9705f65ed916458a9aa" "16038e27a471a710b06bf8d737fc3679" "3f98999aa162600b4b8cb0fe036cbe21" "e210f8aace0110d0ab20b46a1d10ee92" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install POL_Wine_X11Drv "GrabFullScreen" "Y" # Read on WineHQ AppDB test, not sure it's necessary POL_Wine_Direct3D "OffscreenRenderingMode" "backbuffer" Set_OS winxp POL_SetupWindow_VMS "128" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "advent.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;ActionGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/$PROGRAMFILES/GOG.com/Advent Rising/manual.pdf" # C:/$PROGRAMFILES/GOG.com/Advent Rising/Help/ReadMe.int.txt POL_SetupWindow_Close exit |
Contributions
Filters:
ContributeMember | Message |
Dadu042 | Monday 20 January 2020 at 22:15 |
Dadu042
|
InformationThis update has been approved by the team. Differences@@ -1,19 +1,27 @@ #!/bin/bash # Date : (2011-12-28 22-21) -# Last revision : (2013-04-01 14-42) -# Wine version used : 1.4.1 +# Last revision : see changelog +# Wine version used : 2.22 # Distribution used to test : Debian Sid (Unstable) # Author : Pierre Etchemaite pe-pol@concept-micro.com # Script licence : GPL v.2 # Program licence : Retail # Depend : +# +# CHANGELOG +# [Pierre Etchemaite] (2011-12-28 22-21) +# Initial script. +# [Pierre Etchemaite] (2013-04-01 14-42) +# ? +# [Dadu042] (2020-01-19 22:00) +# Wine 1.4.1 -> 2.22 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="advent_rising" PREFIX="AdventRising_gog" -WORKING_WINE_VERSION="1.4.1" +WORKING_WINE_VERSION="2.22" TITLE="GOG.com - Advent Rising" SHORTCUT_NAME="Advent Rising" @@ -49,4 +57,4 @@ POL_SetupWindow_Close -exit 0 +exit \ No newline at end of file New source code#!/bin/bash # Date : (2011-12-28 22-21) # Last revision : see changelog # Wine version used : 2.22 # Distribution used to test : Debian Sid (Unstable) # Author : Pierre Etchemaite pe-pol@concept-micro.com # Script licence : GPL v.2 # Program licence : Retail # Depend : # # CHANGELOG # [Pierre Etchemaite] (2011-12-28 22-21) # Initial script. # [Pierre Etchemaite] (2013-04-01 14-42) # ? # [Dadu042] (2020-01-19 22:00) # Wine 1.4.1 -> 2.22 [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="advent_rising" PREFIX="AdventRising_gog" WORKING_WINE_VERSION="2.22" TITLE="GOG.com - Advent Rising" SHORTCUT_NAME="Advent Rising" POL_SetupWindow_Init POL_SetupWindow_SetID 1027 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "GlyphX Games / Majesco" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "28869aa14b25d9705f65ed916458a9aa" "16038e27a471a710b06bf8d737fc3679" "3f98999aa162600b4b8cb0fe036cbe21" "e210f8aace0110d0ab20b46a1d10ee92" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install POL_Wine_X11Drv "GrabFullScreen" "Y" # Read on WineHQ AppDB test, not sure it's necessary POL_Wine_Direct3D "OffscreenRenderingMode" "backbuffer" Set_OS winxp POL_SetupWindow_VMS "128" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "advent.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;ActionGame;" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/$PROGRAMFILES/GOG.com/Advent Rising/manual.pdf" # C:/$PROGRAMFILES/GOG.com/Advent Rising/Help/ReadMe.int.txt POL_SetupWindow_Close exit Replies |
Daviot | Monday 4 July 2016 at 1:07 |
Daviot
|
MessageWhen using install script, the GOG installer progress bar gets approximately 2/3rds of the way done, before an error message with top bar name "?" and no text appears. The error message has four buttons: "OK", "Cancel", "Abort", and "Retry". None of the four perform any noticeable function. After receiving this error message, install hangs and can only be closed by killing the process. Have verified the checksums on the four installer files and tried the install three times, including manually running the installer from within the Wine prefix, to no success. Suggestions appreciated. RepliesMonday 4 July 2016 at 1:10
|
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com