Path: news.cs.au.dk!news.net.uni-c.dk!newsfeed1.uni2.dk!news.algonet.se!algonet!newsfeed.icl.net!newspeer.clara.net!news.clara.net!colt.net!news0.de.colt.net!news-fra1.dfn.de!news-koe1.dfn.de!news.uni-dortmund.de!Informatik.Uni-Dortmund.DE!news From: Markus Pieper Newsgroups: comp.lang.beta Subject: Re: What leads to "Surrounding object damaged!" Date: Wed, 19 May 1999 12:01:08 +0200 Organization: Universität Dortmund, Germany Lines: 29 Message-ID: <37428BE4.1F6C7146@calzone5.informatik.uni-dortmund.de> References: <19990519091312.265.qmail@noatun.mjolner.dk> Reply-To: OnkelHotte@gmx.net NNTP-Posting-Host: risotto1.cs.uni-dortmund.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.05 [en] (X11; I; SunOS 5.6 sun4m) Xref: news.cs.au.dk comp.lang.beta:11951 datpete@mjolner.dk wrote: > Don't worry about that. This is caused by the construct > > -- pixMapRead: doPart -- > do l: (# expandedName: ^text; > format: @integer; > msg: ^text; > do name[] -> expandPixmapName > .... > > which the stack dumper did not handle correctly in your version of the system. > That is only an error in the dump. > > About the ReadXPM error: Did your program print any diagnostics to the console? > > Sincerely, > > Peter Andersen Yes, the Program print : ./Data/nix.xpm has an unknown format. But that is not true, we changed the pictures etc. BTW, the nix.xpm was opened several times before, so that file can't corrupt, the format is right. But we solved the problem otherwise: We forgot to close the pictures, so aprox. 80 pictures were opened at the same time, now that we had closed them, that error doesn't occur anymore... Markus