Page 1 of 1

Stackdump

PostPosted: Fri Jan 30, 2009 12:53 am
by ardent red
I tried to link into my age and got the following stackdump:
Code: Select all
Exception type: Access violation
Call stack (14 levels):
 0x00869D54
  0x00475CF0
   0x00476029
    0x00641570
     0x00640F3C
      0x0064112F
       0x00655007
        0x00635FEA
         0x00654111
          0x0065417D
           0x006541C5
            0x00653337
             0x006488B2


Does anyone know what the problem could be?

Re: Stackdump

PostPosted: Fri Jan 30, 2009 11:40 am
by D'Lanor
Some people here can read stackdumps but I am not one of them. :? I can make a wild guess though. A very common error which causes this is having an animated object that is not an actor.

Re: Stackdump

PostPosted: Fri Jan 30, 2009 1:47 pm
by ardent red
d'oh! I didn't think that applied because I hadn't referenced the object+animation in AlcScript, but that makes sense. Thanks!