Hi, there I recently purchased a copy of bordeaux in order to try the dib engine (and pulse) in wine1.2 I would like to use this in already installed bottles. So I tried something like this: code: [export WINEDIB=ON] then (as an example) code:[/opt/bordeaux/bin/wine | env WINEPREFIX=~/.wine-test wine winecfg] This does create a wine bottle, but in this way the dib engine doesn't get loaded in the program I use. Any ideas how to do this in a proper way?
Nobody? [Crying or Very sad] It works with the default wine bottle code: [/opt/bordeaux/bin/wine 'C:\Program Files\winamp\winamp.exe'] This also works code: [env WINEPREFIX=~/.wine-winamp wine 'C:\Program Files\winamp\winamp.exe'] How do I combine them in one command?
What does it matter if one builds there own Wine or buys one, same issue applies (if you would like to install this separately from the main Wine), it's all Wine.. Anyway I kind of figured it out. (no thanks) code: [env WINEPREFIX="/home/username/.wine-winamp" /opt/bordeaux/bin/wine "C:\Program Files\winamp\winamp.exe"]
To James McKenzie Programming has never been my strongest..(hence the questions) Thanks for the reply, I can now try and play a bit more around.
Gert van den Berg wrote:> On Sun, Aug 15, 2010 at 18:21, abb4 <wineforum-user at winehq.org> wrote: > > > What does it matter if one builds there own Wine or buys one, > > same issue applies (if you would like to install this separately from the main Wine), it's all Wine.. > > > > > I thought the prefixes worked (and assumed the user knows how > environment variables worked...) but that the DIB engine was not > working in the prefix... > > GertIt does work here code: [env WINEPREFIX=$HOME/.wine-ap52; cd $HOME/.wine-ap52/drive_c/'Program Files'/AlbumPlayer; /opt/bordeaux/bin/wine AlbumPlayer.exe]
abb4 wrote:> > Gert van den Berg wrote: > > On Sun, Aug 15, 2010 at 18:21, abb4 <wineforum-user at winehq.org> wrote: > > > > > What does it matter if one builds there own Wine or buys one, > > > same issue applies (if you would like to install this separately from the main Wine), it's all Wine.. > > > > > > > > I thought the prefixes worked (and assumed the user knows how > > environment variables worked...) but that the DIB engine was not > > working in the prefix... > > > > Gert > > > It does work here > code: > [env WINEPREFIX=$HOME/.wine-ap52; cd $HOME/.wine-ap52/drive_c/'Program Files'/AlbumPlayer; /opt/bordeaux/bin/wine AlbumPlayer.exe]After all I found the DIB engine doesn't work in the prefix. I had a version of AlbumPlayer installed in .wine which the DIB part was falling back into Once I removed .wine the code as above didn't work any more.
> This would have to be copied from the working .wine to the new prefix > and then repointed to work with the new prefix. This is not trivial. >Doing so a new .wine is created Are you sure the DIB part can work in the prefix?