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.66.137.68 with SMTP id qg4mr8121421pab.26.1412389858071; Fri, 03 Oct 2014 19:30:58 -0700 (PDT) X-Received: by 10.140.34.208 with SMTP id l74mr43833qgl.1.1412389857808; Fri, 03 Oct 2014 19:30:57 -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.linkpendium.com!news.linkpendium.com!news.snarked.org!newsfeed.news.ucla.edu!usenet.stanford.edu!uq10no3612543igb.0!news-out.google.com!i10ni60qaf.0!nntp.google.com!s7no383891qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 3 Oct 2014 19:30:57 -0700 (PDT) In-Reply-To: <8a1302ac-a1fe-463c-b943-65cf5e768135@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> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5bacaba2-5ee4-4af6-ba42-971acbe54ef8@googlegroups.com> Subject: Re: Gnoga on Windows From: Jeremiah Injection-Date: Sat, 04 Oct 2014 02:30:57 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:22071 Date: 2014-10-03T19:30:57-07:00 List-Id: On Friday, October 3, 2014 9:53:00 PM UTC-4, Jeremiah wrote: > > > 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? Oddly enough, Gnoga stopped working at all. I can no longer access it at localhost:8080. I tried restarting and turning off windows firewall, but nothing. It just spins trying to connect. I'm still able to run a basic AWS program and work on localhost:8080, but not Tutorial1. Odd. Also tried snake which worked before. Now it doesn't. Any clue what could cause them to stop loading?