RE: AIR app (Captive runtime) is blocked by anti-virus scanner

2021-02-10 Thread Jason Taylor
As long as you continue to use self signed certs and non EV-Code Signing certs 
from a trusted 3rd party intermediary certificate authority you will continue 
to encounter errors.
~ JT

-Original Message-
From: Carlos Rovira  
Sent: Wednesday, February 3, 2021 8:15 AM
To: users@flex.apache.org
Subject: Re: AIR app (Captive runtime) is blocked by anti-virus scanner

Hi many thanks for the support, from now we're experiencing problems with some 
AV providers but not all. I think "Avast" is not generating problems...so we 
still are figuring it out.

Thanks!



El mié, 3 feb 2021 a las 14:10, Olaf Krueger ()
escribió:

> This is just one example of how to create a self-signed p12 cert using 
> ADT, maybe it helps:
>
> flex-sdk\bin> ./adt -certificate -cn SelfSign -ou XY -o "YourOrganization"
> -c DE -validityPeriod 2 2048-RSA yourCertName.p12 yourSecretPassword
>
>
>
> --
> Sent from: http://apache-flex-users.246.n4.nabble.com/
>


--
Carlos Rovira
Apache Member & Apache Royale PMC
*Apache Software Foundation*
http://about.me/carlosrovira




Re: Run Time Error

2021-02-10 Thread Carlos Rovira
Ops! Thanks! Sorry :)

El mié, 10 feb 2021 a las 15:10, Piotr Zarzycki ()
escribió:

> Carlos,
>
> He is not talking about Royale. It's about pure Flex application. :)
>
> śr., 10 lut 2021 o 14:29 Carlos Rovira 
> napisał(a):
>
> > Hi Yishay, just let you know that Modules are still not working fully. I
> > think that's one of the latest issues to solve in Royale for a 1.0
> > But it is not easy, we'll need help there from Greg, Josh and others to
> > make it work. Being said that your problem could be related to that.
> >
> > El mié, 10 feb 2021 a las 14:01, Yishay Weiss ()
> > escribió:
> >
> > > Hi All,
> > >
> > > I am getting the following [1] runtime error when loading a module.
> Does
> > > anyone have a clue as to what may be causing it?
> > >
> > > I am building the a debug version with incremental turned off.
> > >
> > > Thanks for any tips,
> > > Yishay
> > >
> > > [1]
> > > ReferenceError: Error #1065: Variable
> > >
> _class_embed_css_Assets_swf_327131264_mx_skins_cursor_DragLink_1081155590
> > > is not defined.
> > >
> > > at flash.display::MovieClip/nextFrame()
> > > at mx.core::FlexModuleFactory/deferredNextFrame()
> > > at mx.core::FlexModuleFactory/update()
> > > at mx.core::FlexModuleFactory/moduleCompleteHandler()
> > >
> > >
> >
> > --
> > Carlos Rovira
> > Apache Member & Apache Royale PMC
> > *Apache Software Foundation*
> > http://about.me/carlosrovira
> >
>
>
> --
>
> Piotr Zarzycki
>


-- 
Carlos Rovira
Apache Member & Apache Royale PMC
*Apache Software Foundation*
http://about.me/carlosrovira


Re: Run Time Error

2021-02-10 Thread Piotr Zarzycki
Carlos,

He is not talking about Royale. It's about pure Flex application. :)

śr., 10 lut 2021 o 14:29 Carlos Rovira  napisał(a):

> Hi Yishay, just let you know that Modules are still not working fully. I
> think that's one of the latest issues to solve in Royale for a 1.0
> But it is not easy, we'll need help there from Greg, Josh and others to
> make it work. Being said that your problem could be related to that.
>
> El mié, 10 feb 2021 a las 14:01, Yishay Weiss ()
> escribió:
>
> > Hi All,
> >
> > I am getting the following [1] runtime error when loading a module. Does
> > anyone have a clue as to what may be causing it?
> >
> > I am building the a debug version with incremental turned off.
> >
> > Thanks for any tips,
> > Yishay
> >
> > [1]
> > ReferenceError: Error #1065: Variable
> > _class_embed_css_Assets_swf_327131264_mx_skins_cursor_DragLink_1081155590
> > is not defined.
> >
> > at flash.display::MovieClip/nextFrame()
> > at mx.core::FlexModuleFactory/deferredNextFrame()
> > at mx.core::FlexModuleFactory/update()
> > at mx.core::FlexModuleFactory/moduleCompleteHandler()
> >
> >
>
> --
> Carlos Rovira
> Apache Member & Apache Royale PMC
> *Apache Software Foundation*
> http://about.me/carlosrovira
>


-- 

Piotr Zarzycki


Re: Run Time Error

2021-02-10 Thread Carlos Rovira
Hi Yishay, just let you know that Modules are still not working fully. I
think that's one of the latest issues to solve in Royale for a 1.0
But it is not easy, we'll need help there from Greg, Josh and others to
make it work. Being said that your problem could be related to that.

El mié, 10 feb 2021 a las 14:01, Yishay Weiss ()
escribió:

> Hi All,
>
> I am getting the following [1] runtime error when loading a module. Does
> anyone have a clue as to what may be causing it?
>
> I am building the a debug version with incremental turned off.
>
> Thanks for any tips,
> Yishay
>
> [1]
> ReferenceError: Error #1065: Variable
> _class_embed_css_Assets_swf_327131264_mx_skins_cursor_DragLink_1081155590
> is not defined.
>
> at flash.display::MovieClip/nextFrame()
> at mx.core::FlexModuleFactory/deferredNextFrame()
> at mx.core::FlexModuleFactory/update()
> at mx.core::FlexModuleFactory/moduleCompleteHandler()
>
>

-- 
Carlos Rovira
Apache Member & Apache Royale PMC
*Apache Software Foundation*
http://about.me/carlosrovira


Run Time Error

2021-02-10 Thread Yishay Weiss
Hi All,

I am getting the following [1] runtime error when loading a module. Does anyone 
have a clue as to what may be causing it?

I am building the a debug version with incremental turned off.

Thanks for any tips,
Yishay

[1]
ReferenceError: Error #1065: Variable 
_class_embed_css_Assets_swf_327131264_mx_skins_cursor_DragLink_1081155590 is 
not defined.

at flash.display::MovieClip/nextFrame()
at mx.core::FlexModuleFactory/deferredNextFrame()
at mx.core::FlexModuleFactory/update()
at mx.core::FlexModuleFactory/moduleCompleteHandler()