Re: Strange runtime error With AMF and Moonshine

2021-04-06 Thread Harbs
What’s the bug? Was it using classes you did or didn’t import? > On Apr 6, 2021, at 12:03 PM, David Slotemaker de Bruine > wrote: > > Hi All, > > I have found the culprit. It has nothing to do with Moonshine, but seems to > be a "Feature" of the Compiler. I am not sure where I should file thi

Re: Strange runtime error With AMF and Moonshine

2021-04-06 Thread David Slotemaker de Bruine
Done. On Tue, 6 Apr 2021 at 14:42, Andrew Wetmore wrote: > Can you put that in a bug report for Royale at > https://github.com/apache/royale-asjs/issues ? > > On Tue, Apr 6, 2021 at 6:03 AM David Slotemaker de Bruine < > dslotema...@vicensvives.com> wrote: > >> Hi All, >> >> I have found the cul

Re: Strange runtime error With AMF and Moonshine

2021-04-06 Thread Andrew Wetmore
Can you put that in a bug report for Royale at https://github.com/apache/royale-asjs/issues ? On Tue, Apr 6, 2021 at 6:03 AM David Slotemaker de Bruine < dslotema...@vicensvives.com> wrote: > Hi All, > > I have found the culprit. It has nothing to do with Moonshine, but seems > to be a "Feature"

Re: Strange runtime error With AMF and Moonshine

2021-04-06 Thread David Slotemaker de Bruine
Hi All, I have found the culprit. It has nothing to do with Moonshine, but seems to be a "Feature" of the Compiler. I am not sure where I should file this problem. The problem stemmed from one of my ItemRenderers buried deep in the application that I modified recently that somehow had the followi

Re: Strange runtime error With AMF and Moonshine

2021-04-01 Thread David Slotemaker de Bruine
Hi all again, I have been trying to solve this error and I am getting closer. Making the same call using the same backend with a different (non CRUX) project works fine. The server returns the correct object in both cases (checked via charles proxy). I also eliminated the use of "serviceHelper.e

Re: Strange runtime error With AMF and Moonshine

2021-03-25 Thread Piotr Zarzycki
> > Could it be that Moonshine has download a new version of the SDK > automatically? No it's not possible. czw., 25 mar 2021 o 18:02 David Slotemaker de Bruine < dslotema...@vicensvives.com> napisał(a): > I have been busy coding away today and everything has run great. > > All of a sudden the

Strange runtime error With AMF and Moonshine

2021-03-25 Thread David Slotemaker de Bruine
I have been busy coding away today and everything has run great. All of a sudden the server call response for logging in returns correctly (visible in Charles) But the the fault event is execute in Royal, the Fault message is shown below. I have restarted both Moonshine and the webserver. Could