[Bug 52667] DTS Master Audio Suite Encoder - can not select a save to file location so will not encode

WineHQ Bugzilla wine-bugs at winehq.org
Sat Mar 19 22:25:36 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=52667

Fabian Maurer <dark.shadow4 at web.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|regression                  |
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #21 from Fabian Maurer <dark.shadow4 at web.de> ---
> bash -c  "WINEPREFIX=~/.winedts wine cmd | wine dtshd.exe"

That looks off.
You are aware that the "WINEPREFIX" environment variable doesn't affect the
second command? Therefore the second command is run in the .wine WINEPREFIX,
which is probably not what you want.
Also, why did you use a pipe in there?

Generally speaking, you need to put everything for a program into a single
WINEPREFIX. You're currently juggling .wine and .winedts, which is most likely
why things break. Do yourself a favor and install both java and DTS into
.winedts. Don't use .wine.
Why did you use two WINEPREFIXEs to begin with? Remember, your WINEPREFIX is
your virtual windows installation. Therefore, a program and its dependencies
belong in the same.

-- 
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