# HG changeset patch # User Oleksandr Gavenko # Date 1442581680 -10800 # Node ID bf335700acbe2b377d647a3f28851a8d21bc504b # Parent 75cd552d9c6084df67e0b769db1138836af83fe2 how fix "err:virtual:map_image failed to set 60000020 protection on section .text, noexec filesystem?" diff -r 75cd552d9c60 -r bf335700acbe chm.rst --- a/chm.rst Fri Sep 18 16:04:30 2015 +0300 +++ b/chm.rst Fri Sep 18 16:08:00 2015 +0300 @@ -45,8 +45,8 @@ wine winecfg Download `Microsoft HTML Help Workshop -`_ -and install it as:: +`_ and install it as +(from non-``noexec`` FS!!):: wine htmlhelp.exe @@ -72,6 +72,10 @@ cabextract -F mfc40.dll mfc40.exe cp -a mfc40.dll ~/.wine/drive_c/windows/system32/ +Or just:: + + $ winetricks mfc40 + See: * http://code.google.com/p/htmlhelp/wiki/HHW4Wine