Community

AGI Programming => Mega Tokyo AGI Archive => Topic started by: Jelle on October 16, 2002, 01:03:03 PM

Title: Errors opening logics/viewing pic
Post by: Jelle on October 16, 2002, 01:03:03 PM
Opening logic 15 (KQ][):
Quote
Error decoding logic (position 0x0459): Block to long (61 bytes longer than rest previous block)
Error loading logic. The resource may be corrupt.


Opening logic 48 (KQIII):
Quote
Error decoding logic (position 0x007F): Encountered command block of length 0.
Error loading logic. The resource may be corrupt.


Selecting picture 31-48 and some more (KQIV):
Quote
Error: Could not load resource. The files may be open or the resource may be corrupt.


Can somebody help me?
BTW: "Block to long" shouldn't that be "block tOO long"?
Title: Re:Errors opening logics/viewing pic
Post by: Joel on October 16, 2002, 02:14:23 PM
That error from KQIII is not really an error. It means that something like the following was compiled:

if (f3)
{
  // empty if block
}

This error message has been removed from AGI Studio as of version 1.36 (noted in the AGI Base Logic Generator 2.0's options dialog box under the Compiled Code tab).