The other part of the thread you mentioned also recommended upgrading to a newer version of wine. In macports, the stable version of wine is called wine, and the latest development version is called wine-devel. So in terminal, you'll need to enter the following commands to deactivate wine and install wine-devel: Code: sudo port deactivate wine sudo port install wine-devel and wait for about an hour... And you already know how to delete your .wine directory so I won't go into that.