A few tips when working with Wine:
To set the current prefix and architecture either type
WINEPREFIX=$HOME/.new-wine
before every command or use
export WINEPREFIX=$HOME/.new-wineexport WINEARCH=win32to set the value in the current terminal session.