Wine DB page
IGN UK review
MINOR BUG: This game will not start in full screen unless you refocus it. I did this in Ubuntus GNOME enviroment using the ALT and TAB focus switching feature to switch to PlayOnLinux and then back to the game.
I recently upgraded my PC, before this upgrade I also encountered this bug during Pizza Syndicates setup program and had to refocus it between each menu to progress and to finish the setup after the pizza countdown reached 100.
I have not encountered any other bugs in the testing I have done so far.
Heres a screen shot, with GNOMEs focus switcher proofing that Pizza Syndicate was running in Linux.
#!/bin/bash
# Date : (2010-05-8 18-55)
# Last revision : (2010-05-18 16-15)
# Wine version used : 1.1.43
# Distribution used to test : Ubuntu 10.04 32bit
# Author : Joe21
# Licence : none
# Depend : none
[ "$PLAYONLINUX" = "" ] && exit
source "$PLAYONLINUX/lib/sources"
POL_SetupWindow_Init
POL_SetupWindow_presentation "Pizza Syndicate" "Software 2000" "No website" "Joe21" "PizzaSyndicate"
POL_SetupWindow_message_image "PROBLEM: The games setup program may require you to refocus\\nits window when progressing between screens and after the pizza\\ncountdown reaches 100. This bug is also present when you launch\\nthe game.\\n\\nSOLUTION in Gnome: \\nUsing alt+tab - \\n1)Switch from the setup/game to playonlinux\\n2)Then switch back." "" "$PLAYONLINUX/themes/tango/warning.png"
select_prefix "$REPERTOIRE/wineprefix/PizzaSyndicate"
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "SETUP.exe"
POL_SetupWindow_install_wine "1.1.43"
Use_WineVersion "1.1.43"
POL_SetupWindow_prefixcreate
Set_OS "win98"
POL_SetupWindow_wait_next_signal "Running Installation..." "Pizza Syndicate"
wine "$CDROM/SETUP.exe"
POL_SetupWindow_detect_exit
POL_SetupWindow_make_shortcut "PizzaSyndicate" "Pizza Syndicate" "Pizza.exe" "Syndicate.ico" "Pizza Syndicate" "" ""
Set_WineVersion_Assign "1.1.43" "Pizza Syndicate"
POL_SetupWindow_message "Installation Successful."
POL_SetupWindow_Close
exit
Edited by joe21