[Bug 17181] Recursive directory deletion fails for multiple DOS apps; bug in INT21_FindFirst/FindNext?

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Sep 12 10:00:30 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=17181

--- Comment #10 from Dan Kegel <dank at 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-2ubuntu1_i386.deb
  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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list