http://bugs.winehq.org/show_bug.cgi?id=12929
--- Comment #127 from cruiseoveride cruiseoveride@gmail.com 2008-09-09 13:06:27 --- Whenever you rebuild/update wine, it is common practice when debugging to clear out your wineprefix (ie ~/.wine). When testing multiple versions of wine on the same system, make sure to have PATH, and LD_LIBRARY_PATH setup correctly, and switch to new wineprefixes with WINEPREFIX.
eg.
export PATH=/opt/wine1.1.3/bin:$PATH export LD_LIBRARY_PATH=/opt/wine1.1.3/lib export WINEPREFIX=/home/blah/testing1.1.3