Page 1 of 1

BUG Java ERROR HELP

PostPosted: Tue Jun 23, 2015 11:37 pm
by ymarcondes
I can not play, installs opens up sooner closes and appears this error

Code: Select all
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x29b1d148, pid=4140, tid=5752
#
# JRE version: Java(TM) SE Runtime Environment (8.0_45-b15) (build 1.8.0_45-b15)
# Java VM: Java HotSpot(TM) Client VM (25.45-b02 mixed mode windows-x86 )
# Problematic frame:
# C  [ig4icd32.dll+0x9d148]
#
# 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
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  T H R E A D  ---------------

Current thread (0x24852400):  JavaThread "AWT-EventQueue-2" [_thread_in_native, id=5752, stack(0x277b0000,0x278b0000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000000

Registers:
EAX=0x00000000, EBX=0x00000000, ECX=0x00000084, EDX=0x00000060
ESP=0x278aebbc, EBP=0x00000060, ESI=0x27c1cf28, EDI=0x2c53b740
EIP=0x29b1d148, EFLAGS=0x00010206

Top of Stack: (sp=0x278aebbc)
0x278aebbc:   27c1cf28 00000060 00000004 00000084
0x278aebcc:   00000000 00000060 27c1cf28 29bb6d50
0x278aebdc:   00000084 278aebfc 278aec00 2a309000
0x278aebec:   29b1d9f2 00000000 27c1cf28 27c0fe78
0x278aebfc:   00000000 00000000 27c1cf28 00000004
0x278aec0c:   00000084 2c53b740 2c513a80 29b1e739
0x278aec1c:   00000060 00001403 00000000 00000000
0x278aec2c:   00000004 04ffe804 27c1cf28 04ffe804

Instructions: (pc=0x29b1d148)
0x29b1d128:   7c 1e 8b ce e8 2f 6a 47 00 8b 96 78 71 00 00 8b
0x29b1d138:   be 30 71 00 00 89 54 24 10 e9 7d 00 00 00 8b ea
0x29b1d148:   0f b7 0b 89 0f 0f b7 53 02 89 57 04 0f b7 4b 04
0x29b1d158:   83 ed 02 ba 03 00 00 00 3b ea 89 4f 08 7e 44 8d


Register to memory mapping:

EAX=0x00000000 is an unknown value
EBX=0x00000000 is an unknown value
ECX=0x00000084 is an unknown value
EDX=0x00000060 is an unknown value
ESP=0x278aebbc is pointing into the stack for thread: 0x24852400
EBP=0x00000060 is an unknown value
ESI=0x27c1cf28 is an unknown value
EDI=0x2c53b740 is an unknown value


Stack: [0x277b0000,0x278b0000],  sp=0x278aebbc,  free space=1018k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [ig4icd32.dll+0x9d148]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  jogamp.opengl.gl4.GL4bcImpl.dispatch_glDrawElements1(IIIJJ)V+0
j  jogamp.opengl.gl4.GL4bcImpl.glDrawElements(IIIJ)V+47
j  haven.FastMesh$VAOCompiler$VAOCompiled.draw(Lhaven/GOut;)V+35
j  haven.FastMesh.draw(Lhaven/GOut;)V+190
j  haven.RenderList.render(Lhaven/GOut;Lhaven/Rendered;)V+2
j  haven.RenderList.render(Lhaven/GOut;)V+82
j  haven.PView.draw(Lhaven/GOut;)V+473
j  haven.MapView.draw(Lhaven/GOut;)V+60
J 1835 C1 haven.Widget.draw(Lhaven/GOut;Z)V (87 bytes) @ 0x021c5cbc [0x021c5c00+0xbc]
j  haven.Widget.draw(Lhaven/GOut;)V+3
j  haven.GameUI.draw(Lhaven/GOut;)V+27
J 1835 C1 haven.Widget.draw(Lhaven/GOut;Z)V (87 bytes) @ 0x021c5cbc [0x021c5c00+0xbc]
j  haven.Widget.draw(Lhaven/GOut;)V+3
j  haven.RootWidget.draw(Lhaven/GOut;)V+2
j  haven.UI.draw(Lhaven/GOut;)V+5
j  haven.HavenPanel.redraw(Ljavax/media/opengl/GL2;)V+197
j  haven.HavenPanel$1.display(Ljavax/media/opengl/GLAutoDrawable;)V+37
j  jogamp.opengl.GLDrawableHelper.displayImpl(Ljavax/media/opengl/GLAutoDrawable;)V+81
j  jogamp.opengl.GLDrawableHelper.display(Ljavax/media/opengl/GLAutoDrawable;)V+2
j  javax.media.opengl.awt.GLCanvas$9.run()V+118
j  jogamp.opengl.GLDrawableHelper.invokeGLImpl(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;)V+206
j  jogamp.opengl.GLDrawableHelper.invokeGL(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;)V+80
j  javax.media.opengl.awt.GLCanvas$10.run()V+73
j  java.awt.event.InvocationEvent.dispatch()V+11
j  java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+21
j  java.awt.EventQueue.access$500(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lang/Object;)V+3
j  java.awt.EventQueue$3.run()Ljava/lang/Void;+32
j  java.awt.EventQueue$3.run()Ljava/lang/Object;+1
v  ~StubRoutines::call_stub
J 2173  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object; (0 bytes) @ 0x0223b647 [0x0223b5e0+0x67]
j  java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+28
j  java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
J 1826 C1 java.awt.EventDispatchThread.pumpOneEventForFilters(I)V (295 bytes) @ 0x021c7314 [0x021c6c80+0x694]
j  java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+35
j  java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
j  java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j  java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j  java.awt.EventDispatchThread.run()V+9
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x29241800 JavaThread "Worker thread" daemon [_thread_blocked, id=5544, stack(0x2ecd0000,0x2edd0000)]
  0x29241000 JavaThread "Worker thread" daemon [_thread_in_Java, id=2536, stack(0x2dd10000,0x2de10000)]
  0x24858800 JavaThread "Worker thread" daemon [_thread_blocked, id=2424, stack(0x2e5e0000,0x2e6e0000)]
  0x24858400 JavaThread "Worker thread" daemon [_thread_blocked, id=3032, stack(0x2d2b0000,0x2d3b0000)]
  0x24856400 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=556, stack(0x2f2d0000,0x2f3d0000)]
  0x24857000 JavaThread "Keep-Alive-SocketCleaner" daemon [_thread_in_native, id=5208, stack(0x30190000,0x30290000)]
  0x24857c00 JavaThread "Java Sound Event Dispatcher" daemon [_thread_blocked, id=1376, stack(0x2fc30000,0x2fd30000)]
  0x24856800 JavaThread "Haven audio player" daemon [_thread_blocked, id=4656, stack(0x2efb0000,0x2f0b0000)]
  0x24855c00 JavaThread "Server time ticker" daemon [_thread_blocked, id=2340, stack(0x2db10000,0x2dc10000)]
  0x24855800 JavaThread "Session writer" daemon [_thread_blocked, id=1372, stack(0x2d9d0000,0x2dad0000)]
  0x24854400 JavaThread "Session reader" daemon [_thread_in_native, id=5844, stack(0x2d890000,0x2d990000)]
  0x24855000 JavaThread "Haven UI thread" [_thread_blocked, id=3268, stack(0x2b540000,0x2b640000)]
  0x24853c00 JavaThread "Haven main thread" [_thread_blocked, id=5052, stack(0x2b8d0000,0x2b9d0000)]
  0x24852c00 JavaThread "Haven resource loader" daemon [_thread_in_native, id=6112, stack(0x263b0000,0x264b0000)]
  0x24851000 JavaThread "Haven resource loader" daemon [_thread_blocked, id=4028, stack(0x297d0000,0x298d0000)]
  0x24854800 JavaThread "Haven main thread-SharedResourceRunner" daemon [_thread_blocked, id=3404, stack(0x29980000,0x29a80000)]
  0x24851800 JavaThread "Haven resource loader" daemon [_thread_in_native, id=3972, stack(0x28000000,0x28100000)]
  0x24853000 JavaThread "Haven main thread" [_thread_blocked, id=5068, stack(0x28220000,0x28320000)]
=>0x24852400 JavaThread "AWT-EventQueue-2" [_thread_in_native, id=5752, stack(0x277b0000,0x278b0000)]
  0x24851c00 JavaThread "AWT-Shutdown" [_thread_blocked, id=5364, stack(0x284d0000,0x285d0000)]
  0x24853800 JavaThread "Error reporter" daemon [_thread_blocked, id=3572, stack(0x27f00000,0x28000000)]
  0x2484dc00 JavaThread "CacheCleanUpThread" daemon [_thread_blocked, id=4968, stack(0x26570000,0x26670000)]
  0x2484d000 JavaThread "CacheMemoryCleanUpThread" daemon [_thread_blocked, id=5700, stack(0x262b0000,0x263b0000)]
  0x24848c00 JavaThread "MemoryCache-DelayedCleanup" daemon [_thread_blocked, id=4568, stack(0x26090000,0x26190000)]
  0x00af7000 JavaThread "DestroyJavaVM" [_thread_blocked, id=3928, stack(0x01ca0000,0x01da0000)]
  0x2483b800 JavaThread "Javaws Secure Thread" daemon [_thread_blocked, id=5440, stack(0x25df0000,0x25ef0000)]
  0x24835800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5152, stack(0x01b20000,0x01c20000)]
  0x24830800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1304, stack(0x259c0000,0x25ac0000)]
  0x246ee400 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=5144, stack(0x25460000,0x25560000)]
  0x246d7800 JavaThread "Service Thread" daemon [_thread_blocked, id=5404, stack(0x25330000,0x25430000)]
  0x246adc00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=2232, stack(0x25220000,0x25320000)]
  0x246ac400 JavaThread "Attach Listener" daemon [_thread_blocked, id=788, stack(0x24fc0000,0x250c0000)]
  0x246b3800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5696, stack(0x24cf0000,0x24df0000)]
  0x2467d000 JavaThread "Finalizer" daemon [_thread_blocked, id=2984, stack(0x24b90000,0x24c90000)]
  0x24678400 JavaThread "Reference Handler" daemon [_thread_blocked, id=284, stack(0x24970000,0x24a70000)]

