GOG.com - Heroes of Might and Magic 3 Complete

Informations

Creator Message
petch

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 197359
Wine: 2.22

Feedbacks

Description

English: The famous turn-based strategy game.
(updated for GOG installer v2)

Français : Le célèbre jeu de stratégie par tours.
(mis à jour pour l'installeur GOG v2)

Relevant patch installers:
- Heroes of Might and Magic 3 HD mod

 

Appdb.winehq.org

Screenshots

MiniatureMiniatureMiniatureMiniature

Source code

#!/bin/bash
# Date : (2012-12-23 16-55)
# 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] (2012-12-23 16-55)
#   Initial script. Wine 1.5.16 ?
# [Dadu042] (2019-06-12)
#   Upgrade from Wine 1.5.16 to 1.9.24 on Linux, because the script crash with POL v4.x
# [Dadu042] (2020-01-19 13:50)
#   Wine 1.9.24 -> 2.22. Mac: 1.3.10 -> 2.22

# Wine 1.5.16 + Set_Managed Off choice:
# http://www.playonlinux.com/en/topic-9996-HoMM3_HD_issue.html
 
[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
GOGID="heroes_of_might_and_magic_3_complete_edition"
PREFIX="HoMM3_gog"
WORKING_WINE_VERSION="2.22"
[ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="2.22"
 
TITLE="GOG.com - Heroes of Might and Magic 3 Complete"
SHORTCUT_NAME="Heroes of Might and Magic 3 Complete"
 
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 1518
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "New World Computing Inc. / Ubisoft" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"
 
POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 1 "263d58f8cc026dd861e9bbcadecba318"
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
# fake sdbinst.exe
POL_Call POL_Install_nop "$WINEPREFIX/drive_c/windows/system32/sdbinst.exe"
 
POL_Call POL_GoG_install /nogui
 
 
# GoG work!
Set_OS winxp
 
POL_SetupWindow_VMS "2"
 
# http://appdb.winehq.org/objectManager.php?sClass=version&iId=24425
Set_Managed "Off"
 
# Doesn't hurt ;)
POL_Wine_reboot
 
POL_Shortcut "Heroes3.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;StrategyGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Heroes of Might and Magic 3 Complete/Heroes3_Manual.pdf"
# C:\GOG Games\Heroes of Might and Magic 3\Heroes3_AB_Manual.pdf
# C:\GOG Games\Heroes of Might and Magic 3\Heroes3_SoD_Manual.pdf
# C:\GOG Games\Heroes of Might and Magic 3\Heroes3_Tutorial.pdf
# C:\GOG Games\Heroes of Might and Magic 3\README.TXT
# C:\GOG Games\Heroes of Might and Magic 3\h3ccmped.exe
# C:\GOG Games\Heroes of Might and Magic 3\h3maped.exe
 
POL_SetupWindow_Close
 
exit 0

Contributions

Filters:

Contribute
Member Message
ClausHingebjerg Friday 5 January 2024 at 10:27
ClausHingebjerg Anonymous

Message

An error occurs after I finish creating a virtual drive and it's trying to download POL_Download_Resource.

 

 

Replies

Anonymous
Saturday 3 February 2024 at 16:20
Same problem. Does not start the downloading process.
dewdrop_dandelion Tuesday 2 January 2024 at 1:40
dewdrop_dandelion Anonymous

Message

Tried to send info about a bug but the app wouldn't recognize my login info. An error occurs after I finish creating a virtual drive and it's trying to download POL_Download_Resource. And Wine crashes (error in POL_Wine). Any fixes?

 

 

Replies

Cabletie90 Friday 26 August 2022 at 22:24
Cabletie90 Anonymous

Message

Hello,

 

I'm trying to play on Mac M1, but the game still crashes. Can you pls help? 

 

Thank you

Replies

Hansthegamer Sunday 5 June 2022 at 22:44
Hansthegamer Anonymous

Message

The program won't download. It says that it is not in the proper .NET framework. Please fix

Replies

Fester Wednesday 27 April 2022 at 21:23
Fester Anonymous

Message

Dear POM/POL team,

the install process crashes caused by a bad dl link in the install script. I did not find a way to edit the script.

the installer can't find "WindowsXP-KB975337-x86-ENU.exe". Without installing this there is no option to get HOMAM3 run.

can you correct the link in the script for that file? That would be great :)

 

thx in advance

 

Fester

Replies

chadk12 Thursday 30 December 2021 at 9:48
chadk12 Anonymous

Message

once the game loads and i start playing in only 5 min it crashes please help!

Replies

chadk12 Thursday 30 December 2021 at 9:48
chadk12 Anonymous

Message

once the game loads and i start playing in only 5 min it crashes please help!

Replies

chadk12 Thursday 30 December 2021 at 9:48
chadk12 Anonymous

Message

once the game loads and i start playing in only 5 min it crashes please help!

Replies

chadk12 Thursday 30 December 2021 at 9:48
chadk12 Anonymous

Message

once the game loads and i start playing in only 5 min it crashes please help!

Replies

chadk12 Thursday 30 December 2021 at 9:48
chadk12 Anonymous

Message

once the game loads and i start playing in only 5 min it crashes please help!

Replies

chadk12 Thursday 30 December 2021 at 9:48
chadk12 Anonymous

Message

once the game loads and i start playing in only 5 min it crashes please help!

Replies

Dadu042 Monday 20 April 2020 at 7:52
Dadu042

Information

This update has been approved by the team.

Differences

@@ -10,7 +10,7 @@
 #
 #
 # CHANGELOG: 
-# [Pierre Etchemaite] (2020-01-19 13:50)
+# [Pierre Etchemaite] (2012-12-23 16-55)
 #   Initial script. Wine 1.5.16 ?
 # [Dadu042] (2019-06-12)
 #   Upgrade from Wine 1.5.16 to 1.9.24 on Linux, because the script crash with POL v4.x

New source code

#!/bin/bash
# Date : (2012-12-23 16-55)
# 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] (2012-12-23 16-55)
#   Initial script. Wine 1.5.16 ?
# [Dadu042] (2019-06-12)
#   Upgrade from Wine 1.5.16 to 1.9.24 on Linux, because the script crash with POL v4.x
# [Dadu042] (2020-01-19 13:50)
#   Wine 1.9.24 -> 2.22. Mac: 1.3.10 -> 2.22

# Wine 1.5.16 + Set_Managed Off choice:
# http://www.playonlinux.com/en/topic-9996-HoMM3_HD_issue.html
 
[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
GOGID="heroes_of_might_and_magic_3_complete_edition"
PREFIX="HoMM3_gog"
WORKING_WINE_VERSION="2.22"
[ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="2.22"
 
TITLE="GOG.com - Heroes of Might and Magic 3 Complete"
SHORTCUT_NAME="Heroes of Might and Magic 3 Complete"
 
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 1518
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "New World Computing Inc. / Ubisoft" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"
 
POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 1 "263d58f8cc026dd861e9bbcadecba318"
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
# fake sdbinst.exe
POL_Call POL_Install_nop "$WINEPREFIX/drive_c/windows/system32/sdbinst.exe"
 
POL_Call POL_GoG_install /nogui
 
 
# GoG work!
Set_OS winxp
 
POL_SetupWindow_VMS "2"
 
# http://appdb.winehq.org/objectManager.php?sClass=version&iId=24425
Set_Managed "Off"
 
# Doesn't hurt ;)
POL_Wine_reboot
 
POL_Shortcut "Heroes3.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;StrategyGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Heroes of Might and Magic 3 Complete/Heroes3_Manual.pdf"
# C:\GOG Games\Heroes of Might and Magic 3\Heroes3_AB_Manual.pdf
# C:\GOG Games\Heroes of Might and Magic 3\Heroes3_SoD_Manual.pdf
# C:\GOG Games\Heroes of Might and Magic 3\Heroes3_Tutorial.pdf
# C:\GOG Games\Heroes of Might and Magic 3\README.TXT
# C:\GOG Games\Heroes of Might and Magic 3\h3ccmped.exe
# C:\GOG Games\Heroes of Might and Magic 3\h3maped.exe
 
POL_SetupWindow_Close
 
exit 0

Replies

Dadu042 Monday 20 January 2020 at 11:33
Dadu042

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -1,7 +1,7 @@
 #!/bin/bash
 # Date : (2012-12-23 16-55)
-# Last revision : (2019-06-12 22-44)
-# Wine version used : 1.5.16
+# 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
@@ -10,9 +10,12 @@
 #
 #
 # CHANGELOG: 
-#  2019-06-12 Dadu042
-#   Upgrade from Wine 1.5.16 to 1.9.24 on Linux, because the script crash with POL v4.x
-
+# [Pierre Etchemaite] (2020-01-19 13:50)
+#   Initial script. Wine 1.5.16 ?
+# [Dadu042] (2019-06-12)
+#   Upgrade from Wine 1.5.16 to 1.9.24 on Linux, because the script crash with POL v4.x
+# [Dadu042] (2020-01-19 13:50)
+#   Wine 1.9.24 -> 2.22. Mac: 1.3.10 -> 2.22
 
 # Wine 1.5.16 + Set_Managed Off choice:
 # http://www.playonlinux.com/en/topic-9996-HoMM3_HD_issue.html
@@ -22,8 +25,8 @@
  
 GOGID="heroes_of_might_and_magic_3_complete_edition"
 PREFIX="HoMM3_gog"
-WORKING_WINE_VERSION="1.9.24"
-[ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.3.10"
+WORKING_WINE_VERSION="2.22"
+[ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="2.22"
  
 TITLE="GOG.com - Heroes of Might and Magic 3 Complete"
 SHORTCUT_NAME="Heroes of Might and Magic 3 Complete"

New source code

#!/bin/bash
# Date : (2012-12-23 16-55)
# 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] (2020-01-19 13:50)
#   Initial script. Wine 1.5.16 ?
# [Dadu042] (2019-06-12)
#   Upgrade from Wine 1.5.16 to 1.9.24 on Linux, because the script crash with POL v4.x
# [Dadu042] (2020-01-19 13:50)
#   Wine 1.9.24 -> 2.22. Mac: 1.3.10 -> 2.22

# Wine 1.5.16 + Set_Managed Off choice:
# http://www.playonlinux.com/en/topic-9996-HoMM3_HD_issue.html
 
[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
GOGID="heroes_of_might_and_magic_3_complete_edition"
PREFIX="HoMM3_gog"
WORKING_WINE_VERSION="2.22"
[ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="2.22"
 
TITLE="GOG.com - Heroes of Might and Magic 3 Complete"
SHORTCUT_NAME="Heroes of Might and Magic 3 Complete"
 
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 1518
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "New World Computing Inc. / Ubisoft" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"
 
POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 1 "263d58f8cc026dd861e9bbcadecba318"
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
# fake sdbinst.exe
POL_Call POL_Install_nop "$WINEPREFIX/drive_c/windows/system32/sdbinst.exe"
 
POL_Call POL_GoG_install /nogui
 
 
# GoG work!
Set_OS winxp
 
POL_SetupWindow_VMS "2"
 
# http://appdb.winehq.org/objectManager.php?sClass=version&iId=24425
Set_Managed "Off"
 
# Doesn't hurt ;)
POL_Wine_reboot
 
POL_Shortcut "Heroes3.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;StrategyGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Heroes of Might and Magic 3 Complete/Heroes3_Manual.pdf"
# C:\GOG Games\Heroes of Might and Magic 3\Heroes3_AB_Manual.pdf
# C:\GOG Games\Heroes of Might and Magic 3\Heroes3_SoD_Manual.pdf
# C:\GOG Games\Heroes of Might and Magic 3\Heroes3_Tutorial.pdf
# C:\GOG Games\Heroes of Might and Magic 3\README.TXT
# C:\GOG Games\Heroes of Might and Magic 3\h3ccmped.exe
# C:\GOG Games\Heroes of Might and Magic 3\h3maped.exe
 
POL_SetupWindow_Close
 
exit 0

Replies

Anonymous
Monday 20 April 2020 at 1:30
Bonjour,

Je suis actuellement sur Mac Os Mojave et j'aimerais jouer à HOMM3. En utilisant la dernière version que vous venez de sortir, le logiciel ne semble pas fonctionner dans les premières étapes n'arrivant pas à dépasser le message ''Merci de patienter pendant la création du disque virtuel ''même en attendant plusieures heures. Que faire pour aller plus loin ? Je suis assez embêté, merci pour votre aide
Monday 20 April 2020 at 7:30
Version de POM ?. J'ai déjà eu ce bug avec POL v4.3.4 sans en comprendre l'origine.
Anonymous
Monday 20 April 2020 at 20:35
C'est bon le problème semble s'être résolu. Maintenant dans le programme d'installation de HOMM3, impossible d'aller plus loin car le message d'erreur ''Connexion à GOG.com impossible. Veuillez vérifier votre connexion internet'' alors que ma connexion marche très bien. Sous ce message d'erreur, il y a un lien au support GOG qui me renvoie au fichier d'installation de GOG.galaxy sur leur site
Anonymous
Thursday 7 May 2020 at 23:37
Auriez-vous une solution face à ce problème de connection du coup ? Pouvez-vous me répondre ?
Anonymous
Wednesday 13 May 2020 at 22:34
Bonjour,
J'ai éxactement le problème d'erreur, impossible de se connecter à gog... Avez vous trouver un moyen de résoudre ce problème ?
Thursday 14 May 2020 at 6:05
Ouvrir une conversation dans https://www.playonlinux.com/en/forum-73-PlayOnMac.html afin d'y donner plus de détails.
Anonymous
Thursday 14 May 2020 at 12:52
C'est fait. Il est visible en tapant HOMM3 dans la barre de recherche du forum
Dadu042 Wednesday 12 June 2019 at 22:46
Dadu042

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

Script updated in order to help 2019's users (see CHANGELOG). Not tested by me.

Differences

@@ -1,57 +1,63 @@
 #!/bin/bash
 # Date : (2012-12-23 16-55)
-# Last revision : (2013-12-21 22-36)
+# Last revision : (2019-06-12 22-44)
 # Wine version used : 1.5.16
 # 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: 
+#  2019-06-12 Dadu042
+#   Upgrade from Wine 1.5.16 to 1.9.24 on Linux, because the script crash with POL v4.x
+
 
 # Wine 1.5.16 + Set_Managed Off choice:
 # http://www.playonlinux.com/en/topic-9996-HoMM3_HD_issue.html
-
+ 
 [ -z "$PLAYONLINUX" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
-
+ 
 GOGID="heroes_of_might_and_magic_3_complete_edition"
 PREFIX="HoMM3_gog"
-WORKING_WINE_VERSION="1.5.16"
+WORKING_WINE_VERSION="1.9.24"
 [ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.3.10"
-
+ 
 TITLE="GOG.com - Heroes of Might and Magic 3 Complete"
 SHORTCUT_NAME="Heroes of Might and Magic 3 Complete"
-
+ 
 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 1518
 POL_Debug_Init
-
+ 
 POL_SetupWindow_presentation "$TITLE" "New World Computing Inc. / Ubisoft" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"
-
+ 
 POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 1 "263d58f8cc026dd861e9bbcadecba318"
-
+ 
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
-
+ 
 # fake sdbinst.exe
-POL_Call POL_Install_nop "$WINEPREFIX/drive_c/windows/system32/sdbinst.exe" 
-
+POL_Call POL_Install_nop "$WINEPREFIX/drive_c/windows/system32/sdbinst.exe"
+ 
 POL_Call POL_GoG_install /nogui
-
-
+ 
+ 
 # GoG work!
 Set_OS winxp
-
+ 
 POL_SetupWindow_VMS "2"
-
+ 
 # http://appdb.winehq.org/objectManager.php?sClass=version&iId=24425
 Set_Managed "Off"
-
+ 
 # Doesn't hurt ;)
 POL_Wine_reboot
-
+ 
 POL_Shortcut "Heroes3.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;StrategyGame;"
 POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Heroes of Might and Magic 3 Complete/Heroes3_Manual.pdf"
 # C:\GOG Games\Heroes of Might and Magic 3\Heroes3_AB_Manual.pdf
@@ -60,7 +66,7 @@
 # C:\GOG Games\Heroes of Might and Magic 3\README.TXT
 # C:\GOG Games\Heroes of Might and Magic 3\h3ccmped.exe
 # C:\GOG Games\Heroes of Might and Magic 3\h3maped.exe
-
+ 
 POL_SetupWindow_Close
-
-exit 0
+ 
+exit 0
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2012-12-23 16-55)
# Last revision : (2019-06-12 22-44)
# Wine version used : 1.5.16
# 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: 
#  2019-06-12 Dadu042
#   Upgrade from Wine 1.5.16 to 1.9.24 on Linux, because the script crash with POL v4.x


# Wine 1.5.16 + Set_Managed Off choice:
# http://www.playonlinux.com/en/topic-9996-HoMM3_HD_issue.html
 
[ -z "$PLAYONLINUX" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
GOGID="heroes_of_might_and_magic_3_complete_edition"
PREFIX="HoMM3_gog"
WORKING_WINE_VERSION="1.9.24"
[ "$POL_OS" = "Mac" ] && WORKING_WINE_VERSION="1.3.10"
 
TITLE="GOG.com - Heroes of Might and Magic 3 Complete"
SHORTCUT_NAME="Heroes of Might and Magic 3 Complete"
 
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 1518
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "New World Computing Inc. / Ubisoft" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX"
 
POL_Call POL_GoG_setup "$GOGID" --alternate "setup_$GOGID" 1 "263d58f8cc026dd861e9bbcadecba318"
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
# fake sdbinst.exe
POL_Call POL_Install_nop "$WINEPREFIX/drive_c/windows/system32/sdbinst.exe"
 
POL_Call POL_GoG_install /nogui
 
 
# GoG work!
Set_OS winxp
 
POL_SetupWindow_VMS "2"
 
# http://appdb.winehq.org/objectManager.php?sClass=version&iId=24425
Set_Managed "Off"
 
# Doesn't hurt ;)
POL_Wine_reboot
 
POL_Shortcut "Heroes3.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;StrategyGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Heroes of Might and Magic 3 Complete/Heroes3_Manual.pdf"
# C:\GOG Games\Heroes of Might and Magic 3\Heroes3_AB_Manual.pdf
# C:\GOG Games\Heroes of Might and Magic 3\Heroes3_SoD_Manual.pdf
# C:\GOG Games\Heroes of Might and Magic 3\Heroes3_Tutorial.pdf
# C:\GOG Games\Heroes of Might and Magic 3\README.TXT
# C:\GOG Games\Heroes of Might and Magic 3\h3ccmped.exe
# C:\GOG Games\Heroes of Might and Magic 3\h3maped.exe
 
POL_SetupWindow_Close
 
exit 0

Replies

Edited by Dadu042

paranoise Wednesday 12 June 2019 at 22:13
paranoise Anonymous

Message

Hi. I was trying to run Heroes 3 from PlayOnLinux but i've got some errors: 

 playonlinux

Looking for python... 2.7.12 - wxversion(s): 3.0-gtk2

selected

/home/tomasz/.gtkrc-2.0:1: error: invalid keyword 'font_name', expected valid keyword - e.g. `style'

[main] Message: PlayOnLinux (4.2.10) is starting

[clean_tmp] Message: Cleaning temp directory

[Check_OpenGL] Warning: check_dd_x86 missing, test skipped

[Check_OpenGL] Warning: check_dd_amd64 missing, test skipped

[POL_System_CheckFS] Message: Checking filesystem for /home/tomasz/.PlayOnLinux/

[main] Message: Filesystem is compatible

[install_plugins] Message: Checking plugin: ScreenCap...

[install_plugins] Message: Checking plugin: PlayOnLinux Vault...

[update_check] Message: Web version : 1560342288

[update_check] Message: Current local version : 1559896498

[update_check] Message: Updating list

[POL_Config_Write] Message: Config write: LAST_TIMESTAMP 1560342288

[POL_SetupWindow_Init] Message: Creating new window for pid 5798

[POL_SetupWindow_Close] Message: Closing window for pid 5798

[POL_GPG_auth_script] Message: Checking signature of /home/tomasz/.PlayOnLinux//install

[POL_GPG_install_key] Message: Importing PlayOnLinux public key

[POL_Bash] Message: POL GPG : Good signature - GOG.com - Heroes of Might and Magic 3 Complete

[POL_SetupWindow_Init] Message: Creating new window for pid 5930

[POL_Call] Message: Calling POL_GoG_setup

[POL_Call] Message: ----- Starting function POL_GoG_setup -----

[POL_GPG_auth_script] Message: Checking signature of POL_GoG_setup

[POL_GPG_install_key] Message: Importing PlayOnLinux public key

[POL_Source] Message: POL GPG : Good signature

[source] Message: PlayOnLinux do not understand GoG_Download

[POL_SetupWindow_question] Message: question answer: TRUE

[POL_Open] Message: Opening: http://www.gog.com/gamecard/heroes_of_might_and_magic_3_complete_edition

[source] Message: Install method LOCAL

[POL_SetupWindow_browse] Message: browser answer: /home/tomasz/Heroes/gogHeroes.exe

[POL_Call] Message: ----- Ending function POL_GoG_setup -----

[POL_Wine_SelectPrefix] Message: Selecting prefix: HoMM3_gog

[POL_System_SetArch] Message: POL_ARCH set to x86

[POL_Wine_PrefixCreate] Message: Setting POL_WINEVERSION to 1.5.16

[POL_Wine_PrefixCreate] Message: Creating prefix (1.5.16)...

[POL_Wine_PrefixCreate] Message: Prefix already exists

[POL_SetupWindow_menu] Message: menu answer: Overwrite (usually works, no guarantee)

[POL_Wine_PrefixCreate] Message: Overwrite Prefix

[POL_Wine_PrefixCreate] Message: Setting version to 1.5.16

[POL_Config_PrefixWrite] Message: Prefix config write: VERSION 1.5.16

/home/tomasz/.PlayOnLinux//wine/linux-x86/1.5.16/bin//wineserver

[POL_LoadVar_PROGRAMFILES] Message: Getting Program Files name

[POL_Wine] Message: Running wine-1.5.16 cmd /c echo %ProgramFiles% (Working directory : /usr/share/playonlinux/python)

[POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html

[POL_Wine] Message: Wine return: 0

[POL_Call] Message: Calling POL_Install_nop

[POL_Call] Message: ----- Starting function POL_Install_nop -----

[POL_GPG_auth_script] Message: Checking signature of POL_Install_nop

[POL_GPG_install_key] Message: Importing PlayOnLinux public key

[POL_Source] Message: POL GPG : Good signature

[POL_Download_Resource] Message: Downloading resource http://files.playonlinux.com/nop.zip

[POL_Download_Resource] Message: Download MD5 matches

[source] Message: Installing nop.exe

[POL_System_ExtractSingleFile] Message: Extracting single file : "nop.zip", "nop.exe", "/home/tomasz/.PlayOnLinux//wineprefix/HoMM3_gog/drive_c/windows/system32/nop.exe"

[POL_Call] Message: ----- Ending function POL_Install_nop -----

[POL_Call] Message: Calling POL_GoG_install

[POL_Call] Message: ----- Starting function POL_GoG_install -----

[POL_GPG_auth_script] Message: Checking signature of POL_GoG_install

[POL_GPG_install_key] Message: Importing PlayOnLinux public key

[POL_Source] Message: POL GPG : Good signature

[POL_Call] Message: Calling POL_Function_SetNativeExtension

[POL_Call] Message: ----- Starting function POL_Function_SetNativeExtension -----

[POL_GPG_auth_script] Message: Checking signature of POL_Function_SetNativeExtension

[POL_GPG_install_key] Message: Importing PlayOnLinux public key

[POL_Source] Message: POL GPG : Good signature

[POL_Wine] Message: Running wine-1.5.16 regedit /home/tomasz/.PlayOnLinux//tmp/nativeext.reg (Working directory : /home/tomasz/.PlayOnLinux/tmp)

[POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonlinux.com/fr/page-26-Winemenubuilder.html

[POL_Wine] Message: Wine return: 0

[POL_Call] Message: ----- Ending function POL_Function_SetNativeExtension -----

[POL_Call] Message: Calling POL_Install_gdiplus

[POL_Call] Message: ----- Starting function POL_Install_gdiplus -----

[POL_GPG_auth_script] Message: Checking signature of POL_Install_gdiplus

[POL_GPG_install_key] Message: Importing PlayOnLinux public key

[POL_Source] Message: POL GPG : Good signature

[POL_Download_Resource] Message: Downloading resource http://download.microsoft.com/download/a/b/c/abc45517-97a0-4cee-a362-1957be2f24e1/WindowsXP-KB975337-x86-ENU.exe

[POL_Download_Resource] Message: Download MD5 matches

[POL_System_CheckFS] Message: Checking filesystem for WindowsXP-KB975337-x86-ENU.exe

[POL_Wine] Message: Running wine-1.5.16 WindowsXP-KB975337-x86-ENU.exe /extract:C:\Tmp /q (Working directory : /home/tomasz/.PlayOnLinux/ressources)

fixme:advapi:DecryptFileA "C:\\Tmp\\" 00000000

[POL_Wine] Message: Wine return: 0

[POL_Wine_OverrideDLL] Message: Overriding DLLs

[POL_Wine] Message: Running wine-1.5.16 regedit /home/tomasz/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/tomasz/.PlayOnLinux/wineprefix/HoMM3_gog/drive_c/Tmp)

[POL_Wine] Message: Wine return: 0

[POL_Call] Message: ----- Ending function POL_Install_gdiplus -----

[POL_System_CheckFS] Message: Checking filesystem for /home/tomasz/Heroes/gogHeroes.exe

[POL_Wine] Message: Running wine-1.5.16 /home/tomasz/Heroes/gogHeroes.exe /nogui (Working directory : /home/tomasz/.PlayOnLinux/tmp)

fixme:advapi:RegisterTraceGuidsW (0x441dca, (nil), {f7b697a3-4db5-4d3b-be71-c4d284e6592f}, 7, 0x493be4, (null), (null), 0x498670,): stub

fixme:process:GetNumaHighestNodeNumber (0x32f4c0): stub

wine: Unhandled exception 0x40000015 at address 0x456d43 (thread 0028), starting debugger...

Process of pid=0027 has terminated

No process loaded, cannot execute 'echo Modules:'

Cannot get info on module while no process is loaded

No process loaded, cannot execute 'echo Threads:'

process  tid      prio (all id:s are in hex)

0000000e services.exe

0000001e    0

0000001d    0

00000015    0

00000010    0

0000000f    0

00000012 winedevice.exe

00000019    0

00000014    0

00000013    0

0000001a plugplay.exe

0000001f    0

0000001c    0

0000001b    0

[POL_Wine] Error: Wine seems to have crashed


If your program is running, just ignore this message

00000023 explorer.exe

00000024    0

winedbg: Internal crash at 0x7ebf408c

[POL_Wine] Message: Wine return: 3

[source] Fatal: Error while installing archive

[POL_SetupWindow_Close] Message: Closing window for pid 5930

[POL_SetupWindow_question] Message: question answer: TRUE

[POL_SetupWindow_Init] Message: Creating new window for pid 7278

Does anyone can help me with it? I'll be thankfull. 

Replies

Wednesday 12 June 2019 at 22:47
Try the script I posted this month (june 2019). And please post the log (or feeback) if necessary.
Izaya21 Thursday 28 February 2019 at 23:03
Izaya21 Anonymous

Message

POL stuck on instaling nop.exe or WindowsXP-KB975337-x86-ENU.exe. Waited about 1 hour but nothing happend. Tried few times.
I tried manual installation too, but same happened when POL tried to install WindowsXP-KB975337-x86-ENU.exe.

Someone maybe have fix for this?

 

Ubuntu 18.04, POL ver. 4.3.4

Replies

Anonymous
Thursday 21 March 2019 at 19:58
Hi did you find a solution ? I have the same issue...
Anonymous
Friday 10 May 2019 at 19:04
Hi did you find a solution ? I have the same issue... me too :-(
Anonymous
Sunday 14 March 2021 at 9:27
Same issue here, no solution. Please help!

Edited by Izaya21

unfunky Thursday 13 December 2018 at 22:59
unfunky Anonymous

Message

Hi. Thanks for your work, but I experienced a problem. Downloaded successfully the game from GOG, but on integrity checking got an error. Any solutions?
Thanks in advance.

Replies

Anonymous
Thursday 13 December 2018 at 23:01
macOS 10.13.6
alan.cugler Wednesday 17 October 2018 at 10:52
alan.cugler Anonymous

Message

Tried running this and the GOG.com galaxy download fails at the start of the download. bing unable to connect to the internet. My terminal couldnt identify the error and ended with "unknown error." This setup does not work for my system.

 

System specs:

-ubuntu 16.04.5

-Nvidia Driver 390.87

-GTX 970

-24 Gb RAM

i5 intel processor

Replies

SaW1991 Wednesday 14 December 2016 at 22:31
SaW1991 Anonymous

Message

The game stops working some times, just get an massive error.

Replies

nexter Tuesday 19 May 2015 at 22:58
nexter Anonymous

Message

Got an error when it came to this part:

# Doesn't hurt ;)
POL_Wine_reboot
 
POL_Shortcut "Heroes3.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;StrategyGame;"
POL_Shortcut_Document "$SHORTCUT_NAME" "$GOGROOT/Heroes of Might and Magic 3 Complete/Heroes3_Manual.pdf"
# C:\GOG Games\Heroes of Might and Magic 3\Heroes3_AB_Manual.pdf
# C:\GOG Games\Heroes of Might and Magic 3\Heroes3_SoD_Manual.pdf
# C:\GOG Games\Heroes of Might and Magic 3\Heroes3_Tutorial.pdf
# C:\GOG Games\Heroes of Might and Magic 3\README.TXT
# C:\GOG Games\Heroes of Might and Magic 3\h3ccmped.exe
# C:\GOG Games\Heroes of Might and Magic 3\h3maped.exe
 
POL_SetupWindow_Close
 
Don't know why though.

Replies

Anonymous
Tuesday 19 May 2015 at 22:59
Oh, and it was right after the installer asked me how much memory my graphics card has.
Anonymous
Tuesday 19 May 2015 at 23:01
BTW, it still works, but not very good. The game doesn't cover all of the screen, and parts of it can't be seen.
I'm using KDE 4 as desktop environment.
Anonymous
Thursday 27 October 2016 at 9:44
First of all thank you for both installers.
Anonymous
Thursday 27 October 2016 at 9:45
I have one question, how can I install new patch on these installation scripts? patch_heroes_of_might_and_magic_3_complete_2.0.1.17.exe I have the following patch with my game distribution, but have no clue on how to install it in existing wine prefix created by POL script.