Hi. First breakpoint cause normal debugger stopping, when I debug simple "like WM" native application on unlocked WP7 device. After anything more (run, step or restart) RAPI crashes.
There is VS2008 JIT output:
Load module: rapiclnt.exe
Load module: coredll.dll.0405.MUI
Load module: RPICDLL.dll
Load module: LPCRT.dll
Load module: RPCRT4LEGACY.dll
Load module: FPCRT.dll
Load module: RPShell.DLL
Load module: ceshell.dll
Load module: RPISHELL.dll
Load module: eventsnd.dll
Load module: waveapic.dll
Load module: phone.dll
Load module: ole32.dll
Load module: EMCLIENT.dll
Load module: ZTrace.dll
Load module: ossvcs.dll
Load module: shlwapi.dll
Load module: ril.dll
Load module: AYGSHELL.dll
Load module: rpivcs.dll
Load module: shcore.dll
Load module: SSLLSP.DLL
Load module: wspm.dll
Load module: nspm.dll
Load module: WsCmExt.dll
Load module: CmNet.dll
Load module: iphlpapi.dll
Load module: WINNSI.DLL
Load module: RPCRT4.dll
Load module: NSI.dll
Load module: WS2.dll
Load module: CXPORT.dll
Load module: OLEAUT32.dll
Load module: PACMANCLIENT.dll
Load module: poide.dll
Load module: coredll.dll
The thread 0x185c03c6 has exited with code -1073741819 (0xc0000005).
The thread 0x176e0102 has exited with code -1073741819 (0xc0000005).
The thread 0xaab002a has exited with code -1073741819 (0xc0000005).
The thread 0x69202d6 has exited with code -1073741819 (0xc0000005).
The thread 0x732011e has exited with code -1073741819 (0xc0000005).
The thread 0x1759011e has exited with code -1073741819 (0xc0000005).
The thread 0x19bc049a has exited with code -1073741819 (0xc0000005).
The thread 0x17c802be has exited with code -1073741819 (0xc0000005).
The program '[0x17C7020A] rapiclnt.exe' has exited with code -1073741819 (0xc0000005).
Probably poide.dll want to use any deprecated WM API, I can post fix, but I do not know, what API is needed.
I cannot patch dll, which is probably generated everytime from appplication source code, or deployed everytime again.
Is possible cooperation for debugging repair?
There is possible to prepare simple WP7 "SDK" for PellesC to enable native Windows Phone 7 development.
More is on:
http://forum.xda-developers.com/showthread.php?p=39227841#post39227841