I have a old 16bit Win program NewSOED that I don't use often. Starting it with the following script prevents the workaround being too permanent but removes some of the inconvenience.
# mmap_min_addr=`sysctl -n vm.mmap_min_addr` # echo $mmap_min_addr # if [ $mmap_min_addr != '0' ] # then # echo "*** 16bit windows program, setting: ***" # echo " sysctl -w vm.mmap_min_addr=0" # sudo sysctl -w vm.mmap_min_addr=0 # fi # wine "c:\PROGRAMS\NewSOED\NEWSOED.EXE" -- Problem with wine preloader: Warning: failed to reserve range 00000000-60000000 https://bugs.launchpad.net/bugs/114025 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
