https://bugs.winehq.org/show_bug.cgi?id=52667
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression | Ever confirmed|0 |1 Status|UNCONFIRMED |NEW
--- Comment #21 from Fabian Maurer dark.shadow4@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.