You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by chris_d_k <ck...@christiankiefer.de> on 2016/01/06 14:51:50 UTC

Re: Flex Mobile -> Getting Error #3747 sometimes when fxg is loaded

Hi Alex,

I've read it but I don't get it... I have a flex application with an built
in swc and get the error on iOS when the code inside the swc creates
instances of the embedded fxg-files... So nothing from outside is loaded...

Kind regards

Christian



--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Flex-Mobile-Getting-Error-3747-sometimes-when-fxg-is-loaded-tp11645p11713.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Flex Mobile -> Getting Error #3747 sometimes when fxg is loaded

Posted by Alex Harui <ah...@adobe.com>.

On 1/6/16, 12:02 PM, "chris_d_k" <ck...@christiankiefer.de> wrote:

>Okay... I'll check this... strange is that at this point the app was
>loaded
>long time ago... and the user navigated through some screens... and then
>the
>error always occured always when calling the method createTorsoPreview()
>... 

The stack trace in your initial post contains clues:

at com.avatarLibrary.assets.maleTop::Male_Torso_7_1()
        at com.avatarLibrary.manager::AvatarBitmapManager/updateTop()
        at 
com.avatarLibrary.manager::AvatarBitmapManager/createTorsoPreview()

createTorsoPreview() calls updateTop() which is instantiating
Male_Torso_7_1() which somehow triggers the splash screen.


-Alex


Re: Flex Mobile -> Getting Error #3747 sometimes when fxg is loaded

Posted by chris_d_k <ck...@christiankiefer.de>.
Okay... I'll check this... strange is that at this point the app was loaded
long time ago... and the user navigated through some screens... and then the
error always occured always when calling the method createTorsoPreview() ... 



--
View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Flex-Mobile-Getting-Error-3747-sometimes-when-fxg-is-loaded-tp11645p11715.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Flex Mobile -> Getting Error #3747 sometimes when fxg is loaded

Posted by Alex Harui <ah...@adobe.com>.
Hi Christian,

The stack trace in your original post indicates that an embedded
splashScreenImage.swf is being loaded.  AIUI, it doesn't matter if the
content is external or embedded, if a SWF is loaded it needs the right
LoaderContext on IOS.  That could also explain why it is intermittent.  I
think the logic for splash screens may not always show them.

-Alex

On 1/6/16, 5:51 AM, "chris_d_k" <ck...@christiankiefer.de> wrote:

>Hi Alex,
>
>I've read it but I don't get it... I have a flex application with an built
>in swc and get the error on iOS when the code inside the swc creates
>instances of the embedded fxg-files... So nothing from outside is
>loaded...
>
>Kind regards
>
>Christian
>
>
>
>--
>View this message in context:
>http://apache-flex-users.2333346.n4.nabble.com/Flex-Mobile-Getting-Error-3
>747-sometimes-when-fxg-is-loaded-tp11645p11713.html
>Sent from the Apache Flex Users mailing list archive at Nabble.com.