-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
When compiling/running my app based on mvcExpress 1.4.2. it crashes without throwing any kind of error/message. It just quits without notice. This behavior is strangely only showing when compiling it with the 'standard build' option in Flash Builder, using the 'fast build' shows no problems and the App works just fine. Also, Android is not affected.
I've managed to trace it down to my MainModule.as file
public class MainModule extends ModuleCore
{
override protected function onInit():void
{
trace(this, 'onInit called');
// it kills the app on the next line
commandMap.execute(SetupControllerCommand);
commandMap.execute(SetupModelCommand);
commandMap.execute(SetupViewCommand);
}I'm using Adobe Air SDK 18.
Metadata
Metadata
Assignees
Labels
No labels