http://bugs.winehq.org/show_bug.cgi?id=16541
--- Comment #5 from Hubmaster Hubmasterflex@hotmail.com 2008-12-19 16:14:34 --- What seems to be your problem? There is a fairly detailed howto on AppDB. What distro are you running?
You have to download and create a postgresql database in Linux. For instance, to create a database in Ubuntu, you download using: "apt-get install postgresql postgresql-client" After it installs, use: "sudo su postgres" to enter the database. To create a database, you then type: "createuser -P (name)" (I recommend you name it to postgres to make it simple for PT3.) You will be prompted for a password for the database. Use Winetricks for installing "FakeIE6" and "MDAC28" You then download the postgres MSI for Windows (http://www.postgresql.org/ftp/odbc/versions) and install it. Afterwards, install and run PT3. At the PT3 download page, there are several versions: builds and betas. There are builds that come bundled with postgres and without. Make sure you download the build WITHOUT postgresql. (As of right now, it's the 2nd download from the top.) Install and run. When it runs, it will ask for postgresql database info. Input the database name and password from the first few steps. Its at this point when you will experience the bug.