Replies: 3 comments 14 replies
|
Hi The request to hide the splash screen comes after we've processed the ActionScript for the first "frame", before rendering it. So this could happen sometimes if there's an exception thrown within your main class constructor - normally it would just mean you end up with an application with a white screen, but it looks like this would also leave this window up.. Are you able to run Scout before you start the AIR application, and see whether there are any clues provided in the Scout output about what may be happening during the application start-up? And do you have any ANEs, because another common issue is if an ANE fails to load then this could be the result.. thanks Andrew |
|
This is very interesting I have a similar problem and it happens on 33, 50 and 51 latest versions. Oddly the app runs in shell/kiosk mode on windows11. Starting explorer.exe frees up the hang for some odd reason. If I understand correctly - I should defer application startup tasks away from the constructor those to added to stage. Problem is I don't get an application with an empty screen. I get nothing loading in. No pre-starling stage at all. air v32 works without this hang. To add, I have different experiences on different win 11 machines that were spec'd identically. |
|
Also added an UncaughtErrorHandler as suggested by @2jfw - unfortunately no error was caught in the start up of the application. |

Uh oh!
There was an error while loading. Please reload this page.
OS: windows10 64

SDK: AIR SDK For Windows 33.0.2.339
Publish Settings: Embedded Runtime Applications
My Problem: After the software is opened, it always stays in the Harman interface。This problem does not exist on my machine, but on the other two machines.
All reactions