http://bugs.winehq.org/show_bug.cgi?id=22784
--- Comment #15 from Nicholas van Oudtshoorn vanoudt@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:
- how did you build and configured Wine?
- how the Wine prefix have been created?
- 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"