Re: compiler is broken

2018-12-17 Thread Alex Harui
Serkan, What Ant targets are you running? Post a link to the console output including the ant command. I’m not sure why you say the mirror and file are broken. What errors are you getting that indicate that it is broken? -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date:

Re: Work on Emulation

2018-12-17 Thread Alex Harui
Hi Serkan I’m not surprised that the Royale SWF does not run. I haven’t spent any time ensuring that it does. The JS version compiled with 0 errors. What happens when you run the JS version? -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Monday, December 17, 2018 at

Re: compiler is broken

2018-12-17 Thread Serkan Taş
Hi, When I downloaded the zip file from the link https://www-eu.apache.org/dist/flex/flexunit/4.2.0/binaries/apache-flex-flexunit-4.2.0-4.12.0-bin.zip and put it into the folder royale-asjs/in, I expected the compiler should not delete, bud done so. Two problems here: 1. The mirror and

Re: Linkage problem for asjs compiler

2018-12-17 Thread mrchnk
Hi, Alex! I downloaded the latest nightly build of royale (which is 1707) and build my project using it with "-diagnostics=32768" argument. Here is build output (too large to be posted as a gist): https://drive.google.com/open?id=17IRbQ1xAfpAirjbW6YjQPFEYHmL1HnhC I also enabled warnings for that

Apache Flex AIR Application problems with a limitation of two HTTP request on windows

2018-12-17 Thread Carlos Rovira
Hi, we are in the process of encapsulate an existing Apache Flex app in Adobe AIR to overcome the #flash2020 problem with browsers. In this transition, we found a problem with Adobe AIR in windows with a limit of two HTTP request to the same server. This seems due to Adobe AIR using WinlNet on

RE: Apache Flex AIR Application problems with a limitation of two HTTP request on windows

2018-12-17 Thread Frost, Andrew
Hi Carlos This looks like it’s to do with http 1.1 .. see the final recommendations in 8.1.4 of RFC 2616 [1] But you can hopefully override it using the windows registry (see [2]) HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings MaxConnectionsPerServer can be set to