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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,6d98b55a35ce9983 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-12 11:04:39 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!news.tele.dk!small.news.tele.dk!128.39.3.168!uninett.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Gnu Visual Debugger - Exception in Win 98 Date: Tue, 12 Feb 2002 19:04:38 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <5ee5b646.0202111828.663308f6@posting.google.com> <3C6919DB.4040708@mediaone.net> NNTP-Posting-Host: kiuk0156.chembio.ntnu.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: tyfon.itea.ntnu.no 1013540678 16373 129.241.83.82 (12 Feb 2002 19:04:38 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Tue, 12 Feb 2002 19:04:38 +0000 (UTC) User-Agent: slrn/0.9.7.3 (Linux) Xref: archiver1.google.com comp.lang.ada:19948 Date: 2002-02-12T19:04:38+00:00 List-Id: On Tue, 12 Feb 2002 13:29:29 GMT, Ed Falis wrote: > I have an application based on GTK with some users on Win 95/98, and > have seen a similar symptom: seg fault in kernel32.dll. The workaround > is to locate gtkrc, and determine whether the font that's specified > there is actually on the machine. Another possiblity is that the > "module_path" doesn't point to the directory containing redmond.dll. Ah ok. Then comment out the line: Gtk.Rc.Init; in your main procedure should work I think. > If adjusting these doesn't work, you can comment out the module_path and > redmond.dll references in the file - this will result in not having the > windows theme. Well this sounds very nice (not having the windows theme, that is) -- Preben Randhol �For me, Ada95 puts back the joy in programming.