Rogue_Streak, If you want to send me an e-mail I can forward my .wine directory to you to see if that will do the trick. Otherwise did you do a md5check on the wine uci?
plinej2 AT sbcglobal DOT netmc.uci: The info file fails to mention an important part of getting the subshell to work.
It says to "chmod 664 /dev/ptmx" and add dsl to group 'tty', but i forgot that /dev/ptmx is owned by root.root instead of root.tty, so in addition to that you'd also need to "chown root.tty /dev/ptmx".
Here's what I have in bootlocal.sh to get it working properly: