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.0 required=5.0 tests=BAYES_00,FORGED_HOTMAIL_RCVD2, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,30e165cfb56b149d X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.227.67 with SMTP id ry3mr5514901pbc.8.1342299585489; Sat, 14 Jul 2012 13:59:45 -0700 (PDT) Path: l9ni11739pbj.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: gautier_niouzes@hotmail.com Newsgroups: comp.lang.ada Subject: Re: error running openGL/Ada demo from GLOBE_3D using GNAT 2012 Date: Sat, 14 Jul 2012 13:59:45 -0700 (PDT) Organization: http://groups.google.com Message-ID: <59529bd2-2e93-4512-8867-d8c6ff0ea787@googlegroups.com> References: <4b22c809-4d41-4d0d-8824-4c335e4e6957@googlegroups.com> NNTP-Posting-Host: 83.76.61.145 Mime-Version: 1.0 X-Trace: posting.google.com 1342299585 9109 127.0.0.1 (14 Jul 2012 20:59:45 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 14 Jul 2012 20:59:45 +0000 (UTC) Cc: nma@12000.org In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=83.76.61.145; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-07-14T13:59:45-07:00 List-Id: Nasser: > btw, would it not be better to have those prebuild demo examples in the > distribution demo/ folder be build as static instead of shared? so > that to eliminate the shared library being different on each system. I could not agree more! These are kind of things I am learning progressively, like the advantage of -static, on another project. Also kind of annoyances you don't know on less refined systems (I am used to a clunky, commercial one called Windows). > I am no expert on this, but something to consider. Absolutely, it solved lots of problems on that other project. > That is why I was trying to build the demo files myself. But > due to that texture error, can't run them. I'm afraid you went past any problem with texture loading if you get that message (your post after having restored the .zip files): " OpenGL Warning: XGetVisualInfo returned 0 visuals for 0x9d00de0 OpenGL Warning: Retry with 0x8002 returned 0 visuals Execution terminated by unhandled exception Exception name: STORAGE_ERROR Message: stack overflow or erroneous memory access Call stack traceback locations: 0x811d74e " It looks like an OpenGL issue with your Linux installation. Perhaps a plain Ubuntu would help ? Everything fine with other OpenGL-based software ?... G.