GOG.com - The Interstate 76 Arsenal
Informations
Creator | Message |
---|---|
petch
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 1 DescriptionEnglish: Memorable road fights in the '70s. Early 3D game.
ScreenshotsSource code#!/bin/bash # Date : (2013-01-21 19-45) # Last revision : # Wine version used : 1.5.8, 1.6.1 # Distribution used to test : Debian Sid (Unstable) # Author : Pierre Etchemaite pe-pol@concept-micro.com # Script licence : GPL v.2 # Program licence : Retail # Depend : # Wine 1.4.1, 1.5.7: Unimplemented function msvcp90.dll.??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z (after introduction) # Wine 1.5.8: starts ok # # CHANGELOG # [Pierre Etchemaite] (2013-01-21 19-45) # Initial script. # [Pierre Etchemaite] (2013-12-22 15-12) # Script updated for GOG's installer v2. # [Dadu042] (2020-04-19 12:30). # Wine 1.6.1 (outdated) -> 3.0.3 (not tested) [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="interstate76" PREFIX="Interstate76_gog" WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - The Interstate 76 Arsenal" SHORTCUT_NAME1="Interstate '76" SHORTCUT_NAME2="Interstate '76 Nitro Pack" 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 1550 # For POL_Wine_UpdateRegistryWinePair POL_RequiredVersion "4.0.16" || POL_Debug_Fatal "$APPLICATION_TITLE 4.0.16 is required to install $TITLE" POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Activision" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "c0e8796f2b5ce44d6af46ccf35a8bd55" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install Set_OS winxp POL_Wine_UpdateRegistryWinePair 'AppDefaults\i76.exe' "Version" "win98" POL_Wine_UpdateRegistryWinePair 'AppDefaults\nitro.exe' "Version" "win98" POL_SetupWindow_VMS "2" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "i76.exe" "$SHORTCUT_NAME1" "$SHORTCUT_NAME1.png" "" "Game;ActionGame;" POL_Shortcut_Document "$SHORTCUT_NAME1" "$GOGROOT/Interstate 76 Arsenal/Interstate 76/Manual.pdf" POL_Shortcut "nitro.exe" "$SHORTCUT_NAME2" "$SHORTCUT_NAME2.png" "" "Game;ActionGame;" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Message |
saccublenda | Thursday 20 April 2023 at 15:50 |
saccublenda
|
MessageHello, I have problem installing Interstate 76 with PlayOnMac on a MacBook running Monterey. I selected GOG.com - The Interstate 76 Arsenal from the install menu and selected the GOG installer file. Then the GOG setup menu shows up, I select install, and after it says it finished installing I select exit. Then the error message Error in POL_Wine Wine has crashed appears. I then select continue and it says Error in source Error while installing archive Am I doing somethng wrong or this installer is not compatible with my OS? Thanks.
Alessandro Replies |
Dadu042 | Sunday 19 April 2020 at 15:17 |
Dadu042
|
InformationThis update has been approved by the team. Differences@@ -1,6 +1,6 @@ #!/bin/bash # Date : (2013-01-21 19-45) -# Last revision : (2013-12-22 15-12) +# Last revision : # Wine version used : 1.5.8, 1.6.1 # Distribution used to test : Debian Sid (Unstable) # Author : Pierre Etchemaite pe-pol@concept-micro.com @@ -11,12 +11,21 @@ # Wine 1.4.1, 1.5.7: Unimplemented function msvcp90.dll.??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z (after introduction) # Wine 1.5.8: starts ok +# +# CHANGELOG +# [Pierre Etchemaite] (2013-01-21 19-45) +# Initial script. +# [Pierre Etchemaite] (2013-12-22 15-12) +# Script updated for GOG's installer v2. +# [Dadu042] (2020-04-19 12:30). +# Wine 1.6.1 (outdated) -> 3.0.3 (not tested) + [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="interstate76" PREFIX="Interstate76_gog" -WORKING_WINE_VERSION="1.6.1" +WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - The Interstate 76 Arsenal" SHORTCUT_NAME1="Interstate '76" New source code#!/bin/bash # Date : (2013-01-21 19-45) # Last revision : # Wine version used : 1.5.8, 1.6.1 # Distribution used to test : Debian Sid (Unstable) # Author : Pierre Etchemaite pe-pol@concept-micro.com # Script licence : GPL v.2 # Program licence : Retail # Depend : # Wine 1.4.1, 1.5.7: Unimplemented function msvcp90.dll.??0?$basic_ostringstream@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@H@Z (after introduction) # Wine 1.5.8: starts ok # # CHANGELOG # [Pierre Etchemaite] (2013-01-21 19-45) # Initial script. # [Pierre Etchemaite] (2013-12-22 15-12) # Script updated for GOG's installer v2. # [Dadu042] (2020-04-19 12:30). # Wine 1.6.1 (outdated) -> 3.0.3 (not tested) [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="interstate76" PREFIX="Interstate76_gog" WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - The Interstate 76 Arsenal" SHORTCUT_NAME1="Interstate '76" SHORTCUT_NAME2="Interstate '76 Nitro Pack" 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 1550 # For POL_Wine_UpdateRegistryWinePair POL_RequiredVersion "4.0.16" || POL_Debug_Fatal "$APPLICATION_TITLE 4.0.16 is required to install $TITLE" POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Activision" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "c0e8796f2b5ce44d6af46ccf35a8bd55" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install Set_OS winxp POL_Wine_UpdateRegistryWinePair 'AppDefaults\i76.exe' "Version" "win98" POL_Wine_UpdateRegistryWinePair 'AppDefaults\nitro.exe' "Version" "win98" POL_SetupWindow_VMS "2" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "i76.exe" "$SHORTCUT_NAME1" "$SHORTCUT_NAME1.png" "" "Game;ActionGame;" POL_Shortcut_Document "$SHORTCUT_NAME1" "$GOGROOT/Interstate 76 Arsenal/Interstate 76/Manual.pdf" POL_Shortcut "nitro.exe" "$SHORTCUT_NAME2" "$SHORTCUT_NAME2.png" "" "Game;ActionGame;" POL_SetupWindow_Close exit 0 Replies |
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