[Bug 22784] Pradis installer fails with ole errors

wine-bugs at winehq.org wine-bugs at winehq.org
Fri May 21 02:59:29 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=22784





--- Comment #15 from Nicholas van Oudtshoorn <vanoudt at gmail.com>  2010-05-21 02:59:29 ---
(In reply to comment #14)
> (In reply to comment #13)
> > I don't want to clutter up everybody's time if this is an inappropriate bug...
> 
> This is an appropriate bug, but there are things that needs to to addressed:
> 1. how did you build and configured Wine?
> 2. how the Wine prefix have been created?
> 3. how do you install the application?

1. I run the following script to build and configure wine. (Is it right -
there's no clear instructions on this in the Wiki)

#!/bin/bash
mkdir -p ./wine{32,64}
cd wine64
../wine-git/configure --enable-win64
make depend && make
cd ../wine32
../wine-git/configure --with-wine64=../wine64
make depend && make
sudo make install
cd ../wine64
sudo make install
cd ..

2. Running off an uncreated WINEPREFIX ( export WINEPREFIX=~/.wine-pradis-test
) where the directory ~/.wine-pradis-test doesn't exist

3. I unzipped the installer into its own directory ["mkdir -p ~/PI && cd ~/PI
&& unzip ~/Downloads/pradis6_01_0024.exe"](I hate those winzipped installers!)
and then run the file as normally: "wine ~/PI/PradisInstaller.exe"

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list