Other Threads:
  0x24675000 VMThread [stack: 0x24860000,0x24960000] [id=4376]
  0x246d8800 WatcherThread [stack: 0x250f0000,0x251f0000] [id=380]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 def new generation   total 55296K, used 30216K [0x04200000, 0x07df0000, 0x0eca0000)
  eden space 49216K,  49% used [0x04200000, 0x059920b0, 0x07210000)
  from space 6080K, 100% used [0x07210000, 0x07800000, 0x07800000)
  to   space 6080K,   0% used [0x07800000, 0x07800000, 0x07df0000)
 tenured generation   total 131300K, used 131248K [0x0eca0000, 0x16cd9000, 0x24200000)
   the space 131300K,  99% used [0x0eca0000, 0x16ccc168, 0x16ccc200, 0x16cd9000)
 Metaspace       used 17782K, capacity 17980K, committed 18176K, reserved 18816K

Card table byte_map: [0x04070000,0x04180000] byte_map_base: 0x0404f000

Polling page: 0x00130000

CodeCache: size=32768Kb used=4076Kb max_used=4076Kb free=28691Kb
 bounds [0x02070000, 0x02478000, 0x04070000]
 total_blobs=2253 nmethods=1804 adapters=380
 compilation: enabled

Compilation events (10 events):
Event: 238.391 Thread 0x246adc00 2949   !         sun.nio.fs.WindowsFileSystemProvider::newByteChannel (71 bytes)
Event: 238.392 Thread 0x246adc00 nmethod 2949 0x02314388 code [0x02314510, 0x0231482c]
Event: 238.397 Thread 0x246adc00 2950             java.util.RegularEnumSet$EnumSetIterator::<init> (23 bytes)
Event: 238.397 Thread 0x246adc00 nmethod 2950 0x0230f6c8 code [0x0230f7c0, 0x0230f870]
Event: 238.398 Thread 0x246adc00 2951             com.sun.imageio.plugins.gif.GIFImageReaderSpi::canDecodeInput (100 bytes)
Event: 238.399 Thread 0x246adc00 nmethod 2951 0x02472ec8 code [0x02473060, 0x02473510]
Event: 238.411 Thread 0x246adc00 2952             java.io.ExpiringCache$1::removeEldestEntry (20 bytes)
Event: 238.411 Thread 0x246adc00 nmethod 2952 0x02314148 code [0x02314240, 0x023142e0]
Event: 238.537 Thread 0x246adc00 2953             java.security.AccessControlContext::<init> (240 bytes)
Event: 238.538 Thread 0x246adc00 nmethod 2953 0x02473b48 code [0x02473cc0, 0x024741e8]

