I tried to run wt but I got an graphical error that my Version of wine ist too old although I have version 0.9.35 installed.
Additionally I get the following output on console:
detecting Wine version... done.
Drive C: is /home/joshua/.wine/drive_c
Wine 0
wine is executed as wine
Parameters are --noexit
Browser is /usr/local/bin/firefox.
WINEVER is "0".
I added the following lines at "Base Config" and now it seems to work:
wineversionstring="`wine --version`"
WINEVER="${wineversionstring#*wine-}"