ADL in Adobe AIR 3.1 crashes then works then crashes then works
Hi,
I'm using Adobe AIR 3.1 to create an HTML/Javascript application.
Whenever I go to run the application using "adl", I'll get the message "Adobe AIR Debug Launcher has stopped working". If I repeat this several times, the application will eventually come up and run normally. The next time I try to run it, it may crash again, even if I've made no changes.
I'm on Windows 7 x64. In the event viewer, the errors seem to occur in either RASAPI32.dll or rtutils.dll.
Faulting application name: adl.exe, version: 3.1.0.4880, time stamp: 0x4eb7612e
Faulting module name: RASAPI32.dll, version: 6.1.7600.16385, time stamp: 0x4a5bdad7
Exception code: 0xc0000005
Fault offset: 0x000017e9
Faulting process id: 0x1f54
Faulting application start time: 0x01cd07c139760fb3
Faulting application path: C:\PF86\Adobe\AirSDK\bin\adl.exe
Faulting module path: C:\Windows\system32\RASAPI32.dll
Report Id: 7b7c9ecc-73b4-11e1-ace3-bcaec51b8285
Faulting application name: adl.exe, version: 3.1.0.4880, time stamp: 0x4eb7612e
Faulting module name: rtutils.dll, version: 6.1.7601.17514, time stamp: 0x4ce7b9ac
Exception code: 0xc0000005
Fault offset: 0x000012c8
Faulting process id: 0x1df0
Faulting application start time: 0x01cd07bd9cfe7082
Faulting application path: C:\PF86\Adobe\AirSDK\bin\adl.exe
Faulting module path: C:\Windows\system32\rtutils.dll
Report Id: de3b1cf6-73b0-11e1-ace3-bcaec51b8285
I downloaded the AIR 3.1 SDK, copied over a few Javascript files and only use "adl" for running the program. I haven't tried to build an application yet.
