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.236.125.67 with SMTP id y43mr1544697yhh.22.1412387579563; Fri, 03 Oct 2014 18:52:59 -0700 (PDT) X-Received: by 10.140.34.208 with SMTP id l74mr40802qgl.1.1412387579519; Fri, 03 Oct 2014 18:52:59 -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!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!dc16no499315qab.1!news-out.google.com!i10ni60qaf.0!nntp.google.com!s7no380732qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 3 Oct 2014 18:52:57 -0700 (PDT) In-Reply-To: <66770438-2eba-4fcf-bcbe-e2660fc5e9c0@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> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8a1302ac-a1fe-463c-b943-65cf5e768135@googlegroups.com> Subject: Re: Gnoga on Windows From: Jeremiah Injection-Date: Sat, 04 Oct 2014 01:52:59 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 2129 X-Received-Body-CRC: 1575680567 Xref: news.eternal-september.org comp.lang.ada:22066 Date: 2014-10-03T18:52:57-07:00 List-Id: On Wednesday, September 24, 2014 3:08:01 PM UTC-4, David Botton wrote: > If any one has a chance to try Gnoga on windows would be appreciated. (http://www.gnoga.com) > > > > (yes believe it or not I haven't had a windows dev environment setup in many years) After battling with getting AWS installed, I finally got a chance to try out the first tutorial on Gnoga. It compiled fine, but running I noticed somethings: 1. It did not launch the browser (I assume this is purposeful, but figured I would at least give notice of it). Manually launching the browser and going to localhost:8080 of course works. 2. The first tutorial fails when the application ends with the following output: C:\MinGW\msys\1.0\home\Jere\gnoga-code\bin\tutorial_01 Starting Web Server with web root at ../ Starting Gnoga Server on :8080 Error finalizing - g7 PROGRAM_ERROR - EXCEPTION_ACCESS_VIOLATION Looking through the code, that appears to be the Finalize procedure for Base_Type in gnoga-gui-base.adb Is this expected?