http://bugs.winehq.org/show_bug.cgi?id=5790
------- Additional Comments From andrewriedi@gmail.com 2007-29-03 16:53 ------- Make sure you have a 32-bit version of Xcursor installed that wine has access to. Also make sure you have the development headers installed. If you need help with figuring out either one of those, let me know. If all goes well, a simple 'grep XCURSOR include/config.h' should return '#define HAVE_X11_XCURSOR_XCURSOR_H 1' and '#define SONAME_LIBXCURSOR "libXcursor.so.1"' or similar. (After running ./configure, of course.)
By the way, you should file a bug report for the unhandled exception and (if possible) do some regression testing.