GOG.com - Syberia

Informations

Créateur Messages
petch

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 16849
Wine: 3.0.3

Retours d'expérience

Description

English: Kate is sent by her firm to negociate the repurchase of an old toys factory; But at her arrival, the owner just died...
(updated for GOG installer v2)

Français : Kate est envoyée par son entreprise pour négocier le rachat d'une vieille fabrique de jouets; Mais à son arrivée, la propriétaire vient juste de décéder...
(mis à jour pour l'installeur GOG v2)

Captures d'écran

MiniatureMiniatureMiniatureMiniatureMiniature

Code source

#!/bin/bash
# Date : (2012-05-07 22-36)
# Last revision : see changelog
# Wine version used : 1.5.15, 1.6, 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 :
#
# CHANGELOG
# [Pierre Etchemaite] (2012-05-07 22-36)
#   Initial script.
# [Pierre Etchemaite] (2014-05-29 15-08)
#   Script updated for GOG's installer v2.
#   Sound mixing fixed in 1.5.7
# [Dadu042] (2020-04-19 17:30).
#   Wine 1.6.2 (outdated) -> 3.0.3 (not tested)

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

GOGID="syberia"
PREFIX="Syberia_gog"
WORKING_WINE_VERSION="3.0.3"

TITLE="GOG.com - Syberia"
SHORTCUT_NAME="Syberia"

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 1172
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Microids / Anuman Interactive" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 1 "0ec452842adf2fb4f95c5f06e4304d42"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install "/nogui"


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "16"

POL_Call POL_Install_vcrun6

cd "$POL_USER_ROOT/tmp"
POL_Download "http://files.playonlinux.com/nircmd.zip" "3d6d3f094633c5c97f8b15f8fe1023bf"
POL_System_ExtractSingleFile "nircmd.zip" "nircmd.exe" "$WINEPREFIX/drive_c/windows/nircmd.exe"

# For OS X
Set_Managed Off

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "Syberia.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;AdventureGame;"

# Work around "black screen" bug http://bugs.winehq.org/show_bug.cgi?id=21796
# double quotes around "P"OL_Wine prevent POL getArgs to pickup this line, sorry for the hack
POL_Shortcut_InsertBeforeWine "$SHORTCUT_NAME" '(sleep 10; "P"OL_Wine nircmd.exe win hide title Syberia; sleep 0.1; "P"OL_Wine nircmd.exe win hideshow title Syberia)&'
echo "wait" >> "$POL_USER_ROOT/shortcuts/$SHORTCUT_NAME"

POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Syberia/Manual.pdf"
# C:\GOG Games\Syberia\ReadMe.txt

POL_SetupWindow_Close

exit 0

Contributions

Filters:

Contribuer
Membre Messages
Dadu042 Dimanche 19 Avril 2020 à 18:28
Dadu042

Information

Cette mise à jour a été acceptée par l'équipe

Differences

@@ -1,21 +1,28 @@
 #!/bin/bash
 # Date : (2012-05-07 22-36)
-# Last revision : (2014-05-29 15-08)
+# Last revision : see changelog
 # Wine version used : 1.5.15, 1.6, 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 :
-
-# Sound mixing fixed in 1.5.7
+#
+# CHANGELOG
+# [Pierre Etchemaite] (2012-05-07 22-36)
+#   Initial script.
+# [Pierre Etchemaite] (2014-05-29 15-08)
+#   Script updated for GOG's installer v2.
+#   Sound mixing fixed in 1.5.7
+# [Dadu042] (2020-04-19 17:30).
+#   Wine 1.6.2 (outdated) -> 3.0.3 (not tested)
 
 [ -z "$PLAYONLINUX" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 GOGID="syberia"
 PREFIX="Syberia_gog"
-WORKING_WINE_VERSION="1.6.2"
+WORKING_WINE_VERSION="3.0.3"
 
 TITLE="GOG.com - Syberia"
 SHORTCUT_NAME="Syberia"
@@ -47,6 +54,7 @@
 POL_Download "http://files.playonlinux.com/nircmd.zip" "3d6d3f094633c5c97f8b15f8fe1023bf"
 POL_System_ExtractSingleFile "nircmd.zip" "nircmd.exe" "$WINEPREFIX/drive_c/windows/nircmd.exe"
 
+# For OS X
 Set_Managed Off
 
 # Doesn't hurt ;)
@@ -64,4 +72,4 @@
 
 POL_SetupWindow_Close
 
-exit 0
+exit 0
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2012-05-07 22-36)
# Last revision : see changelog
# Wine version used : 1.5.15, 1.6, 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 :
#
# CHANGELOG
# [Pierre Etchemaite] (2012-05-07 22-36)
#   Initial script.
# [Pierre Etchemaite] (2014-05-29 15-08)
#   Script updated for GOG's installer v2.
#   Sound mixing fixed in 1.5.7
# [Dadu042] (2020-04-19 17:30).
#   Wine 1.6.2 (outdated) -> 3.0.3 (not tested)

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

GOGID="syberia"
PREFIX="Syberia_gog"
WORKING_WINE_VERSION="3.0.3"

TITLE="GOG.com - Syberia"
SHORTCUT_NAME="Syberia"

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 1172
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Microids / Anuman Interactive" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"

POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 1 "0ec452842adf2fb4f95c5f06e4304d42"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_Call POL_GoG_install "/nogui"


# GoG work!
Set_OS winxp

POL_SetupWindow_VMS "16"

POL_Call POL_Install_vcrun6

cd "$POL_USER_ROOT/tmp"
POL_Download "http://files.playonlinux.com/nircmd.zip" "3d6d3f094633c5c97f8b15f8fe1023bf"
POL_System_ExtractSingleFile "nircmd.zip" "nircmd.exe" "$WINEPREFIX/drive_c/windows/nircmd.exe"

# For OS X
Set_Managed Off

# Doesn't hurt ;)
POL_Wine_reboot

POL_Shortcut "Syberia.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;AdventureGame;"

# Work around "black screen" bug http://bugs.winehq.org/show_bug.cgi?id=21796
# double quotes around "P"OL_Wine prevent POL getArgs to pickup this line, sorry for the hack
POL_Shortcut_InsertBeforeWine "$SHORTCUT_NAME" '(sleep 10; "P"OL_Wine nircmd.exe win hide title Syberia; sleep 0.1; "P"OL_Wine nircmd.exe win hideshow title Syberia)&'
echo "wait" >> "$POL_USER_ROOT/shortcuts/$SHORTCUT_NAME"

POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Syberia/Manual.pdf"
# C:\GOG Games\Syberia\ReadMe.txt

POL_SetupWindow_Close

exit 0

Réponses

piratmartin Samedi 18 Février 2017 à 9:47
piratmartin Anonymous

Messages

Crash after game show menu.

 

wine Syberia.exe
fixme:service:scmdatabase_autostart_services Auto-start service L"SecDrv" failed to start: 2
martin@martin:~/.PlayOnLinux/wineprefix/Syberia_gog/drive_c/GOG Games/Syberia$ fixme:win:EnumDisplayDevicesW ((null),0,0x33e714,0x00000000), stub!
fixme:winediag:AUDDRV_GetAudioEndpoint Winepulse is not officially supported by the wine project
fixme:winediag:AUDDRV_GetAudioEndpoint For sound related feedback and support, please visit http://ubuntuforums.org/showthread.php?t=1960599
fixme:win:EnumDisplayDevicesW ((null),0,0x33e714,0x00000000), stub!
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000007 not handled
fixme:win:EnumDisplayDevicesW ((null),0,0x33e604,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33df54,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33df54,0x00000000), stub!
fixme:ddraw:ddraw7_Initialize Ignoring guid {aeb2cdd4-6e41-43ea-941c-8361cc760781}.
fixme:win:EnumDisplayDevicesW ((null),0,0x33e694,0x00000000), stub!
fixme:d3d_surface:wined3d_surface_flip Ignoring flags 0x28.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  151 (XFree86-VidModeExtension)
  Minor opcode of failed request:  15 (XF86VidModeSetGamma)
  Value in failed request:  0x34000bf
  Serial number of failed request:  959
  Current serial number in output stream:  960

 

Réponses

Vendredi 10 Novembre 2017 à 19:58
mouse not working.
Anonymous
Dimanche 12 Novembre 2017 à 23:16
I had similar problem after running game.
Anonymous
Dimanche 12 Novembre 2017 à 23:19
In my case creating a key-value object in register helped.

I found it here: https://forum.winehq.org/viewtopic.php?t=13951
quote:
------------
Create the key under HK_Current_User\Software\Wine\X11Driver\
new string -> 'UseXVidMode' - 'N'
and see if that helps

http://wiki.winehq.org/UsefulRegistryKeys
------------

I hope it helped.

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