GC Heap History (10 events):
Event: 234.533 GC heap before
{Heap before GC invocations=181 (full 22):
 def new generation   total 55296K, used 54168K [0x04200000, 0x07df0000, 0x0eca0000)
  eden space 49216K, 100% used [0x04200000, 0x07210000, 0x07210000)
  from space 6080K,  81% used [0x07800000, 0x07cd63c0, 0x07df0000)
  to   space 6080K,   0% used [0x07210000, 0x07210000, 0x07800000)
 tenured generation   total 122628K, used 73575K [0x0eca0000, 0x16461000, 0x24200000)
   the space 122628K,  59% used [0x0eca0000, 0x13479e40, 0x1347a000, 0x16461000)
 Metaspace       used 17687K, capacity 17897K, committed 18048K, reserved 18816K
Event: 234.563 GC heap after
Heap after GC invocations=182 (full 22):
 def new generation   total 55296K, used 6080K [0x04200000, 0x07df0000, 0x0eca0000)
  eden space 49216K,   0% used [0x04200000, 0x04200000, 0x07210000)
  from space 6080K, 100% used [0x07210000, 0x07800000, 0x07800000)
  to   space 6080K,   0% used [0x07800000, 0x07800000, 0x07df0000)
 tenured generation   total 122628K, used 80822K [0x0eca0000, 0x16461000, 0x24200000)
   the space 122628K,  65% used [0x0eca0000, 0x13b8da00, 0x13b8da00, 0x16461000)
 Metaspace       used 17687K, capacity 17897K, committed 18048K, reserved 18816K
}
Event: 235.357 GC heap before
{Heap before GC invocations=182 (full 22):
 def new generation   total 55296K, used 55296K [0x04200000, 0x07df0000, 0x0eca0000)
  eden space 49216K, 100% used [0x04200000, 0x07210000, 0x07210000)
  from space 6080K, 100% used [0x07210000, 0x07800000, 0x07800000)
  to   space 6080K,   0% used [0x07800000, 0x07800000, 0x07df0000)
 tenured generation   total 122628K, used 82739K [0x0eca0000, 0x16461000, 0x24200000)
   the space 122628K,  67% used [0x0eca0000, 0x13d6cd48, 0x13d6ce00, 0x16461000)
 Metaspace       used 17698K, capacity 17897K, committed 18048K, reserved 18816K
Event: 235.386 GC heap after
Heap after GC invocations=183 (full 22):
 def new generation   total 55296K, used 6080K [0x04200000, 0x07df0000, 0x0eca0000)
  eden space 49216K,   0% used [0x04200000, 0x04200000, 0x07210000)
  from space 6080K, 100% used [0x07800000, 0x07df0000, 0x07df0000)
  to   space 6080K,   0% used [0x07210000, 0x07210000, 0x07800000)
 tenured generation   total 122628K, used 89795K [0x0eca0000, 0x16461000, 0x24200000)
   the space 122628K,  73% used [0x0eca0000, 0x14450d70, 0x14450e00, 0x16461000)
 Metaspace       used 17698K, capacity 17897K, committed 18048K, reserved 18816K
}
Event: 236.454 GC heap before
{Heap before GC invocations=183 (full 22):
 def new generation   total 55296K, used 55296K [0x04200000, 0x07df0000, 0x0eca0000)
  eden space 49216K, 100% used [0x04200000, 0x07210000, 0x07210000)
  from space 6080K, 100% used [0x07800000, 0x07df0000, 0x07df0000)
  to   space 6080K,   0% used [0x07210000, 0x07210000, 0x07800000)
 tenured generation   total 122628K, used 90397K [0x0eca0000, 0x16461000, 0x24200000)
   the space 122628K,  73% used [0x0eca0000, 0x144e7470, 0x144e7600, 0x16461000)
 Metaspace       used 17782K, capacity 17980K, committed 18176K, reserved 18816K
Event: 236.495 GC heap after
Heap after GC invocations=184 (full 22):
 def new generation   total 55296K, used 6080K [0x04200000, 0x07df0000, 0x0eca0000)
  eden space 49216K,   0% used [0x04200000, 0x04200000, 0x07210000)
  from space 6080K, 100% used [0x07210000, 0x07800000, 0x07800000)
  to   space 6080K,   0% used [0x07800000, 0x07800000, 0x07df0000)
 tenured generation   total 122628K, used 105982K [0x0eca0000, 0x16461000, 0x24200000)
   the space 122628K,  86% used [0x0eca0000, 0x1541fa48, 0x1541fc00, 0x16461000)
 Metaspace       used 17782K, capacity 17980K, committed 18176K, reserved 18816K
}
Event: 237.507 GC heap before
{Heap before GC invocations=184 (full 22):
 def new generation   total 55296K, used 55296K [0x04200000, 0x07df0000, 0x0eca0000)
  eden space 49216K, 100% used [0x04200000, 0x07210000, 0x07210000)
  from space 6080K, 100% used [0x07210000, 0x07800000, 0x07800000)
  to   space 6080K,   0% used [0x07800000, 0x07800000, 0x07df0000)
 tenured generation   total 122628K, used 107706K [0x0eca0000, 0x16461000, 0x24200000)
   the space 122628K,  87% used [0x0eca0000, 0x155ce988, 0x155cea00, 0x16461000)
 Metaspace       used 17782K, capacity 17980K, committed 18176K, reserved 18816K
Event: 237.540 GC heap after
Heap after GC invocations=185 (full 22):
 def new generation   total 55296K, used 6080K [0x04200000, 0x07df0000, 0x0eca0000)
  eden space 49216K,   0% used [0x04200000, 0x04200000, 0x07210000)
  from space 6080K, 100% used [0x07800000, 0x07df0000, 0x07df0000)
  to   space 6080K,   0% used [0x07210000, 0x07210000, 0x07800000)
 tenured generation   total 122628K, used 121602K [0x0eca0000, 0x16461000, 0x24200000)
   the space 122628K,  99% used [0x0eca0000, 0x16360808, 0x16360a00, 0x16461000)
 Metaspace       used 17782K, capacity 17980K, committed 18176K, reserved 18816K
}
Event: 238.298 GC heap before
{Heap before GC invocations=185 (full 22):
 def new generation   total 55296K, used 55296K [0x04200000, 0x07df0000, 0x0eca0000)
  eden space 49216K, 100% used [0x04200000, 0x07210000, 0x07210000)
  from space 6080K, 100% used [0x07800000, 0x07df0000, 0x07df0000)
  to   space 6080K,   0% used [0x07210000, 0x07210000, 0x07800000)
 tenured generation   total 122628K, used 122545K [0x0eca0000, 0x16461000, 0x24200000)
   the space 122628K,  99% used [0x0eca0000, 0x1644c508, 0x1644c600, 0x16461000)
 Metaspace       used 17782K, capacity 17980K, committed 18176K, reserved 18816K
Event: 238.322 GC heap after
Heap after GC invocations=186 (full 22):
 def new generation   total 55296K, used 6080K [0x04200000, 0x07df0000, 0x0eca0000)
  eden space 49216K,   0% used [0x04200000, 0x04200000, 0x07210000)
  from space 6080K, 100% used [0x07210000, 0x07800000, 0x07800000)
  to   space 6080K,   0% used [0x07800000, 0x07800000, 0x07df0000)
 tenured generation   total 131300K, used 131248K [0x0eca0000, 0x16cd9000, 0x24200000)
   the space 131300K,  99% used [0x0eca0000, 0x16ccc168, 0x16ccc200, 0x16cd9000)
 Metaspace       used 17782K, capacity 17980K, committed 18176K, reserved 18816K
}

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 235.424 Thread 0x24852400 Exception <a 'java/lang/reflect/InvocationTargetException'> (0x04327b98) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3627\hotspot\src\share\vm\runtime\reflection.cpp, line 1080]
Event: 235.424 Thread 0x24852400 Exception <a 'java/lang/reflect/InvocationTargetException'> (0x04328760) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3627\hotspot\src\share\vm\runtime\reflection.cpp, line 1080]
Event: 235.424 Thread 0x24852400 Exception <a 'java/lang/reflect/InvocationTargetException'> (0x04329328) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3627\hotspot\src\share\vm\runtime\reflection.cpp, line 1080]
Event: 235.424 Thread 0x24852400 Exception <a 'java/lang/reflect/InvocationTargetException'> (0x04329ef0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3627\hotspot\src\share\vm\runtime\reflection.cpp, line 1080]
Event: 235.424 Thread 0x24852400 Exception <a 'java/lang/reflect/InvocationTargetException'> (0x0432aab8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3627\hotspot\src\share\vm\runtime\reflection.cpp, line 1080]
Event: 235.424 Thread 0x24852400 Exception <a 'java/lang/reflect/InvocationTargetException'> (0x0432b680) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3627\hotspot\src\share\vm\runtime\reflection.cpp, line 1080]
Event: 235.424 Thread 0x24852400 Exception <a 'java/lang/reflect/InvocationTargetException'> (0x0432c248) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3627\hotspot\src\share\vm\runtime\reflection.cpp, line 1080]
Event: 235.424 Thread 0x24852400 Exception <a 'java/lang/reflect/InvocationTargetException'> (0x0432ce10) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3627\hotspot\src\share\vm\runtime\reflection.cpp, line 1080]
Event: 235.683 Thread 0x24854400 Exception <a 'java/net/SocketTimeoutException': Receive timed out> (0x053b3fb0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3627\hotspot\src\share\vm\prims\jni.cpp, line 735]
Event: 237.377 Thread 0x24854400 Exception <a 'java/net/SocketTimeoutException': Receive timed out> (0x06a8a9d0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3627\hotspot\src\share\vm\prims\jni.cpp, line 735]

