From: Jens Fisseler Newsgroups: comp.lang.beta Subject: HELP! Some strange error! Date: Wed, 13 May 1998 15:50:52 +0200 Organization: CS Department, University of Dortmund, Germany Lines: 33 Message-ID: <3559A53C.5699@marvin.informatik.uni-dortmund.de> NNTP-Posting-Host: marvin.informatik.uni-dortmund.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5.1 sun4u) Path: news.daimi.aau.dk!news.net.uni-c.dk!uninett.no!news-feed.inet.tele.dk!bofh.vszbr.cz!fu-berlin.de!news.rz.uni-hildesheim.de!Informatik.Uni-Dortmund.DE!news Xref: news.daimi.aau.dk comp.lang.beta:11571 Hi everybody out there! We are some students at the University of Dortmund, Germany, and were working on a programm, when suddenly a strange error occured: ObjectUnserializer: Unknown prototype at inx 4: -1 We assume it has to do with this part of our program: .... (if PRIVATE.vorIndex < index then index-PRIVATE.vorIndex -> diff; (for i: diff repeat PRIVATE.vorStudent.succ[] -> PRIVATE.vorStudent[] for) else PRIVATE.vorIndex-index -> diff; (for i: diff repeat PRIVATE.vorStudent.pred[] -> PRIVATE.vorStudent[] for) if); .... The variables 'PRIVATE.vorIndex' and 'index' are @integerObject, and 'PRIVATE.vorStudent' is of the kind @priorityList.theCellType. We'd be glad if some of you could help us. Sincerely, Jens P.S.: 'diff' is also of the kind @integerObject. We had changed it to @integer, but the same error occured.