You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2020/07/31 15:36:06 UTC

[GitHub] [royale-compiler] brianraymes opened a new issue #157: Release Builds Broken - App Fails to Start

brianraymes opened a new issue #157:
URL: https://github.com/apache/royale-compiler/issues/157


   @joshtynjala Release builds are broken due to a change or changes between 7/28 & 7/30. I haven't been able to isolate exactly which commit, but if I revert the compiler to before those changes and rebuild everything, release builds can again run.
   
   Specifically, in my case, UIDUtil.as (royale-asjs) -> createUID() -> `UIDBuffer.position = 0;` fails in the following way:
   
   ```
   App.js:formatted:129599 Uncaught TypeError: Cannot set property 'position' of undefined
       at Function.HY.createUID (App.js:formatted:129599)
       at Function.f3.createUID (App.js:formatted:122293)
       at jJ.e3 [as constructor] (App.js:formatted:102495)
       at jJ.j3 [as constructor] (App.js:formatted:103048)
       at jJ.k3 [as constructor] (App.js:formatted:103370)
       at new jJ (App.js:formatted:150938)
       at IU.hJ [as constructor] (App.js:formatted:14290)
       at IU.mJ [as constructor] (App.js:formatted:14628)
       at new IU (App.js:formatted:65554)
       at Function.FI.generateMXMLArray (App.js:formatted:142956)
   ```
   
   I am not calling this function directly, but instead it is being called from MXRoyale's RPC code.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [royale-compiler] joshtynjala commented on issue #157: Release Builds Broken - App Fails to Start

Posted by GitBox <gi...@apache.org>.
joshtynjala commented on issue #157:
URL: https://github.com/apache/royale-compiler/issues/157#issuecomment-667412445


   It looks like commit b9990667e792950d4f30699f9628b989c3b3457d has exposed a different bug that was flying under the radar. I have partially reverted until I can fix that other bug.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [royale-compiler] carlosrovira commented on issue #157: Release Builds Broken - App Fails to Start

Posted by GitBox <gi...@apache.org>.
carlosrovira commented on issue #157:
URL: https://github.com/apache/royale-compiler/issues/157#issuecomment-667222376


   @joshtynjala, if you need code to test, this project shows the issue: https://github.com/codeoscopic/avant2-website


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [royale-compiler] asfgit closed issue #157: Release Builds Broken - App Fails to Start

Posted by GitBox <gi...@apache.org>.
asfgit closed issue #157:
URL: https://github.com/apache/royale-compiler/issues/157


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [royale-compiler] carlosrovira commented on issue #157: Release Builds Broken - App Fails to Start

Posted by GitBox <gi...@apache.org>.
carlosrovira commented on issue #157:
URL: https://github.com/apache/royale-compiler/issues/157#issuecomment-667221429


   I can confirm the regression. Please @joshtynjala hope you can take a look.
   Thanks


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [royale-compiler] joshtynjala commented on issue #157: Release Builds Broken - App Fails to Start

Posted by GitBox <gi...@apache.org>.
joshtynjala commented on issue #157:
URL: https://github.com/apache/royale-compiler/issues/157#issuecomment-667394125


   Investigating... I think I have an idea of what may be wrong.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org