http://bugs.winehq.org/show_bug.cgi?id=22784 --- Comment #16 from Nicholas van Oudtshoorn <vanoudt(a)gmail.com> 2010-05-21 03:01:34 --- (In reply to comment #15)
(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"
Oh, and I've also tried running it without the install step from the wine32 directory. -- 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.