Hi hufferd
There are some "scripting" issues - I think these functions are not yet (or not well) implemented in Wine (wine-gecko to be precise). First I tried to set some "overrides" to make buttons work but I failed.
I would really like to someone prove me wrong about this but it seems to me that the only way to make this buttons work is to install IE6.
Same issues can be expected with similar games too so I think the best way to make these games work is to make new wineprefix, install IE6 in it and then use that wineprefix for every game that needs IE.
To create new wineprefix use this command (I've named it "Stupid-Games" because of these issues):
Code:
WINEPREFIX=~/Desktop/Stupid-Games wineboot
Download winetricks:
Use winetricks to install ie6:
Code:
WINEPREFIX=~/Desktop/Stupid-Games sh winetricks wsh56 msxml3 ie6
Install game:
Code:
env WINEPREFIX=~/Desktop/Stupid-Games wine /path/to/Game/Installer/PlantTycoon_Setup.exe
Start the game:
Code:
env WINEPREFIX=~/Desktop/Stupid-Games wine "C:\Program Files\Plant Tycoon\Plant Tycoon.exe"
Active Scripting should be functional now so you can use "Unlock" button to enter your serial number.
Bookmarks