Thread: 667 Duel arena JVM crash

Results 1 to 5 of 5
  1. #1 667 Duel arena JVM crash 
    Programming Enthusiast

    o paws's Avatar
    Join Date
    Sep 2011
    Age
    28
    Posts
    301
    Thanks given
    52
    Thanks received
    40
    Rep Power
    108
    Has anyone experienced this before? I'm using a fixed 667 cache, the initial 667 cache from Feather loaded the areas fine but the fixed cache seemed to have fixed a lot of the issues with the initial cache, but this fixed cache causes a JVM crash which when traveling or teleporting to this area and any desert areas makes it impossible for a character to get out of the area. To actually fix it I have to delete my character file, I've tried repacking my object models & maps but it doesn't seem to fix anything. I'm currently sorting through the crash to find exactly where the source of the problem is and where it's dead but it's quite difficult. I've seen the areas run fine with other people using tv but on my computer it doesn't work. Is this a problem from JRE 1.8.1_31? I noticed the other people had earlier versions of java could the newest version be unstable?

    Anyway, to give you a little background if you don't know what I'm talking about. Basically when going to duel arena the client crashes and a hs_err_pid*.log is created on my desktop with loads of information that is useless unless you know how to read it. But basically the client is trying to read from a NULL pointer, which is resulted in an access violation. Which also is the native equivalent of NullPointerException. This is quite frustrating tbh and I'm wondering if I have to send in a bug report to oracle to have this looked into because I do not want this to be a problem in the future, what if it is the version of java and one of my players has this version and gets stuck. The only thing I would be able to do is delete his/her character file unless I create a relocating command that ignores the fact that my player is offline.

    Has anybody experience a JVM crash like this before? If so some helpful tips would be nice. You can read up about JVM crashes here https://weblogs.java.net/blog/kohsuk...course_on.html

    Thanks

    EDIT Probably should have put logs

    Code:
    #
    # A fatal error has been detected by the Java Runtime Environment:
    #
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x68f8a42b, pid=65904, tid=66900
    #
    # JRE version: Java(TM) SE Runtime Environment (8.0_31-b13) (build 1.8.0_31-b13)
    # Java VM: Java HotSpot(TM) Client VM (25.31-b07 mixed mode windows-x86 )
    # Problematic frame:
    # V  [jvm.dll+0xca42b]
    #
    # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
    #
    # If you would like to submit a bug report, please visit:
    #   http://bugreport.java.com/bugreport/crash.jsp
    #
    
    ---------------  T H R E A D  ---------------
    
    Current thread (0x14a52000):  JavaThread "Thread-4" daemon [_thread_in_vm, id=66900, stack(0x159b0000,0x15a00000)]
    
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
    
    Registers:
    EAX=0x00000000, EBX=0x66e09b29, ECX=0x14a52000, EDX=0x000000bf
    ESP=0x159fe1c8, EBP=0x159fe1e8, ESI=0x14a52000, EDI=0x1795d500
    EIP=0x68f8a42b, EFLAGS=0x00210246
    
    Top of Stack: (sp=0x159fe1c8)
    0x159fe1c8:   1795d500 14a52138 66e09b29 14a52000
    0x159fe1d8:   14a74ff4 000000bf 69171b18 00000000
    0x159fe1e8:   159ff038 66e01af2 14a52138 00000000
    0x159fe1f8:   178e0d70 159ff02c 1795d500 66e09b39
    0x159fe208:   14a52138 66eb6ff7 159ff02c 159fe498
    0x159fe218:   159fe228 159ff02c 66e09b29 159ff038
    0x159fe228:   159fe254 66eb02be 66e09b29 159ff02c
    0x159fe238:   00000100 159fe2ac 66eaffaa 900d4b88 
    
    Instructions: (pc=0x68f8a42b)
    0x68f8a40b:   f3 ff 83 c4 08 83 7e 04 00 89 75 ec c7 45 f0 00
    0x68f8a41b:   00 00 00 74 08 8d 4d ec e8 58 b1 0c 00 8b 45 0c
    0x68f8a42b:   8b 00 50 e8 ed 03 f7 ff 8b f8 8b 5f 0c 83 c4 04
    0x68f8a43b:   8b cf e8 8e 28 ff ff 50 56 8d 4d fc e8 d4 6e f4 
    
    
    Register to memory mapping:
    
    EAX=0x00000000 is an unknown value
    EBX=0x66e09b29 is an unknown value
    ECX=0x14a52000 is a thread
    EDX=0x000000bf is an unknown value
    ESP=0x159fe1c8 is pointing into the stack for thread: 0x14a52000
    EBP=0x159fe1e8 is pointing into the stack for thread: 0x14a52000
    ESI=0x14a52000 is a thread
    EDI=0x1795d500 is an unknown value
    
    
    Stack: [0x159b0000,0x15a00000],  sp=0x159fe1c8,  free space=312k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V  [jvm.dll+0xca42b]
    C  [sw3d.dll+0x1af2]
    J 909  i.p(IILPlane;LPlane;III)V (0 bytes) @ 0x01b876df [0x01b87610+0xcf]
    J 868 C1 ObjectDefinition.method3046(IIILPlane;ZBIILGraphicsToolkit;LClass121;ILPlane;)LClass243; (633 bytes) @ 0x01b77f68 [0x01b77760+0x808]
    J 1410 C1 Mobile_Sub2.method904(LGraphicsToolkit;BZI)LClass243; (167 bytes) @ 0x01d45c24 [0x01d45a80+0x1a4]
    J 1408 C1 Mobile_Sub2.<init>(LGraphicsToolkit;LObjectDefinition;IIIIIZIIIIIIZ)V (229 bytes) @ 0x01d45344 [0x01d45140+0x204]
    J 852 C1 Class277_Sub1.method3352(IILClass84;ILGraphicsToolkit;IIIIII)V (4125 bytes) @ 0x01b65060 [0x01b647d0+0x890]
    J 906 C1 Class277_Sub1.method3350(III[LClass84;LGraphicsToolkit;[B)V (249 bytes) @ 0x01b869ec [0x01b86720+0x2cc]
    j  Class178.method1811(I[[BLClass277_Sub1;)V+88
    J 761 C1 r_Sub2.method2376(I)V (2193 bytes) @ 0x01b07b50 [0x01b06250+0x1900]
    J 1233 C1 client.method120(I)V (818 bytes) @ 0x01ce610c [0x01ce58e0+0x82c]
    j  client.method97(I)V+34
    j  GameStub.method98(I)V+90
    j  GameStub.run()V+342
    j  java.lang.Thread.run()V+11
    v  ~StubRoutines::call_stub
    V  [jvm.dll+0x1473e5]
    V  [jvm.dll+0x20d57e]
    V  [jvm.dll+0x14747e]
    V  [jvm.dll+0x147606]
    V  [jvm.dll+0x147677]
    V  [jvm.dll+0xf09df]
    V  [jvm.dll+0x169acc]
    V  [jvm.dll+0x16a35a]
    V  [jvm.dll+0x1af0a6]
    C  [msvcr100.dll+0x5c556]
    C  [msvcr100.dll+0x5c600]
    C  [kernel32.dll+0x4ee1c]
    C  [ntdll.dll+0x637eb]
    C  [ntdll.dll+0x637be]
    C  0x00000000
    
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    J 909  i.p(IILPlane;LPlane;III)V (0 bytes) @ 0x01b8769b [0x01b87610+0x8b]
    J 868 C1 ObjectDefinition.method3046(IIILPlane;ZBIILGraphicsToolkit;LClass121;ILPlane;)LClass243; (633 bytes) @ 0x01b77f68 [0x01b77760+0x808]
    J 1410 C1 Mobile_Sub2.method904(LGraphicsToolkit;BZI)LClass243; (167 bytes) @ 0x01d45c24 [0x01d45a80+0x1a4]
    J 1408 C1 Mobile_Sub2.<init>(LGraphicsToolkit;LObjectDefinition;IIIIIZIIIIIIZ)V (229 bytes) @ 0x01d45344 [0x01d45140+0x204]
    J 852 C1 Class277_Sub1.method3352(IILClass84;ILGraphicsToolkit;IIIIII)V (4125 bytes) @ 0x01b65060 [0x01b647d0+0x890]
    J 906 C1 Class277_Sub1.method3350(III[LClass84;LGraphicsToolkit;[B)V (249 bytes) @ 0x01b869ec [0x01b86720+0x2cc]
    j  Class178.method1811(I[[BLClass277_Sub1;)V+88
    J 761 C1 r_Sub2.method2376(I)V (2193 bytes) @ 0x01b07b50 [0x01b06250+0x1900]
    J 1233 C1 client.method120(I)V (818 bytes) @ 0x01ce610c [0x01ce58e0+0x82c]
    j  client.method97(I)V+34
    j  GameStub.method98(I)V+90
    j  GameStub.run()V+342
    j  java.lang.Thread.run()V+11
    v  ~StubRoutines::call_stub
    
    ---------------  P R O C E S S  ---------------
    
    Java Threads: ( => current thread )
      0x14049800 JavaThread "Thread-11" daemon [_thread_blocked, id=65732, stack(0x177d0000,0x17820000)]
      0x14049000 JavaThread "Thread-10" daemon [_thread_blocked, id=67352, stack(0x15a00000,0x15a50000)]
      0x14048c00 JavaThread "Thread-9" daemon [_thread_in_native, id=66844, stack(0x15df0000,0x15e40000)]
      0x14048000 JavaThread "Thread-8" daemon [_thread_blocked, id=65524, stack(0x16920000,0x16970000)]
      0x14047800 JavaThread "Java Sound Event Dispatcher" daemon [_thread_blocked, id=66448, stack(0x166b0000,0x16700000)]
      0x14a81000 JavaThread "Thread-5" daemon [_thread_blocked, id=65948, stack(0x14fe0000,0x15030000)]
      0x012ab800 JavaThread "DestroyJavaVM" [_thread_blocked, id=67580, stack(0x011f0000,0x01240000)]
    =>0x14a52000 JavaThread "Thread-4" daemon [_thread_in_vm, id=66900, stack(0x159b0000,0x15a00000)]
      0x14a54400 JavaThread "Thread-3" daemon [_thread_blocked, id=67264, stack(0x15ac0000,0x15b10000)]
      0x14a6e800 JavaThread "Thread-2" daemon [_thread_blocked, id=66348, stack(0x14590000,0x145e0000)]
      0x14059800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=66684, stack(0x14660000,0x146b0000)]
      0x13f9cc00 JavaThread "AWT-Windows" daemon [_thread_in_native, id=67336, stack(0x146b0000,0x14700000)]
      0x13f9c000 JavaThread "AWT-Shutdown" [_thread_blocked, id=41052, stack(0x14610000,0x14660000)]
      0x13f97400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=65680, stack(0x14170000,0x141c0000)]
      0x13ec7000 JavaThread "Service Thread" daemon [_thread_blocked, id=67272, stack(0x14340000,0x14390000)]
      0x13ea5400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=66376, stack(0x14290000,0x142e0000)]
      0x13ea4400 JavaThread "Attach Listener" daemon [_thread_blocked, id=67408, stack(0x14200000,0x14250000)]
      0x13ea1400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=66848, stack(0x038a0000,0x038f0000)]
      0x13e71400 JavaThread "Finalizer" daemon [_thread_blocked, id=67108, stack(0x14070000,0x140c0000)]
      0x13e6c400 JavaThread "Reference Handler" daemon [_thread_blocked, id=66400, stack(0x14120000,0x14170000)]
    
    Other Threads:
      0x13e69000 VMThread [stack: 0x03930000,0x03980000] [id=62200]
      0x13ec8000 WatcherThread [stack: 0x143e0000,0x14430000] [id=67528]
    
    VM state:not at safepoint (normal execution)
    
    VM Mutex/Monitor currently owned by a thread: None
    
    Heap:
     def new generation   total 21888K, used 3477K [0x03a00000, 0x051c0000, 0x08f50000)
      eden space 19456K,  17% used [0x03a00000, 0x03d65680, 0x04d00000)
      from space 2432K,   0% used [0x04f60000, 0x04f60000, 0x051c0000)
      to   space 2432K,   0% used [0x04d00000, 0x04d00000, 0x04f60000)
     tenured generation   total 48600K, used 28028K [0x08f50000, 0x0bec6000, 0x13a00000)
       the space 48600K,  57% used [0x08f50000, 0x0aaaf340, 0x0aaaf400, 0x0bec6000)
     Metaspace       used 11391K, capacity 11510K, committed 11648K, reserved 11648K
    
    Card table byte_map: [0x013b0000,0x01440000] byte_map_base: 0x01393000
    
    Polling page: 0x00360000
    
    CodeCache: size=32768Kb used=4860Kb max_used=4860Kb free=27907Kb
     bounds [0x01890000, 0x01d50000, 0x03890000]
     total_blobs=1712 nmethods=1408 adapters=235
     compilation: enabled
    
    Compilation events (10 events):
    Event: 122.132 Thread 0x13ea5400 1415             Animable_Sub2_Sub2::method842 (130 bytes)
    Event: 122.132 Thread 0x13ea5400 nmethod 1415 0x01d46e48 code [0x01d46f70, 0x01d47198]
    Event: 122.133 Thread 0x13ea5400 1416             Animable_Sub2_Sub2::method814 (31 bytes)
    Event: 122.133 Thread 0x13ea5400 nmethod 1416 0x01d47488 code [0x01d47590, 0x01d4766c]
    Event: 122.133 Thread 0x13ea5400 1417             Animable_Sub2_Sub2::method813 (31 bytes)
    Event: 122.133 Thread 0x13ea5400 nmethod 1417 0x01d476c8 code [0x01d477d0, 0x01d478ac]
    Event: 122.167 Thread 0x13ea5400 1418             Class84::method986 (1561 bytes)
    Event: 122.190 Thread 0x13ea5400 nmethod 1418 0x01d47908 code [0x01d47d10, 0x01d49950]
    Event: 122.201 Thread 0x13ea5400 1419             Mobile_Sub2::method903 (39 bytes)
    Event: 122.202 Thread 0x13ea5400 nmethod 1419 0x01d4f388 code [0x01d4f490, 0x01d4f58c]
    
    GC Heap History (10 events):
    Event: 119.014 GC heap before
    {Heap before GC invocations=233 (full 8):
     def new generation   total 21888K, used 19522K [0x03a00000, 0x051c0000, 0x08f50000)
      eden space 19456K, 100% used [0x03a00000, 0x04d00000, 0x04d00000)
      from space 2432K,   2% used [0x04f60000, 0x04f70990, 0x051c0000)
      to   space 2432K,   0% used [0x04d00000, 0x04d00000, 0x04f60000)
     tenured generation   total 48600K, used 29158K [0x08f50000, 0x0bec6000, 0x13a00000)
       the space 48600K,  59% used [0x08f50000, 0x0abc9a00, 0x0abc9a00, 0x0bec6000)
     Metaspace       used 11390K, capacity 11510K, committed 11648K, reserved 11648K
    Event: 119.019 GC heap after
    Heap after GC invocations=234 (full 8):
     def new generation   total 21888K, used 481K [0x03a00000, 0x051c0000, 0x08f50000)
      eden space 19456K,   0% used [0x03a00000, 0x03a00000, 0x04d00000)
      from space 2432K,  19% used [0x04d00000, 0x04d78448, 0x04f60000)
      to   space 2432K,   0% used [0x04f60000, 0x04f60000, 0x051c0000)
     tenured generation   total 48600K, used 29158K [0x08f50000, 0x0bec6000, 0x13a00000)
       the space 48600K,  59% used [0x08f50000, 0x0abc9a00, 0x0abc9a00, 0x0bec6000)
     Metaspace       used 11390K, capacity 11510K, committed 11648K, reserved 11648K
    }
    Event: 120.870 GC heap before
    {Heap before GC invocations=234 (full 8):
     def new generation   total 21888K, used 19937K [0x03a00000, 0x051c0000, 0x08f50000)
      eden space 19456K, 100% used [0x03a00000, 0x04d00000, 0x04d00000)
      from space 2432K,  19% used [0x04d00000, 0x04d78448, 0x04f60000)
      to   space 2432K,   0% used [0x04f60000, 0x04f60000, 0x051c0000)
     tenured generation   total 48600K, used 29158K [0x08f50000, 0x0bec6000, 0x13a00000)
       the space 48600K,  59% used [0x08f50000, 0x0abc9a00, 0x0abc9a00, 0x0bec6000)
     Metaspace       used 11390K, capacity 11510K, committed 11648K, reserved 11648K
    Event: 120.877 GC heap after
    Heap after GC invocations=235 (full 8):
     def new generation   total 21888K, used 1236K [0x03a00000, 0x051c0000, 0x08f50000)
      eden space 19456K,   0% used [0x03a00000, 0x03a00000, 0x04d00000)
      from space 2432K,  50% used [0x04f60000, 0x05095270, 0x051c0000)
      to   space 2432K,   0% used [0x04d00000, 0x04d00000, 0x04f60000)
     tenured generation   total 48600K, used 29158K [0x08f50000, 0x0bec6000, 0x13a00000)
       the space 48600K,  59% used [0x08f50000, 0x0abc9a00, 0x0abc9a00, 0x0bec6000)
     Metaspace       used 11390K, capacity 11510K, committed 11648K, reserved 11648K
    }
    Event: 121.253 GC heap before
    {Heap before GC invocations=235 (full 8):
     def new generation   total 21888K, used 20692K [0x03a00000, 0x051c0000, 0x08f50000)
      eden space 19456K, 100% used [0x03a00000, 0x04d00000, 0x04d00000)
      from space 2432K,  50% used [0x04f60000, 0x05095270, 0x051c0000)
      to   space 2432K,   0% used [0x04d00000, 0x04d00000, 0x04f60000)
     tenured generation   total 48600K, used 29158K [0x08f50000, 0x0bec6000, 0x13a00000)
       the space 48600K,  59% used [0x08f50000, 0x0abc9a00, 0x0abc9a00, 0x0bec6000)
     Metaspace       used 11390K, capacity 11510K, committed 11648K, reserved 11648K
    Event: 121.259 GC heap after
    Heap after GC invocations=236 (full 8):
     def new generation   total 21888K, used 896K [0x03a00000, 0x051c0000, 0x08f50000)
      eden space 19456K,   0% used [0x03a00000, 0x03a00000, 0x04d00000)
      from space 2432K,  36% used [0x04d00000, 0x04de00d0, 0x04f60000)
      to   space 2432K,   0% used [0x04f60000, 0x04f60000, 0x051c0000)
     tenured generation   total 48600K, used 29504K [0x08f50000, 0x0bec6000, 0x13a00000)
       the space 48600K,  60% used [0x08f50000, 0x0ac203b0, 0x0ac20400, 0x0bec6000)
     Metaspace       used 11390K, capacity 11510K, committed 11648K, reserved 11648K
    }
    Event: 121.603 GC heap before
    {Heap before GC invocations=236 (full 8):
     def new generation   total 21888K, used 20352K [0x03a00000, 0x051c0000, 0x08f50000)
      eden space 19456K, 100% used [0x03a00000, 0x04d00000, 0x04d00000)
      from space 2432K,  36% used [0x04d00000, 0x04de00d0, 0x04f60000)
      to   space 2432K,   0% used [0x04f60000, 0x04f60000, 0x051c0000)
     tenured generation   total 48600K, used 29504K [0x08f50000, 0x0bec6000, 0x13a00000)
       the space 48600K,  60% used [0x08f50000, 0x0ac203b0, 0x0ac20400, 0x0bec6000)
     Metaspace       used 11390K, capacity 11510K, committed 11648K, reserved 11648K
    Event: 121.608 GC heap after
    Heap after GC invocations=237 (full 8):
     def new generation   total 21888K, used 922K [0x03a00000, 0x051c0000, 0x08f50000)
      eden space 19456K,   0% used [0x03a00000, 0x03a00000, 0x04d00000)
      from space 2432K,  37% used [0x04f60000, 0x05046ae0, 0x051c0000)
      to   space 2432K,   0% used [0x04d00000, 0x04d00000, 0x04f60000)
     tenured generation   total 48600K, used 29504K [0x08f50000, 0x0bec6000, 0x13a00000)
       the space 48600K,  60% used [0x08f50000, 0x0ac203b0, 0x0ac20400, 0x0bec6000)
     Metaspace       used 11390K, capacity 11510K, committed 11648K, reserved 11648K
    }
    Event: 121.776 GC heap before
    {Heap before GC invocations=237 (full 8):
     def new generation   total 21888K, used 10947K [0x03a00000, 0x051c0000, 0x08f50000)
      eden space 19456K,  51% used [0x03a00000, 0x043ca1d0, 0x04d00000)
      from space 2432K,  37% used [0x04f60000, 0x05046ae0, 0x051c0000)
      to   space 2432K,   0% used [0x04d00000, 0x04d00000, 0x04f60000)
     tenured generation   total 48600K, used 29504K [0x08f50000, 0x0bec6000, 0x13a00000)
       the space 48600K,  60% used [0x08f50000, 0x0ac203b0, 0x0ac20400, 0x0bec6000)
     Metaspace       used 11390K, capacity 11510K, committed 11648K, reserved 11648K
    Event: 121.892 GC heap after
    Heap after GC invocations=238 (full 9):
     def new generation   total 21888K, used 0K [0x03a00000, 0x051c0000, 0x08f50000)
      eden space 19456K,   0% used [0x03a00000, 0x03a00000, 0x04d00000)
      from space 2432K,   0% used [0x04f60000, 0x04f60000, 0x051c0000)
      to   space 2432K,   0% used [0x04d00000, 0x04d00000, 0x04f60000)
     tenured generation   total 48600K, used 28028K [0x08f50000, 0x0bec6000, 0x13a00000)
       the space 48600K,  57% used [0x08f50000, 0x0aaaf340, 0x0aaaf400, 0x0bec6000)
     Metaspace       used 11390K, capacity 11510K, committed 11648K, reserved 11648K
    }
    
    Deoptimization events (0 events):
    No events
    
    Internal exceptions (10 events):
    Event: 99.456 Thread 0x14a52000 Exception <a 'java/security/PrivilegedActionException'> (0x04589340) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
    Event: 100.373 Thread 0x14a52000 Exception <a 'java/security/PrivilegedActionException'> (0x0401a4b0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
    Event: 102.099 Thread 0x14a52000 Exception <a 'java/security/PrivilegedActionException'> (0x03e03f10) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
    Event: 102.101 Thread 0x14a52000 Exception <a 'java/security/PrivilegedActionException'> (0x03e05f08) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
    Event: 102.176 Thread 0x14a52000 Exception <a 'java/security/PrivilegedActionException'> (0x03e09b60) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
    Event: 102.177 Thread 0x14a52000 Exception <a 'java/security/PrivilegedActionException'> (0x03e0b7d8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
    Event: 102.539 Thread 0x14a52000 Implicit null exception at 0x01c78396 to 0x01c784b3
    Event: 123.645 Thread 0x14a52000 Exception <a 'java/security/PrivilegedActionException'> (0x03d4eac0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
    Event: 123.645 Thread 0x14a52000 Exception <a 'java/security/PrivilegedActionException'> (0x03d507b8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
    Event: 123.645 Thread 0x14a52000 Exception <a 'java/lang/NoClassDefFoundError': jagex3/graphics2/NativeError> (0x03d509c0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u31\2394\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 191]
    
    Events (10 events):
    Event: 120.870 Executing VM operation: GenCollectForAllocation
    Event: 120.877 Executing VM operation: GenCollectForAllocation done
    Event: 121.253 Executing VM operation: GenCollectForAllocation
    Event: 121.259 Executing VM operation: GenCollectForAllocation done
    Event: 121.603 Executing VM operation: GenCollectForAllocation
    Event: 121.608 Executing VM operation: GenCollectForAllocation done
    Event: 121.776 Executing VM operation: GenCollectFull
    Event: 121.893 Executing VM operation: GenCollectFull done
    Event: 123.644 loading class jagex3/graphics2/NativeError
    Event: 123.644 loading class jagex3/graphics2/NativeError done
    
    
    Dynamic libraries:
    0x00390000 - 0x003c0000 	C:\Program Files\Java\jre1.8.0_31\bin\java.exe
    0x77cc0000 - 0x77dfc000 	C:\Windows\SYSTEM32\ntdll.dll
    0x77be0000 - 0x77cb4000 	C:\Windows\system32\kernel32.dll
    0x75f50000 - 0x75f9b000 	C:\Windows\system32\KERNELBASE.dll
    0x763b0000 - 0x76450000 	C:\Windows\system32\ADVAPI32.dll
    0x77b30000 - 0x77bdc000 	C:\Windows\system32\msvcrt.dll
    0x77e20000 - 0x77e39000 	C:\Windows\SYSTEM32\sechost.dll
    0x76450000 - 0x764f2000 	C:\Windows\system32\RPCRT4.dll
    0x77790000 - 0x77859000 	C:\Windows\system32\USER32.dll
    0x77740000 - 0x7778e000 	C:\Windows\system32\GDI32.dll
    0x77e00000 - 0x77e0a000 	C:\Windows\system32\LPK.dll
    0x77410000 - 0x774ad000 	C:\Windows\system32\USP10.dll
    0x74bc0000 - 0x74d5e000 	C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
    0x761d0000 - 0x76227000 	C:\Windows\system32\SHLWAPI.dll
    0x77e50000 - 0x77e6f000 	C:\Windows\system32\IMM32.DLL
    0x77510000 - 0x775dc000 	C:\Windows\system32\MSCTF.dll
    0x6c7e0000 - 0x6c89f000 	C:\Program Files\Java\jre1.8.0_31\bin\msvcr100.dll
    0x68ec0000 - 0x69264000 	C:\Program Files\Java\jre1.8.0_31\bin\client\jvm.dll
    0x72200000 - 0x72207000 	C:\Windows\system32\WSOCK32.dll
    0x76180000 - 0x761b5000 	C:\Windows\system32\WS2_32.dll
    0x761c0000 - 0x761c6000 	C:\Windows\system32\NSI.dll
    0x74860000 - 0x74892000 	C:\Windows\system32\WINMM.dll
    0x77e10000 - 0x77e15000 	C:\Windows\system32\PSAPI.DLL
    0x73d80000 - 0x73d8c000 	C:\Program Files\Java\jre1.8.0_31\bin\verify.dll
    0x6cb20000 - 0x6cb41000 	C:\Program Files\Java\jre1.8.0_31\bin\java.dll
    0x708d0000 - 0x708e3000 	C:\Program Files\Java\jre1.8.0_31\bin\zip.dll
    0x765e0000 - 0x7722a000 	C:\Windows\system32\SHELL32.dll
    0x775e0000 - 0x7773c000 	C:\Windows\system32\ole32.dll
    0x75cc0000 - 0x75ccb000 	C:\Windows\system32\profapi.dll
    0x66f50000 - 0x67096000 	C:\Program Files\Java\jre1.8.0_31\bin\awt.dll
    0x77aa0000 - 0x77b2f000 	C:\Windows\system32\OLEAUT32.dll
    0x747b0000 - 0x747f0000 	C:\Windows\system32\uxtheme.dll
    0x73a80000 - 0x73a9b000 	C:\Users\Ryan\AppData\Local\AskPartnerNetwork\Toolbar\Updater\IDC\IdcSrvStub.dll
    0x735b0000 - 0x735cc000 	C:\Windows\system32\IPHLPAPI.DLL
    0x735a0000 - 0x735a7000 	C:\Windows\system32\WINNSI.DLL
    0x73390000 - 0x733a2000 	C:\Windows\system32\dhcpcsvc.DLL
    0x74810000 - 0x74831000 	C:\Windows\system32\ntmarta.dll
    0x76590000 - 0x765d5000 	C:\Windows\system32\WLDAP32.dll
    0x744c0000 - 0x744d3000 	C:\Windows\system32\dwmapi.dll
    0x75bd0000 - 0x75bdc000 	C:\Windows\system32\CRYPTBASE.dll
    0x69520000 - 0x69559000 	C:\Program Files\Java\jre1.8.0_31\bin\fontmanager.dll
    0x70e80000 - 0x70e95000 	C:\Program Files\Java\jre1.8.0_31\bin\net.dll
    0x75660000 - 0x7569c000 	C:\Windows\system32\mswsock.dll
    0x75650000 - 0x75656000 	C:\Windows\System32\wship6.dll
    0x73e30000 - 0x73e3f000 	C:\Program Files\Java\jre1.8.0_31\bin\nio.dll
    0x6c700000 - 0x6c730000 	C:\Program Files\Java\jre1.8.0_31\bin\t2k.dll
    0x6c8a0000 - 0x6c8c5000 	C:\Program Files\Java\jre1.8.0_31\bin\jpeg.dll
    0x738f0000 - 0x738fa000 	C:\Program Files\Java\jre1.8.0_31\bin\jsound.dll
    0x72f50000 - 0x72f59000 	C:\Program Files\Java\jre1.8.0_31\bin\jsoundds.dll
    0x678d0000 - 0x67942000 	C:\Windows\system32\DSOUND.dll
    0x74b90000 - 0x74bb5000 	C:\Windows\system32\POWRPROF.dll
    0x75fe0000 - 0x7617d000 	C:\Windows\system32\SETUPAPI.dll
    0x75d10000 - 0x75d37000 	C:\Windows\system32\CFGMGR32.dll
    0x75d40000 - 0x75d52000 	C:\Windows\system32\DEVOBJ.dll
    0x74ab0000 - 0x74ae9000 	C:\Windows\system32\MMDevAPI.DLL
    0x749b0000 - 0x74aa5000 	C:\Windows\system32\PROPSYS.dll
    0x74460000 - 0x74490000 	C:\Windows\system32\wdmaud.drv
    0x74850000 - 0x74854000 	C:\Windows\system32\ksuser.dll
    0x75020000 - 0x75027000 	C:\Windows\system32\AVRT.dll
    0x73df0000 - 0x73e26000 	C:\Windows\system32\AUDIOSES.DLL
    0x73de0000 - 0x73de8000 	C:\Windows\system32\msacm32.drv
    0x73dc0000 - 0x73dd4000 	C:\Windows\system32\MSACM32.dll
    0x73db0000 - 0x73db7000 	C:\Windows\system32\midimap.dll
    0x76500000 - 0x76583000 	C:\Windows\system32\CLBCatQ.DLL
    0x70ea0000 - 0x70ec9000 	C:\Users\Ryan\Defiance_Cache_Test1\runescape\jaclib.dll
    0x71cc0000 - 0x71cc6000 	C:\Program Files\Java\jre1.8.0_31\bin\jawt.dll
    0x14060000 - 0x1406d000 	C:\Users\Ryan\Defiance_Cache_Test1\runescape\jagmisc.dll
    0x66e00000 - 0x66f4a000 	C:\Users\Ryan\Defiance_Cache_Test1\runescape\sw3d.dll
    0x73f10000 - 0x73ffb000 	C:\Windows\system32\dbghelp.dll
    
    VM Arguments:
    jvm_args: -Dfile.encoding=Cp1252 
    java_command: Loader
    java_class_path (initial): bin;lib/libs.jar;lib/graphics.jar;lib/substance.jar;
    Launcher Type: SUN_STANDARD
    
    Environment Variables:
    PATH=C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\
    USERNAME=Ryan
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 10, GenuineIntel
    
    
    
    ---------------  S Y S T E M  ---------------
    
    OS: Windows 7 Build 7601 Service Pack 1
    
    CPU:total 2 (1 cores per cpu, 2 threads per core) family 15 model 4 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ht, tsc
    
    Memory: 4k page, physical 3268104k(871328k free), swap 6532356k(3104140k free)
    
    vm_info: Java HotSpot(TM) Client VM (25.31-b07) for windows-x86 JRE (1.8.0_31-b13), built on Dec 17 2014 20:46:12 by "java_re" with MS VC++ 10.0 (VS2010)
    
    time: Mon Feb 23 00:22:29 2015
    elapsed time: 124 seconds (0d 0h 2m 4s)
    Reply With Quote  
     

  2. #2  
    Programming Enthusiast

    o paws's Avatar
    Join Date
    Sep 2011
    Age
    28
    Posts
    301
    Thanks given
    52
    Thanks received
    40
    Rep Power
    108
    Quote Originally Posted by packersfan84 View Post
    id have a look but you didnt post the logs for some reason good bye better luck next time!
    All good thanks for the reply though mate

    EDIT:

    Tried to update thread to put the logs but deleted the thread somehow? Anyway here is the logs http://pastebin.com/LArM6kGL
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Nov 2014
    Posts
    19
    Thanks given
    2
    Thanks received
    1
    Rep Power
    11
    Have you found a fix to this because i really need to know how to fix this!
    Reply With Quote  
     

  4. #4  
    Programming Enthusiast

    o paws's Avatar
    Join Date
    Sep 2011
    Age
    28
    Posts
    301
    Thanks given
    52
    Thanks received
    40
    Rep Power
    108
    Quote Originally Posted by jrhitman2 View Post
    Have you found a fix to this because i really need to know how to fix this!
    If you are using java version 1.8.0_31 which is the version I was using. You have to replace the plugins in your cache (.dll extension files). There is another fixed cache on rune server but I'm on mobile atm I'll send it yo you later. The only problem with the other cache is the character design animations with the cloth aprons.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Nov 2014
    Posts
    19
    Thanks given
    2
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by o paws View Post
    If you are using java version 1.8.0_31 which is the version I was using. You have to replace the plugins in your cache (.dll extension files). There is another fixed cache on rune server but I'm on mobile atm I'll send it yo you later. The only problem with the other cache is the character design animations with the cloth aprons.

    Thank you i really appreciate your help!
    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. Vernixscape 667 100% duel arena 100% clue scrolls!
    By bdwarri0r3 in forum Advertise
    Replies: 35
    Last Post: 09-15-2015, 07:25 PM
  2. [667] Duel Arena Interface [Will Rep]
    By Mvrcus in forum Help
    Replies: 11
    Last Post: 08-30-2014, 02:46 PM
  3. [667] Duel Arena HELP [667]
    By sir mattlage in forum Help
    Replies: 0
    Last Post: 05-10-2014, 05:52 PM
  4. [667] Duel Arena Glitch Fix $10
    By Zombie in forum Buying
    Replies: 0
    Last Post: 12-30-2012, 05:40 PM
  5. [667] duel arena working stake screen wont update
    By Little Helper in forum Help
    Replies: 8
    Last Post: 07-16-2012, 10:22 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •