From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.70.96.239 with SMTP id dv15mr9709005pdb.3.1412538112359; Sun, 05 Oct 2014 12:41:52 -0700 (PDT) X-Received: by 10.140.102.130 with SMTP id w2mr1317qge.16.1412538112011; Sun, 05 Oct 2014 12:41:52 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!uq10no4515684igb.0!news-out.google.com!i10ni60qaf.0!nntp.google.com!s7no705049qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 5 Oct 2014 12:41:51 -0700 (PDT) In-Reply-To: <0b5b7122-dee8-4b23-a383-0e90dcd6d19c@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=108.44.225.195; posting-account=vk6_JwoAAABkMyHO1YfdP69Hm3CpbdGR NNTP-Posting-Host: 108.44.225.195 References: <66770438-2eba-4fcf-bcbe-e2660fc5e9c0@googlegroups.com> <8a1302ac-a1fe-463c-b943-65cf5e768135@googlegroups.com> <0b5b7122-dee8-4b23-a383-0e90dcd6d19c@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1947a3dd-9b17-481b-9a28-5ead65aaa272@googlegroups.com> Subject: Re: Gnoga on Windows From: Jeremiah Injection-Date: Sun, 05 Oct 2014 19:41:52 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:22116 Date: 2014-10-05T12:41:51-07:00 List-Id: On Saturday, October 4, 2014 9:59:15 PM UTC-4, David Botton wrote: > > 1. It did not launch the browser (I assume this is purposeful, but fig= ured I would at least give notice of it). Manually launching the browser a= nd going to localhost:8080 of course works. >=20 >=20 >=20 > You can programmatically open the browser by calling Gnoga.Appication.Ope= n_URL_Windows (or OSX or Linux) >=20 >=20 >=20 > BTW, can you add it and let me know if works on Windows? I haven't tested= the code I added for that on Windows. Adding it does fire up the browser. Everything from that point works as I = described in other posts (with the exception and the trouble running from a= fresh cached browser). I did see one difference running from minGW bash: = on one occasion, instead of PROGRAM_ERROR I got: Error finalizing - g7 CONSTRAINT_ERROR - aws-net-websocket.adb:330 access check failed I only got it once and got PROGRAM_ERROR on remaining tries. >=20 >=20 >=20 > Also, are the other tutorials working? (assuming you resolve the issue wh= y nothing was working) >=20 >=20 >=20 > David Botton I've only tried Tutorials 1 & 2 so far. 2 doesn't appear to have the excep= tion issue, but it does suffer from the browser not loading from GPS with f= resh cache issue. I can try others if you like.