Events (10 events):
Event: 238.331 Thread 0x246adc00 flushing nmethod 0x0230f9c8
Event: 238.331 Thread 0x246adc00 flushing nmethod 0x02313ac8
Event: 238.331 Thread 0x246adc00 flushing nmethod 0x02313dc8
Event: 238.331 Thread 0x246adc00 flushing nmethod 0x02314988
Event: 238.331 Thread 0x246adc00 flushing nmethod 0x02314bc8
Event: 238.331 Thread 0x246adc00 flushing nmethod 0x02315148
Event: 238.331 Thread 0x246adc00 flushing nmethod 0x02315408
Event: 238.331 Thread 0x246adc00 flushing nmethod 0x02315608
Event: 238.331 Thread 0x246adc00 flushing nmethod 0x023157c8
Event: 238.331 Thread 0x246adc00 flushing nmethod 0x02315a08


Dynamic libraries:
0x00cd0000 - 0x00ce6000    C:\Program Files\Java\jre1.8.0_45\bin\jp2launcher.exe
0x77b20000 - 0x77c5c000    C:\Windows\SYSTEM32\ntdll.dll
0x77c70000 - 0x77d44000    C:\Windows\system32\kernel32.dll
0x75d10000 - 0x75d5b000    C:\Windows\system32\KERNELBASE.dll
0x6b450000 - 0x6b50f000    C:\Program Files\Java\jre1.8.0_45\bin\MSVCR100.dll
0x75ea0000 - 0x75f69000    C:\Windows\system32\USER32.dll
0x76760000 - 0x767ae000    C:\Windows\system32\GDI32.dll
0x76890000 - 0x7689a000    C:\Windows\system32\LPK.dll
0x766c0000 - 0x7675d000    C:\Windows\system32\USP10.dll
0x760e0000 - 0x7618c000    C:\Windows\system32\msvcrt.dll
0x763b0000 - 0x7650c000    C:\Windows\system32\ole32.dll
0x76e20000 - 0x76ec2000    C:\Windows\system32\RPCRT4.dll
0x76610000 - 0x7669f000    C:\Windows\system32\OLEAUT32.dll
0x75a70000 - 0x75abc000    C:\Windows\system32\apphelp.dll
0x68630000 - 0x686bd000    C:\Windows\AppPatch\AcLayers.DLL
0x75a50000 - 0x75a6b000    C:\Windows\system32\SspiCli.dll
0x76ed0000 - 0x77b1a000    C:\Windows\system32\SHELL32.dll
0x76b80000 - 0x76bd7000    C:\Windows\system32\SHLWAPI.dll
0x75190000 - 0x751a7000    C:\Windows\system32\USERENV.dll
0x75b40000 - 0x75b4b000    C:\Windows\system32\profapi.dll
0x6e490000 - 0x6e4e1000    C:\Windows\system32\WINSPOOL.DRV
0x6eaf0000 - 0x6eb02000    C:\Windows\system32\MPR.dll
0x76c10000 - 0x76c2f000    C:\Windows\system32\IMM32.DLL
0x767b0000 - 0x7687c000    C:\Windows\system32\MSCTF.dll
0x768a0000 - 0x76940000    C:\Windows\system32\ADVAPI32.dll
0x766a0000 - 0x766b9000    C:\Windows\SYSTEM32\sechost.dll
0x744f0000 - 0x74511000    C:\Windows\system32\ntmarta.dll
0x76dd0000 - 0x76e15000    C:\Windows\system32\WLDAP32.dll
0x66be0000 - 0x66fa0000    C:\Program Files\Java\jre1.8.0_45\bin\client\jvm.dll
0x70230000 - 0x70237000    C:\Windows\system32\WSOCK32.dll
0x760a0000 - 0x760d5000    C:\Windows\system32\WS2_32.dll
0x76570000 - 0x76576000    C:\Windows\system32\NSI.dll
0x73ee0000 - 0x73f12000    C:\Windows\system32\WINMM.dll
0x75030000 - 0x75039000    C:\Windows\system32\VERSION.dll
0x77c60000 - 0x77c65000    C:\Windows\system32\PSAPI.DLL
0x742b0000 - 0x742bc000    C:\Program Files\Java\jre1.8.0_45\bin\verify.dll
0x73920000 - 0x73941000    C:\Program Files\Java\jre1.8.0_45\bin\java.dll
0x6b290000 - 0x6b3d5000    C:\Program Files\Java\jre1.8.0_45\bin\awt.dll
0x71c80000 - 0x71cab000    C:\Program Files\Java\jre1.8.0_45\bin\jli.dll
0x74a90000 - 0x74c2e000    C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x75ac0000 - 0x75acc000    C:\Windows\system32\CRYPTBASE.dll
0x6ed60000 - 0x6ed73000    C:\Program Files\Java\jre1.8.0_45\bin\zip.dll
0x74930000 - 0x74970000    C:\Windows\system32\uxtheme.dll
0x6edd0000 - 0x6ee3d000    C:\Program Files\Java\jre1.8.0_45\bin\deploy.dll
0x76940000 - 0x76afd000    C:\Windows\system32\WININET.dll
0x75bd0000 - 0x75bd4000    C:\Windows\system32\api-ms-win-downlevel-user32-l1-1-0.dll
0x75d70000 - 0x75d74000    C:\Windows\system32\api-ms-win-downlevel-shlwapi-l1-1-0.dll
0x75d60000 - 0x75d64000    C:\Windows\system32\api-ms-win-downlevel-version-l1-1-0.dll
0x75e40000 - 0x75e43000    C:\Windows\system32\api-ms-win-downlevel-normaliz-l1-1-0.dll
0x76880000 - 0x76883000    C:\Windows\system32\normaliz.DLL
0x76190000 - 0x763a9000    C:\Windows\system32\iertutil.dll
0x75be0000 - 0x75be5000    C:\Windows\system32\api-ms-win-downlevel-advapi32-l1-1-0.dll
0x76be0000 - 0x76c0b000    C:\Windows\system32\imagehlp.dll
0x75f70000 - 0x76092000    C:\Windows\system32\urlmon.dll
0x75bc0000 - 0x75bc4000    C:\Windows\system32\api-ms-win-downlevel-ole32-l1-1-0.dll
0x72bc0000 - 0x72bd5000    C:\Program Files\Java\jre1.8.0_45\bin\net.dll
0x75570000 - 0x755ac000    C:\Windows\system32\mswsock.dll
0x75560000 - 0x75566000    C:\Windows\System32\wship6.dll
0x73960000 - 0x7396f000    C:\Program Files\Java\jre1.8.0_45\bin\nio.dll
0x74550000 - 0x74563000    C:\Windows\system32\dwmapi.dll
0x75a30000 - 0x75a38000    C:\Windows\system32\Secur32.dll
0x6e870000 - 0x6e874000    C:\Windows\system32\api-ms-win-downlevel-advapi32-l2-1-0.dll
0x6bfd0000 - 0x6bfd4000    C:\Windows\system32\api-ms-win-downlevel-shlwapi-l2-1-0.dll
0x73710000 - 0x7372c000    C:\Windows\system32\IPHLPAPI.DLL
0x73700000 - 0x73707000    C:\Windows\system32\WINNSI.DLL
0x76580000 - 0x76603000    C:\Windows\system32\CLBCatQ.DLL
0x6f1b0000 - 0x6f20a000    C:\Windows\System32\netprofm.dll
0x73d40000 - 0x73d50000    C:\Windows\System32\nlaapi.dll
0x755b0000 - 0x755c6000    C:\Windows\system32\CRYPTSP.dll
0x75350000 - 0x7538b000    C:\Windows\system32\rsaenh.dll
0x75b30000 - 0x75b3e000    C:\Windows\system32\RpcRtRemote.dll
0x6f050000 - 0x6f058000    C:\Windows\System32\npmproxy.dll
0x750c0000 - 0x750c5000    C:\Windows\System32\wshtcpip.dll
0x73470000 - 0x73482000    C:\Windows\system32\dhcpcsvc.DLL
0x75430000 - 0x75474000    C:\Windows\system32\DNSAPI.dll
0x73460000 - 0x7346d000    C:\Windows\system32\dhcpcsvc6.DLL
0x6ed00000 - 0x6ed06000    C:\Windows\system32\rasadhlp.dll
0x735e0000 - 0x73618000    C:\Windows\System32\fwpuclnt.dll
0x75bf0000 - 0x75d10000    C:\Windows\system32\CRYPT32.dll
0x75bb0000 - 0x75bbc000    C:\Windows\system32\MSASN1.dll
0x71d10000 - 0x71d1a000    C:\Program Files\Java\jre1.8.0_45\bin\management.dll
0x71cb0000 - 0x71ce9000    C:\Program Files\Java\jre1.8.0_45\bin\fontmanager.dll
0x743c0000 - 0x744f0000    C:\Windows\system32\WindowsCodecs.dll
0x73f60000 - 0x73f91000    C:\Windows\system32\EhStorShell.dll
0x76c30000 - 0x76dcd000    C:\Windows\system32\SETUPAPI.dll
0x75e10000 - 0x75e37000    C:\Windows\system32\CFGMGR32.dll
0x75e50000 - 0x75e62000    C:\Windows\system32\DEVOBJ.dll
0x74970000 - 0x74a65000    C:\Windows\system32\PROPSYS.dll
0x72540000 - 0x7294b000    C:\PROGRA~1\MICROS~2\Office14\GROOVEEX.DLL
0x71a80000 - 0x71b23000    C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_50916076bcb9a742\MSVCR90.dll
0x72f40000 - 0x72fce000    C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4940_none_50916076bcb9a742\MSVCP90.dll
0x73fa0000 - 0x73fcb000    C:\Windows\WinSxS\x86_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.30729.4148_none_51ca66a2bbe76806\ATL90.DLL
0x71d20000 - 0x7212f000    C:\PROGRA~1\COMMON~1\MICROS~1\OFFICE14\Cultures\office.odf
0x6d7b0000 - 0x6e029000    C:\PROGRA~1\MICROS~2\Office14\1046\GrooveIntlResource.dll
0x72c50000 - 0x72cba000    C:\Windows\System32\cscui.dll
0x74c40000 - 0x74c49000    C:\Windows\System32\CSCDLL.dll
0x74c70000 - 0x74c7b000    C:\Windows\system32\CSCAPI.dll
0x72be0000 - 0x72c50000    C:\Windows\system32\ntshrui.dll
0x759c0000 - 0x759d9000    C:\Windows\system32\srvcli.dll
0x73b90000 - 0x73b9a000    C:\Windows\system32\slc.dll
0x6eda0000 - 0x6edd0000    C:\Program Files\Java\jre1.8.0_45\bin\t2k.dll
0x6afd0000 - 0x6aff5000    C:\Program Files\Java\jre1.8.0_45\bin\jpeg.dll
0x637c0000 - 0x637cb000    C:\Users\Yara\AppData\Local\Temp\jogamp_0000\file_cache\jln5764156862381155895\jln3274742986592048527\gluegen-rt.dll
0x71d00000 - 0x71d06000    C:\Program Files\Java\jre1.8.0_45\bin\jawt.dll
0x6a440000 - 0x6a44b000    C:\Users\Yara\AppData\Local\Temp\jogamp_0000\file_cache\jln5764156862381155895\jln3274742986592048527\nativewindow_awt.dll
0x6c100000 - 0x6c10c000    C:\Users\Yara\AppData\Local\Temp\jogamp_0000\file_cache\jln5764156862381155895\jln3274742986592048527\nativewindow_win32.dll
0x68750000 - 0x68818000    C:\Windows\system32\OpenGL32.dll
0x6af20000 - 0x6af42000    C:\Windows\system32\GLU32.dll
0x68540000 - 0x68627000    C:\Windows\system32\DDRAW.dll
0x6ecd0000 - 0x6ecd6000    C:\Windows\system32\DCIMAN32.dll
0x64500000 - 0x64592000    C:\Users\Yara\AppData\Local\Temp\jogamp_0000\file_cache\jln5764156862381155895\jln3274742986592048527\jogl_desktop.dll
0x29a80000 - 0x2a524000    C:\Windows\system32\ig4icd32.dll
0x6b520000 - 0x6b551000    C:\Program Files\Java\jre1.8.0_45\bin\lcms.dll
0x6ed80000 - 0x6eda0000    C:\Program Files\Java\jre1.8.0_45\bin\sunec.dll
0x74570000 - 0x74580000    C:\Windows\system32\napinsp.dll
0x741c0000 - 0x741d2000    C:\Windows\system32\pnrpnsp.dll
0x741b0000 - 0x741b8000    C:\Windows\System32\winrnr.dll
0x6ecc0000 - 0x6ecca000    C:\Program Files\Java\jre1.8.0_45\bin\jsound.dll
0x6ec10000 - 0x6ec19000    C:\Program Files\Java\jre1.8.0_45\bin\jsoundds.dll
0x68ca0000 - 0x68d12000    C:\Windows\system32\DSOUND.dll
0x74630000 - 0x74655000    C:\Windows\system32\POWRPROF.dll
0x745f0000 - 0x74629000    C:\Windows\system32\MMDevAPI.DLL
0x6c420000 - 0x6c450000    C:\Windows\system32\wdmaud.drv
0x73de0000 - 0x73de4000    C:\Windows\system32\ksuser.dll
0x74c30000 - 0x74c37000    C:\Windows\system32\AVRT.dll
0x73cf0000 - 0x73d26000    C:\Windows\system32\AUDIOSES.DLL
0x72130000 - 0x72138000    C:\Windows\system32\msacm32.drv
0x6d0a0000 - 0x6d0b4000    C:\Windows\system32\MSACM32.dll

