Skip to main content
Participating Frequently
March 21, 2012
Question

ADL crashes right after calling addChild

  • March 21, 2012
  • 9 replies
  • 2008 views

Hello.

I have a problem using AIR SDK 3.1 through FlashDevelop 4.0.1 RTM (latest at current moment). Everything works fine until I was using Flex SDK 4.5.1 + AIR SDK 2.7. After upgrading to Flex 4.6 + AIR3.1, ADL become throw error after im adding big (1280*1024) MovieClip (loaded from swf) to stage. Seems like crash happen during rendering phase. I have tried different things found on this forum, like temporary removing Macromedia and CRLCache folders from AppData. Nothing helped.

Windows event log:

Faulting application name: adl.exe, version: 3.1.0.4880, time stamp: 0x4eb7612e

Faulting module name: Adobe AIR.dll, version: 3.1.0.4880, time stamp: 0x4eb75fb9

Exception code: 0xc0000005

Fault offset: 0x00061bb3

Faulting process id: 0xa80

Faulting application start time: 0x01cd06aa51ab6bad

Faulting application path: C:\FlexSDK4.6Air3.1\bin\adl.exe

Faulting module path: C:\FlexSDK4.6Air3.1\runtimes\air\win\Adobe AIR\Versions\1.0\Adobe AIR.dll

Report Id: c0d2eabf-729d-11e1-a1a3-001e8c5ceb05

I have also Dump file for this crash, put it on dropbox: http://dl.dropbox.com/u/12765422/adl.rar

Please somebody help.

This topic has been closed for replies.

9 replies

chris.campbell
Legend
March 22, 2012

Hi drju,

Thank you for providing the .dmp file, unfortunately it looks like it's missing any relevant AIR code in the call stack.  Would you mind regenerating this using a different method?  See this post for details.  Once generated, please open a new bug report at bugbase.adobe.com and provide both the crashlog and sample code/application if you can.  Please post back with the bug URL or number once done.

Out of curiosity, does this occur if you try running your app from FlashDevelop on a new user account?

Thanks,

Chris

drjuAuthor
Participating Frequently
March 23, 2012

Thanks for fast reply.

I tried as suggested to run my application on a new user and got same crash. I have created a new dump file with another method provided in linked post, and also uploaded it here: http://dl.dropbox.com/u/12765422/adl.exe.6092.rar , however creating isolated sample app will need a time for creation. I will try to do it as far as possible and add comment to this discussion.

Thanks again,

drju