http://bugs.winehq.org/show_bug.cgi?id=9423
--- Comment #2 from Jesse Allen the3dfxdude@gmail.com 2007-08-23 11:01:39 --- After you verify it with a fresh .wine, try building wine yourself.
Download a copy of wine, either tarball or git tree. (git is preferred) http://winehq.org/site/git http://winehq.org/site/download (See source downloads at bottom)
Once you have an unpacked tree, cd into directory and run $ ./configure && make depend && make
Once the wine build is completed, call your application like this: $ cd ~/.wine/drive_c/your/appdir $ ~/path/to/winebuilddir/wine yourapp.exe