Thread: 602 animations error

Results 1 to 4 of 4
  1. #1 602 animations error 
    Banned
    Join Date
    Nov 2011
    Age
    28
    Posts
    430
    Thanks given
    22
    Thanks received
    66
    Rep Power
    0
    Code:
    Class36.java:19: cannot find symbol
    symbol  : constructor Class18(Stream,int)
    location: class Class18
                    Class18 class18 = new Class18(stream1, 0);
                                      ^
    Class36.java:96: cannot find symbol
    symbol  : constructor Class18(Stream,int)
    location: class Class18
                    Class18 class18 = new Class18(stream, 0);
                                      ^
    Reply With Quote  
     

  2. #2  
    Registered Member
    Mimi's Avatar
    Join Date
    Feb 2011
    Age
    25
    Posts
    860
    Thanks given
    253
    Thanks received
    91
    Rep Power
    195
    use this ?
    Code:
    // Decompiled by Jad v1.5.8f. Copyright 2001 Pavel Kouznetsov.
    // Jad home page: http://www.kpdus.com/jad.html
    // Decompiler options: packimports(3) 
    
    public final class Class18
    {
    
        public Class18(Stream stream, int shit)
        {
            int anInt341 = stream.readUnsignedWord();
    		anIntArray342 = new int[anInt341];
            anIntArrayArray343 = new int[anInt341][];
            for(int j = 0; j < anInt341; j++)
                anIntArray342[j] = stream.readUnsignedWord();
    
    		for(int j = 0; j < anInt341; j++)
    			anIntArrayArray343[j] = new int[stream.readUnsignedWord()];
    
            for(int j = 0; j < anInt341; j++)
    			for(int l = 0; l < anIntArrayArray343[j].length; l++)
    				anIntArrayArray343[j][l] = stream.readUnsignedWord();
        }
    
        public final int[] anIntArray342;
        public final int[][] anIntArrayArray343;
    }
    "Simplicity is elegance"
    "Peace & Love"
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Nov 2011
    Age
    28
    Posts
    430
    Thanks given
    22
    Thanks received
    66
    Rep Power
    0
    cheers fixed ages ago
    Reply With Quote  
     

  4. #4  
    Registered Member
    Mimi's Avatar
    Join Date
    Feb 2011
    Age
    25
    Posts
    860
    Thanks given
    253
    Thanks received
    91
    Rep Power
    195
    lol thought u didn't uppydogeyes:
    "Simplicity is elegance"
    "Peace & Love"
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [PI] Help 602 Animations/Gfx error
    By Magick07 in forum Graphics
    Replies: 3
    Last Post: 07-07-2011, 02:20 AM
  2. 602 Animations Error
    By Defiled-X in forum Help
    Replies: 2
    Last Post: 04-20-2011, 09:25 PM
  3. 525 animations help 1 error only
    By Zetto in forum Help
    Replies: 2
    Last Post: 03-04-2011, 07:35 AM
  4. Requesting animations 65 error
    By Purple in forum Help
    Replies: 0
    Last Post: 04-08-2010, 02:49 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •