http://bugs.winehq.org/show_bug.cgi?id=7508
Summary: Activesync 4.2 partially crashes on startup Product: Wine Version: CVS Platform: Other URL: http://www.microsoft.com/windowsmobile/activesync/active sync42.mspx OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-ole AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Now that bug 7500 is fixed, I can do $ wine WCESMgr.exe and it puts up a nice GUI that seems to work!
But bad things are happening. The console window shows several different com/rpc related crashes. Here's one:
trace:rpc:RPCRT4_OpenBinding (Binding == ^0x4c0098) wine: Unhandled page fault on write access to 0x004d0000 at address 0xb7d299dc (thread 001e), starting debugger... Backtrace: =>1 0xb7d299dc memcpy+0x1c() in libc.so.6 (0x7da09848) 2 0x7e8e280f RPCRT4_Send+0x4d(Connection=<register ESI not in topmost frame>, Header=0x2116d0, Buffer=0x2115e0, BufferLength=0x4) [/home/dank/wine-git/dlls/rpcrt4/rpc_message.c:568] in rpcrt4 (0x7da098b8) 3 0x7e8e2cdf I_RpcSend+0x1c6(pMsg=0x211500) [/home/dank/wine-git/dlls/rpcrt4/rpc_message.c:875] in rpcrt4 (0x7da09908) 4 0x7e8e6a62 RPCRT4_process_packet+0x2bf(conn=<register EDI not in topmost frame>, hdr=0x1b0ae0, msg=0x211500) [/home/dank/wine-git/dlls/rpcrt4/rpc_server.c:282] in rpcrt4 (0x7da09a28)
There seem to be others, too.