wine: Unhandled page fault on read access to 0x00000001 at a

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Mathieu Malaterre

wine: Unhandled page fault on read access to 0x00000001 at a

Post by Mathieu Malaterre »

Hi there,

In my final attempt to get nmake/cl working under wine 1.1.24 I am
getting the following:

-- Check for working C compiler: C:/Program Files/Microsoft Visual
Studio 8/VC/bin/cl.exe
fixme:ole:NdrCorrelationInitialize (0x33e46c, 0x33e060, 1024, 0x0): stub
fixme:ole:NdrCorrelationInitialize (0x33e46c, 0x33e060, 1024, 0x0): stub
fixme:netapi32:NetWkstaUserGetInfo Level 1 processing is partially implemented
fixme:advapi:LsaOpenPolicy ((null),0x33d8e0,0x00000001,0x33d8dc) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:ntlm:ntlm_InitializeSecurityContextW using ntlm_auth cached
credentials not supported
err:rpc:RPCRT4_SecurePacket EncryptMessage failed with 0x80090321
fixme:ole:NdrCorrelationInitialize (0x33e46c, 0x33e060, 1024, 0x0): stub
fixme:netapi32:NetWkstaUserGetInfo Level 1 processing is partially implemented
fixme:advapi:LsaOpenPolicy ((null),0x33d8e0,0x00000001,0x33d8dc) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:ntlm:ntlm_InitializeSecurityContextW using ntlm_auth cached
credentials not supported
err:rpc:RPCRT4_SecurePacket EncryptMessage failed with 0x80090321
fixme:ole:NdrCorrelationInitialize (0x33e46c, 0x33e060, 1024, 0x0): stub
fixme:netapi32:NetWkstaUserGetInfo Level 1 processing is partially implemented
fixme:advapi:LsaOpenPolicy ((null),0x33d8e0,0x00000001,0x33d8dc) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:ntlm:ntlm_InitializeSecurityContextW using ntlm_auth cached
credentials not supported
err:rpc:RPCRT4_SecurePacket EncryptMessage failed with 0x80090321
fixme:ole:NdrCorrelationInitialize (0x33e46c, 0x33e060, 1024, 0x0): stub
wine: Unhandled page fault on read access to 0x00000001 at address
0x7ef6c7aa (thread 0044), starting debugger...


For some reason the winedbg is not started properly. I am not sure
how I should report this kind of bug then ?

thanks for suggestion,
--
Mathieu
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: wine: Unhandled page fault on read access to 0x00000001

Post by vitamin »

Mathieu Malaterre wrote:For some reason the winedbg is not started properly. I am not sure how I should report this kind of bug then ?
If you using Ubuntu binaries, they known to have such problem. Compile Wine from source.
Mathieu Malaterre

wine: Unhandled page fault on read access to 0x00000001 at a

Post by Mathieu Malaterre »

On Tue, Jun 30, 2009 at 6:22 AM, vitamin<[email protected]> wrote:
Mathieu Malaterre wrote:
For some reason the winedbg is not started properly. I am not sure how I should report this kind of bug then ?
If you using Ubuntu binaries, they known to have such problem. Compile Wine from source.
I am on debian, so I am guessing this should be the same. Any reference, link ?

Thanks

--
Mathieu
Locked