VM Arguments:
jvm_args: -Xbootclasspath/a:C:\Program Files\Java\jre1.8.0_45\lib\deploy.jar;C:\Program Files\Java\jre1.8.0_45\lib\javaws.jar;C:\Program Files\Java\jre1.8.0_45\lib\plugin.jar -Xverify:remote -Djava.security.manager -Djnlp.haven.errorurl=http://game.salemthegame.com/java/error -Djnlp.haven.defserv=game.salemthegame.com -Djnlp.haven.regurl=http://login.salemthegame.com/beta/nregister -Djnlp.application.href=http://game.salemthegame.com/java/salem.jnlp -Xmx512m -Djnlp.haven.resurl=http://game.salemthegame.com/res/ -Djnlp.haven.screenurl=http://game.salemthegame.com/mt/ss -Djnlp.haven.storeurl=http://login.salemthegame.com/portal/tostore -Djnlpx.vmargs=LURqbmxwLmhhdmVuLmVycm9ydXJsPWh0dHA6Ly9nYW1lLnNhbGVtdGhlZ2FtZS5jb20vamF2YS9lcnJvcgAtRGpubHAuaGF2ZW4uZGVmc2Vydj1nYW1lLnNhbGVtdGhlZ2FtZS5jb20ALURqbmxwLmhhdmVuLnJlZ3VybD1odHRwOi8vbG9naW4uc2FsZW10aGVnYW1lLmNvbS9iZXRhL25yZWdpc3RlcgAtRGpubHAuYXBwbGljYXRpb24uaHJlZj1odHRwOi8vZ2FtZS5zYWxlbXRoZWdhbWUuY29tL2phdmEvc2FsZW0uam5scAAtWG14NTEybQAtRGpubHAuaGF2ZW4ucmVzdXJsPWh0dHA6Ly9nYW1lLnNhbGVtdGhlZ2FtZS5jb20vcmVzLwAtRGpubHAuaGF2ZW4uc2NyZWVudXJsPWh0dHA6Ly9nYW1lLnNhbGVtdGhlZ2FtZS5jb20vbXQvc3MALURqbmxwLmhhdmVuLnN0b3JldXJsPWh0dHA6Ly9sb2dpbi5zYWxlbXRoZWdhbWUuY29tL3BvcnRhbC90b3N0b3JlAA== -Djnlpx.jvm=C:\Program Files\Java\jre1.8.0_45\bin\javaw.exe -Djnlpx.splashport=49731 -Djnlpx.home=C:\Program Files\Java\jre1.8.0_45\bin -Djnlpx.remove=false -Djnlpx.offline=false -Djnlpx.relaunch=true -Djnlpx.session.data=C:\Users\Yara\AppData\Local\Temp\session2531651014190127421 -Djnlpx.heapsize=-1,536870912 -Djava.security.policy=file:C:\Program Files\Java\jre1.8.0_45\lib\security\javaws.policy -DtrustProxy=true -Djnlpx.origFilenameArg=C:\Users\Yara\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\20\44da76d4-24722e53
java_command: com.sun.javaws.Main -notWebJava C:\Users\Yara\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\20\44da76d4-24722e53
java_class_path (initial): .
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Program Files\Java\jre1.8.0_45\bin;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;"C:\Program Files\Java\jre1.8.0_45\bin"
USERNAME=Yara
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel



---------------  S Y S T E M  ---------------

OS: Windows 7 Build 7601 (6.1.7601.18409)

CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, tsc

Memory: 4k page, physical 2025448k(871812k free), swap 4050896k(2788276k free)

vm_info: Java HotSpot(TM) Client VM (25.45-b02) for windows-x86 JRE (1.8.0_45-b15), built on Apr 30 2015 12:31:00 by "java_re" with MS VC++ 10.0 (VS2010)

time: Mon Jun 22 21:55:37 2015
elapsed time: 238 seconds (0d 0h 3m 58s)

Re: BUG Java ERROR HELP

PostPosted: Tue Jun 23, 2015 11:42 pm
by ymarcondes
HELP ME

Re: BUG Java ERROR HELP

PostPosted: Wed Jun 24, 2015 12:33 am
by loftar