http://bugs.winehq.org/show_bug.cgi?id=17181
--- Comment #10 from Dan Kegel dank@kegel.com 2011-09-12 10:00:29 CDT --- To work around crash (also present on 32 bit natty), did wget http://mirror.pnl.gov/ubuntu//pool/main/f/fontconfig/libfontconfig1_2.8.0-2u... dpkg -i --force-depends libfontconfig1_2.8.0-2ubuntu1_i386.deb The app then crashes on start a little later, but rerunning it says it crashed while detecting processor, and allows you to skip the crash. The next crash is preceded by err:dosmem:DOSMEM_MapDosLayout Need full access to the first megabyte for DOS mode and the workaround is to open up a security hole by addding vm.mmap_min_addr = 0 to /etc/sysctl.conf and reboot. I can't reboot this system just yet, will test later today.