billsmith
2010-Jan-04 06:12 UTC
[Wine] Variation on zero memory location allocation problem
Hi, am new to the group. I'd like to run kedit.exe (mansfield group software) using wine on SuSE 11.2. Have tried the command line modification, which was accepted but it didn't have any effect. error: err:dosmem:DOSMEM_MapDosLayout Need full access to the first megabyte for DOS mode attempted workaround: sudo /sbin/sysctl vm.mmap_min_addr=0 TIA Bill
Martin Gregorie
2010-Jan-04 11:44 UTC
[Wine] Variation on zero memory location allocation problem
On Mon, 2010-01-04 at 00:12 -0600, billsmith wrote:> error: err:dosmem:DOSMEM_MapDosLayout Need full access to the first > megabyte for DOS mode >The line: vm.mmap_min_addr = 0 goes in /etc/sysctl.conf for Fedora, where its read during a boot. Martin
vitamin
2010-Jan-04 15:26 UTC
[Wine] Re: Variation on zero memory location allocation problem
billsmith wrote:> Hi, am new to the group. I'd like to run kedit.exe (mansfield group software) using wine on SuSE 11.2. Have tried the command line modification, which was accepted but it didn't have any effect.Then something else (like AppArmor) prevents Wine from allocating fist 1MB.
douglasawh
2010-Jan-21 01:19 UTC
[Wine] Re: Variation on zero memory location allocation problem
Martin Gregorie wrote:> On Mon, 2010-01-04 at 00:12 -0600, billsmith wrote: > > > error: err:dosmem:DOSMEM_MapDosLayout Need full access to the first > > megabyte for DOS mode > > > > > The line: > > vm.mmap_min_addr = 0 > > goes in /etc/sysctl.conf for Fedora, where its read during a boot. > > > MartinYou guys have two different things. Is it vm.mmap_min_addr = 0 or vm.mmap_min_addr=0 ?
Charles Davis
2010-Jan-21 01:22 UTC
[Wine] Variation on zero memory location allocation problem
douglasawh wrote:> Martin Gregorie wrote: >> On Mon, 2010-01-04 at 00:12 -0600, billsmith wrote: >> >>> error: err:dosmem:DOSMEM_MapDosLayout Need full access to the first >>> megabyte for DOS mode >>> >>> >> The line: >> >> vm.mmap_min_addr = 0 >> >> goes in /etc/sysctl.conf for Fedora, where its read during a boot. >> >> >> Martin > > > You guys have two different things. Is it > > > vm.mmap_min_addr = 0 > > or > > > vm.mmap_min_addr=0 ?Does it matter?
Martin Gregorie
2010-Jan-21 01:52 UTC
[Wine] Variation on zero memory location allocation problem
On Wed, 2010-01-20 at 19:19 -0600, douglasawh wrote:> You guys have two different things. Is it > > > vm.mmap_min_addr = 0 > > or > > > vm.mmap_min_addr=0 ? >I think the spaces are optional. My example was cut & pasted from my /etc/sysctl.conf file and shares its format with all the other similar lines in the file. Martin