Re: ntdll: Stop when we can't map the shared user data

2011-01-16 Thread André Hentschel
Am 16.01.2011 04:45, schrieb Vitaliy Margolen: > On 01/14/2011 01:49 PM, André Hentschel wrote: >> It can happen that the adress 0x7ffe is blocked by some loaded libraries >> already. >> +if (status) >> +{ >> +MESSAGE( "wine: failed to map the shared user data: %x\n", status );

Re: ntdll: Stop when we can't map the shared user data

2011-01-15 Thread Vitaliy Margolen
On 01/14/2011 01:49 PM, André Hentschel wrote: It can happen that the adress 0x7ffe is blocked by some loaded libraries already. +if (status) +{ +MESSAGE( "wine: failed to map the shared user data: %x\n", status ); +exit(1); +} Most well behaved programs don't nee