[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2009-07-19 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/wine -- Problem with wine preloader: Warning: failed to reserve range -6000 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

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2009-04-18 Thread Bug Watch Updater
** Changed in: wine Status: Confirmed = Invalid -- Problem with wine preloader: Warning: failed to reserve range -6000 https://bugs.launchpad.net/bugs/114025 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-08-08 Thread Launchpad Bug Tracker
This bug was fixed in the package wine - 1.0.0-1ubuntu8 --- wine (1.0.0-1ubuntu8) intrepid; urgency=low * create debian/wine.sysctl.conf - now Wine can access the lower 64k of memory (LP: #114025) * debian/rules: add rules for installing wine.sysctl.conf *

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-08-08 Thread Scott Ritchie
Unfortunately, the above package doesn't quite fix this in Intrepid, due to this bug in procps: https://bugs.launchpad.net/ubuntu/+source/procps/+bug/256025 -- Problem with wine preloader: Warning: failed to reserve range -6000 https://bugs.launchpad.net/bugs/114025 You received this

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-07-11 Thread Dr D J Clark
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 #

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-06-11 Thread Scott Ritchie
Is there a proper way to configure a system such that ONLY Wine has access to this memory? This would be an ideal default. -- Problem with wine preloader: Warning: failed to reserve range -6000 https://bugs.launchpad.net/bugs/114025 You received this bug notification because you are

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-06-11 Thread Dan Kegel
Not that I know of. FWIW, other similar apps are also affected: qemu: http://lists.scratchbox.org/pipermail/scratchbox-users/2008-April/001218.html dosemu: http://ubuntuforums.org/showthread.php?t=781052 So whatever solution you go for, coordinate it with the owners of those other packages. --

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-06-02 Thread Dan Kegel
Right, that's expected, but it's bad to run wine apps as root. For one thing, it contaminates your .wine directory with files owned by root, for another, it makes it easier to get infected with rootkits and the like.http://www.jensroesner.de/wgetgui/ -- Problem with wine preloader: Warning:

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-06-02 Thread #Reistlehr-
Seems to be same bug. [EMAIL PROTECTED]:~$ winecfg preloader: Warning: failed to reserve range -6000 wine: creating configuration directory '/home/splug/.wine'... preloader: Warning: failed to reserve range -6000 preloader: Warning: failed to reserve range

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-06-02 Thread huschy
Had the same message. Was gone when I used root: sudo -i -- Problem with wine preloader: Warning: failed to reserve range -6000 https://bugs.launchpad.net/bugs/114025 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-05-11 Thread Hewus
This problem is also unrelated to this bug report. A workaround currently exists at http://wiki.winehq.org/PreloaderPageZeroProblem . Please note that you are only seeing this problem if you receive 'preloader: Warning: failed to reserve range' in the terminal output. -- Problem with wine

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-05-10 Thread rja
I'm using Ubuntu Hardy 64-bit. I tried the work around, and this allows winecfg to work, but the Age of Mythology installer refuses to run. [EMAIL PROTECTED]:/cdrom$ sudo sysctl -w vm.mmap_min_addr=0 [EMAIL PROTECTED]:/cdrom$ rm -rf /home/rajeshja/.wine/ [EMAIL PROTECTED]:/cdrom$ winecfg wine:

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-05-04 Thread MuddBuddha
I tried the work around, but still end up with an error: err:seh:setup_exception_record stack overflow 872 bytes in thread 002b eip 7bc3b381 esp 00240fc8 stack 0x24-0x241000-0x34 -- Problem with wine preloader: Warning: failed to reserve range -6000

Re: [Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-05-04 Thread Erik de Castro Lopo
MuddBuddha wrote: I tried the work around, but still end up with an error: err:seh:setup_exception_record stack overflow 872 bytes in thread 002b eip 7bc3b381 esp 00240fc8 stack 0x24-0x241000-0x34 Thats a different error and is unrelated to the previous one. Erik --

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-29 Thread lubosz
http://wiki.winehq.org/PreloaderPageZeroProblem -- Problem with wine preloader: Warning: failed to reserve range -6000 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

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-28 Thread Motin
Will this be fixed in future versions of wine and/or the kernel? The comments on this setting in sysctl.conf is: # protect bottom 64k of memory from mmap to prevent NULL-dereference # attacks against potential future kernel security vulnerabilities. # (Added in kernel 2.6.23.) vm.mmap_min_addr =

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-27 Thread t.cornall
It doesn't seem to just affect DOS/WIN16 -- it was causing MS Word 2000 to crash after a few seconds, under both wine 0.9.60 and, interestingly, Crossover Office. The change to /etc/sysctl.conf fixes it. Thanks for the information. -- Problem with wine preloader: Warning: failed to reserve

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-27 Thread André Brait Carneiro Fabotti
Have someone tried to disable apparmor? It started to happen in Feisty, isn't it? -- Problem with wine preloader: Warning: failed to reserve range -6000 https://bugs.launchpad.net/bugs/114025 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-27 Thread André Brait Carneiro Fabotti
Forget abou that... I couldn't try because AppArmor in builtin in HArdy, but changing the value in /etc/sysctl.conf seems to be the only alternative -- Problem with wine preloader: Warning: failed to reserve range -6000 https://bugs.launchpad.net/bugs/114025 You received this bug

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-25 Thread Mantas Kriaučiūnas
** Also affects: wine via http://bugs.winehq.org/show_bug.cgi?id=12516 Importance: Unknown Status: Unknown ** Also affects: wine (Baltix) Importance: Undecided Status: New -- Problem with wine preloader: Warning: failed to reserve range -6000

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-25 Thread Fabio Marzocca
A workaround is this: sudo sysctl -w vm.mmap_min_addr=0 But it will switch back to previous situation at each boot. -- Problem with wine preloader: Warning: failed to reserve range -6000 https://bugs.launchpad.net/bugs/114025 You received this bug notification because you are a

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-25 Thread Kai Blin
Same cause, we just split up the loading of the low memory ranges a bit more. Note that this is caused by Ubuntu security defaults, not by Wine, and it's not an error but a warning. Use the workaround described above. -- Problem with wine preloader: Warning: failed to reserve range

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-25 Thread Fabio Marzocca
@Kai, I agree it is a warning, but it disables wine applications to be run... -- Problem with wine preloader: Warning: failed to reserve range -6000 https://bugs.launchpad.net/bugs/114025 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-25 Thread dankegel
Fabrio, with current wine, only DOS or Win16 apps need the workaround, I think; regular win32 apps are fine. Also, you don't have to give that command at each boot if you change /etc/sysctl.conf to make it permanent. We are now directing users who run into this problem to the page

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-25 Thread Bug Watch Updater
** Changed in: wine Status: Unknown = Confirmed -- Problem with wine preloader: Warning: failed to reserve range -6000 https://bugs.launchpad.net/bugs/114025 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-24 Thread liuxl
preloader: Warning: failed to reserve range -0001 -- Problem with wine preloader: Warning: failed to reserve range -6000 https://bugs.launchpad.net/bugs/114025 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-23 Thread Puchti
i have the same problem. its the first time i use wine at all.. ubuntu 8.04 amd64 - wine 0.9.59 notepad and winecfg worked, but several warnings like preloader: Warning: failed to reserve range -6000 err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-20 Thread Dan F
I have upgraded to the latest version (0.9.60) in Ubuntu Hardy and there is now a slightly different Preloader error. It reads: preloader: Warning: failed to reserve range -0001 I experienced the original preloader error message in 0.9.59 as well. The sysctl workaround gets rid of

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-17 Thread Tim Besard
+1 on this bug, and it's a serious one, as it prevented me from running certain applications in wine (like Office 2007) ! -- Problem with wine preloader: Warning: failed to reserve range -6000 https://bugs.launchpad.net/bugs/114025 You received this bug notification because you are a

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-17 Thread dankegel
A partial workaround was checked in three days ago: http://bugs.winehq.org/show_bug.cgi?id=12516#c8 Does that help, Tim? -- Problem with wine preloader: Warning: failed to reserve range -6000 https://bugs.launchpad.net/bugs/114025 You received this bug notification because you are a

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-17 Thread Richard
Thanks for your reply dankegel. The default of 65536 displays the following errors: preloader: Warning: failed to reserve range -6000 preloader: Warning: failed to reserve range -6000 err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-17 Thread dankegel
Thanks... but we could guess those messages already. What we're interested in is whether your app works any better yet with wine from git. Also, which apps are you trying? -- Problem with wine preloader: Warning: failed to reserve range -6000 https://bugs.launchpad.net/bugs/114025

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-17 Thread Richard
I am trying to get Wordens Telechart 2007 working. It installed and starts up but after a very short period of time it just disappears with no error messages or crash. One time the graphics became garbled and it hung the system. I've tried making minor changes to the graphics tab in the Wine

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-17 Thread dankegel
Hanging the system is an indication of bad graphics drivers. Please take this question to the general Ubuntu or Wine discussion forums. I don't know of anybody who has Telechart working. I would have tried but they ask for a credit card. -- Problem with wine preloader: Warning: failed to

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-17 Thread zegenie
I don't have any problems running applications with wine, even when the error messages are showing, and I've tried the whole range of applications I normally try. So I don't think this error is stopping anything important - to me it's just an annoyance. I've read that 0.9.59 has some regressions,

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-15 Thread Jeremy Vies
The proposed workaround (sudo sysctl -w vm.mmap_min_addr=0) worked for me. A little investigation made me found this new entry in sysctl.conf: # protect bottom 64k of memory from mmap to prevent NULL-dereference # attacks against potential future kernel security vulnerabilities. # (Added in

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-14 Thread Brian Murray
** Tags added: regression -- Problem with wine preloader: Warning: failed to reserve range -6000 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

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-14 Thread sixtysevenfordpu
A little more investigation on my part. Found that rather than start winecfg from a Linux Shell prompt, I am able to get that to start on either my AMD system or the Dual Proc Intel by using Kmenu -- Wine -- Configure Wine option -- Problem with wine preloader: Warning: failed to reserve range

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-13 Thread dankegel
I filed an upstream bug, http://bugs.winehq.org/show_bug.cgi?id=12548 though it's possible it can't be fixed in wine alone. -- Problem with wine preloader: Warning: failed to reserve range -6000 https://bugs.launchpad.net/bugs/114025 You received this bug notification because you are

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-13 Thread Stephan Hermann
Lowering Importance, because it's not harming anyone or destroying the system ;) After all, it's right, the error came back with .59 :( At least for wine32 on amd64... I'll check later on my i386, if it's there, too Regards, \sh ** Changed in: wine (Ubuntu) Importance: High = Medium --

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-13 Thread Richard
It might not be trashing anything but it prevents me from running any Windows programs on my i386. I'm running v0.9.59 packaged with Ubuntu 8.04. Is it possible to drop back to an earlier version that would work with this setup? -- Problem with wine preloader: Warning: failed to reserve range

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-13 Thread dankegel
Probably not, because the problem comes from a change to the kernel more than from wine. Have you tried the sudo sysctl -w vm.mmap_min_addr=0 workaround? -- Problem with wine preloader: Warning: failed to reserve range -6000 https://bugs.launchpad.net/bugs/114025 You received

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-13 Thread zegenie
Well, after running that command, trying to run winecfg or any wine app does not produce the address errors which it previously did. Not sure what's affected by that command (explanation appreciated), but looks like it's back to normal again :) thanks. -- Problem with wine preloader: Warning:

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-12 Thread Artin
** Changed in: wine (Ubuntu) Status: New = Confirmed -- Problem with wine preloader: Warning: failed to reserve range -6000 https://bugs.launchpad.net/bugs/114025 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-12 Thread sixtysevenfordpu
I have two instances of Hardy Heron, 8.04 Beta, one on AMD system, the other on dual proc Intel P3 1mhz system, both are at the same Linux kernel and same version of Wine: Neither wineconfig nor winecfg work on this version: Linux badge 2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC 2008

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-12 Thread Justin M.
I get this same here on the latest (0.9.59) version of WIne. Some applications will give me this error and work and some applications will give me this error and not work at all. -- Problem with wine preloader: Warning: failed to reserve range -6000

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-12 Thread zegenie
I get this error when trying to run winecfg on a clean hardy install. ** Attachment added: dump from gnome-terminal http://launchpadlibrarian.net/13378073/winecfg.txt -- Problem with wine preloader: Warning: failed to reserve range -6000 https://bugs.launchpad.net/bugs/114025 You

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-12 Thread zegenie
This error is back with 0.9.59 ** Changed in: wine (Ubuntu) Status: Fix Released = New -- Problem with wine preloader: Warning: failed to reserve range -6000 https://bugs.launchpad.net/bugs/114025 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-04-12 Thread Roberto Cássio Jr .
0.9.59 gives the same problem here, too. -- Problem with wine preloader: Warning: failed to reserve range -6000 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

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-03-05 Thread Launchpad Bug Tracker
This bug was fixed in the package wine - 0.9.56-0ubuntu1 --- wine (0.9.56-0ubuntu1) hardy; urgency=low * New upstream release (LP: #197588) - Proper handling of OpenGL/Direct3D windows with menu bars. - Stubs for all the d3dx9_xx dlls. - Several graphics optimizations.

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-02-18 Thread Test-tools
Hello, I downgraded on hardy from .55 to .51-winehq, as advised above, still the preloader warning: preloader: Warning: failed to reserve range -6000 err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report But the program works after that

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-01-10 Thread Brian Murray
Here is the crash with /proc/sys/vm/mmap_min_addr set to 0. ** Attachment added: crash report http://launchpadlibrarian.net/11269350/wine.dump -- Problem with wine preloader: Warning: failed to reserve range -6000 https://bugs.launchpad.net/bugs/114025 You received this bug

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-01-10 Thread Brian Murray
The error is slightly different with /proc/sys/vm/mmap_min_addr set to the default - 65536. preloader: Warning: failed to reserve range -6000 err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report wine: Unhandled page fault on read access to

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-01-10 Thread Brian Murray
I've been unable to reproduce this on my laptop however, even with mmap_min_addr set to the default winecfg will warn but continue to execute. -- Problem with wine preloader: Warning: failed to reserve range -6000 https://bugs.launchpad.net/bugs/114025 You received this bug

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-01-09 Thread Kees Cook
This is likely related to the extra security changes added to /etc/sysctl.conf (vm.mmap_min_addr = 65536). As a work-around, set this to 0. Hopefully wine can be built in a way that it doesn't have to reserve the lower 64k all the time. -- Problem with wine preloader: Warning: failed to

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-01-09 Thread Brian Murray
I tried the workaround mentioned by Kees and set '/proc/sys/vm/mmap_min_addr' to 0, however executing winecfg still produces an error albeit a different one. wine: Unhandled page fault on read access to 0x at address 0xf7da5d03 (thread 0009), starting debugger... Unhandled exception:

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-01-08 Thread Roderick Greening
I have this too under Hardy Heron with wine 0.9.52, but not when it was 0.9.51. What is an appropriate way to revert to 0.9.51 to verify problem does not exist under 0.9.51? I tried to PIN 0.9.51 with a 1001 priority, but I believe that 0.9.51 is not in the repo now. -- Problem with wine

Re: [Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-01-08 Thread dankegel
On Jan 8, 2008 12:23 PM, Roderick Greening [EMAIL PROTECTED] wrote: I have this too under Hardy Heron with wine 0.9.52, but not when it was 0.9.51. What is an appropriate way to revert to 0.9.51 to verify problem does not exist under 0.9.51? I tried to PIN 0.9.51 with a 1001 priority, but I

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-01-07 Thread Nemes Ioan Sorin
I have to subscribe to this bug, Hardy Heron up to date, wine-0.9.52 || No problems with wine-0.9.51 -- Problem with wine preloader: Warning: failed to reserve range -6000 https://bugs.launchpad.net/bugs/114025 You received this bug notification because you are a member of Ubuntu

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-01-06 Thread zjaak
Ive got the problem now.. So how did you solve it?? -- Problem with wine preloader: Warning: failed to reserve range -6000 https://bugs.launchpad.net/bugs/114025 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2008-01-06 Thread dankegel
zjaak, what version of Ubuntu and what version of Wine are you using? -- Problem with wine preloader: Warning: failed to reserve range -6000 https://bugs.launchpad.net/bugs/114025 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

Re: [Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2007-10-25 Thread Bart Kroon
Solved now 2007/10/23, Scott Ritchie [EMAIL PROTECTED]: Are things working for you in Gutsy? -- Problem with wine preloader: Warning: failed to reserve range -6000 https://bugs.launchpad.net/bugs/114025 You received this bug notification because you are a direct subscriber of

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2007-10-23 Thread Scott Ritchie
Are things working for you in Gutsy? -- Problem with wine preloader: Warning: failed to reserve range -6000 https://bugs.launchpad.net/bugs/114025 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2007-05-29 Thread Bart Kroon
I already removed the ~/.wine directory during testing and it doesn't even get created when I run wine: [EMAIL PROTECTED]:10:05:50|0:~$ ls .wine ls: .wine: No such file or directory [EMAIL PROTECTED]:10:08:37|0:~$ wine preloader: Warning: failed to reserve range -6000 Usage: wine

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2007-05-29 Thread Scott Ritchie
Hmmm Do you by any chance have some special security settings enabled? It looks like there's a problem with prelink doing its thing. -- Problem with wine preloader: Warning: failed to reserve range -6000 https://bugs.launchpad.net/bugs/114025 You received this bug notification

Re: [Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2007-05-29 Thread Bart Kroon
Security is as out-of-the-box. I installed Edgy then after some months when Feisty became the stable version I upgraded to Feisty. LAN is by Ethernet with DHCP and Internet is via a proxy but I don't think you need internet to run wine. I'm not the only one having this error:

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2007-05-29 Thread Bart Kroon
Plz remove my signature if possible. I made a mistake with my e-mailprogram. -- Problem with wine preloader: Warning: failed to reserve range -6000 https://bugs.launchpad.net/bugs/114025 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 114025] Re: Problem with wine preloader: Warning: failed to reserve range 00000000-60000000

2007-05-28 Thread Stephan Hermann
Strange, can you delete your ~/.wine directory first, and try again, just because there is no such crash ... most of time, you have old config stuff in your .wine dir. Regards, \sh ** Changed in: wine (Ubuntu) Assignee: (unassigned) = Ubuntu Wine Team -- Problem with wine preloader: