http://bugs.winehq.org/show_bug.cgi?id=58887
--- Comment #11 from Ian superian@gmail.com --- Normally, my script to launch this would be:
env WINEPREFIX=/home/ian/.winepl3 wine "[location of Photolemur 3.exe]"
So either
export WINEPREFIX=/home/ian/.winepl3 env "WINDEBUG=+dwrite" wine "[location pf Photolemur 3.exe" export -p WINEPREFIX
or
env WINEPREFIX=/home/ian/.winepl3 env "WINDEBUG=+dwrite" wine "[location of Photolemur 3.exe]"
... so that both the WINEPREFIX and the WINDEBUG get passed.
Am I doing it wrong?