Crash

Forum for bugs and technical problems.

Crash

Postby Chalo2000 » Sun Apr 13, 2014 9:20 pm

Hello everyone, I'm new to Salem. I started Salem and whenever I go on (in the tutorial), there is a black screen saying *Loading* and I see the message saying "Talk to the man in the brown hat" and when the screen loads, everything turns a light blue/white and crashes. This is my error report.
Code: Select all
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x100ca100, pid=32956, tid=29416
#
# JRE version: Java(TM) SE Runtime Environment (7.0_51-b13) (build 1.7.0_51-b13)
# Java VM: Java HotSpot(TM) Client VM (24.51-b03 mixed mode, sharing windows-x86 )
# Problematic frame:
# C  [ig4icd32.dll+0xca100]
#
# 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.sun.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 (0x0420e800):  JavaThread "AWT-EventQueue-2" [_thread_in_native, id=29416, stack(0x05040000,0x05090000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000000

Registers:
EAX=0x00000000, EBX=0x000010bc, ECX=0xffffffff, EDX=0x00000000
ESP=0x0508ea7c, EBP=0x00000000, ESI=0x00000000, EDI=0x071f7a1c
EIP=0x100ca100, EFLAGS=0x00010202

Top of Stack: (sp=0x0508ea7c)
0x0508ea7c:   071f7a1c 04c1c804 00000004 04c1c804
0x0508ea8c:   100ca6e5 00000004 000010bc 00001403
0x0508ea9c:   00000000 000010bc 00000000 00000000
0x0508eaac:   0508ead8 33b4ec18 0420e800 33b4ec18
0x0508eabc:   64513d04 00000004 000010bc 00001403
0x0508eacc:   00000000 00000000 339f0e40 0508eb34
0x0508eadc:   01b7a9dd 0420e930 0508eb60 00000004
0x0508eaec:   000010bc 00001403 00000000 00000000

Instructions: (pc=0x100ca100)
0x100ca0e0:   8b 04 96 3b c8 0f 43 c8 3b e8 0f 46 e8 42 3b d3
0x100ca0f0:   7c ee eb 3f 85 db 7e 3b eb 06 8d 9b 00 00 00 00
0x100ca100:   0f b7 04 56 3b c8 0f 43 c8 3b e8 0f 46 e8 42 3b
0x100ca110:   d3 7c ed eb 1e 85 db 7e 1a 8d a4 24 00 00 00 00


Register to memory mapping:

EAX=0x00000000 is an unknown value
EBX=0x000010bc is an unknown value
ECX=0xffffffff is an unknown value
EDX=0x00000000 is an unknown value
ESP=0x0508ea7c is pointing into the stack for thread: 0x0420e800
EBP=0x00000000 is an unknown value
ESI=0x00000000 is an unknown value
EDI=0x071f7a1c is an unknown value


Stack: [0x05040000,0x05090000],  sp=0x0508ea7c,  free space=314k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [ig4icd32.dll+0xca100]

[error occurred during error reporting (printing native stack), id 0xc0000005]

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  haven.Widget.draw(Lhaven/GOut;Z)V
j  haven.Widget.draw(Lhaven/GOut;)V+3
j  haven.GameUI.draw(Lhaven/GOut;)V+27
J  haven.Widget.draw(Lhaven/GOut;Z)V
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$200(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lang/Object;)V+3
j  java.awt.EventQueue$3.run()Ljava/lang/Void;+12
j  java.awt.EventQueue$3.run()Ljava/lang/Object;+1
v  ~StubRoutines::call_stub
J  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;
J  java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;
j  java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
J  java.awt.EventDispatchThread.pumpOneEventForFilters(I)V
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 )
  0x058c6c00 JavaThread "Worker thread" daemon [_thread_blocked, id=11172, stack(0x0ba30000,0x0ba80000)]
  0x058c6400 JavaThread "Java Sound Event Dispatcher" daemon [_thread_blocked, id=25824, stack(0x0b2f0000,0x0b340000)]
  0x058c6000 JavaThread "Haven audio player" daemon [_thread_blocked, id=30104, stack(0x0b9d0000,0x0ba20000)]
  0x058c5800 JavaThread "Worker thread" daemon [_thread_blocked, id=22876, stack(0x0b340000,0x0b390000)]
  0x058c5400 JavaThread "Worker thread" daemon [_thread_blocked, id=33480, stack(0x092d0000,0x09320000)]
  0x04214400 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=33176, stack(0x07d20000,0x07d70000)]
  0x04211800 JavaThread "Worker thread" daemon [_thread_blocked, id=32904, stack(0x0b240000,0x0b290000)]
  0x04214000 JavaThread "Server time ticker" daemon [_thread_blocked, id=32856, stack(0x0bca0000,0x0bcf0000)]
  0x04213800 JavaThread "Session writer" daemon [_thread_blocked, id=31672, stack(0x0baa0000,0x0baf0000)]
  0x04213000 JavaThread "Session reader" daemon [_thread_in_native, id=33604, stack(0x0baf0000,0x0bb40000)]
  0x04212c00 JavaThread "Haven UI thread" [_thread_blocked, id=27096, stack(0x07d80000,0x07dd0000)]
  0x04212400 JavaThread "Haven main thread" [_thread_blocked, id=29580, stack(0x09940000,0x09990000)]
  0x04212000 JavaThread "Keep-Alive-SocketCleaner" daemon [_thread_in_native, id=33836, stack(0x07e10000,0x07e60000)]
  0x0420d800 JavaThread "Haven resource loader" daemon [_thread_in_native, id=30208, stack(0x07f80000,0x07fd0000)]
  0x04210c00 JavaThread "Haven resource loader" daemon [_thread_blocked, id=32852, stack(0x07ee0000,0x07f30000)]
  0x0420cc00 JavaThread "Haven main thread-SharedResourceRunner" daemon [_thread_blocked, id=34760, stack(0x07cc0000,0x07d10000)]
  0x0420f400 JavaThread "Haven resource loader" daemon [_thread_blocked, id=33880, stack(0x05190000,0x051e0000)]
  0x04211400 JavaThread "Haven main thread" [_thread_blocked, id=33968, stack(0x04f90000,0x04fe0000)]
  0x04210400 JavaThread "Error reporter" daemon [_thread_blocked, id=33596, stack(0x07060000,0x070b0000)]
  0x04210000 JavaThread "TimerQueue" daemon [_thread_blocked, id=31640, stack(0x070e0000,0x07130000)]
=>0x0420e800 JavaThread "AWT-EventQueue-2" [_thread_in_native, id=29416, stack(0x05040000,0x05090000)]
  0x0420e000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=32928, stack(0x049c0000,0x04a10000)]
  0x0420d400 JavaThread "AWT-EventQueue-1" [_thread_blocked, id=32776, stack(0x04300000,0x04350000)]
  0x0420f800 JavaThread "AWT-Shutdown" [_thread_blocked, id=33140, stack(0x051f0000,0x05240000)]
  0x0018f400 JavaThread "DestroyJavaVM" [_thread_blocked, id=30336, stack(0x009b0000,0x00a00000)]
  0x041ad400 JavaThread "Javaws Secure Thread" daemon [_thread_blocked, id=33284, stack(0x04ba0000,0x04bf0000)]
  0x04184800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=31204, stack(0x00890000,0x00990000)]
  0x04183c00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=34116, stack(0x03ee0000,0x03f30000)]
  0x0417f800 JavaThread "CacheCleanUpThread" daemon [_thread_blocked, id=23100, stack(0x048a0000,0x048f0000)]
  0x0417f000 JavaThread "CacheMemoryCleanUpThread" daemon [_thread_blocked, id=34616, stack(0x03dd0000,0x03e20000)]
  0x0417e800 JavaThread "MemoryCache-DelayedCleanup" daemon [_thread_blocked, id=33692, stack(0x007f0000,0x00840000)]
  0x007ef800 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=28872, stack(0x04360000,0x043b0000)]
  0x007ad800 JavaThread "Service Thread" daemon [_thread_blocked, id=28544, stack(0x03f80000,0x03fd0000)]
  0x007a3800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=33916, stack(0x03fe0000,0x04030000)]
  0x007a2800 JavaThread "Attach Listener" daemon [_thread_blocked, id=33288, stack(0x03e40000,0x03e90000)]
  0x0079f400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=27060, stack(0x03d70000,0x03dc0000)]
  0x00731800 JavaThread "Finalizer" daemon [_thread_blocked, id=30824, stack(0x00ae0000,0x00b30000)]
  0x0072fc00 JavaThread "Reference Handler" daemon [_thread_blocked, id=33760, stack(0x03d00000,0x03d50000)]

Other Threads:
  0x0072e800 VMThread [stack: 0x03c50000,0x03ca0000] [id=32712]
  0x007be800 WatcherThread [stack: 0x040a0000,0x040f0000] [id=31140]

VM state:at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
[0x0018cf98] Threads_lock - owner thread: 0x0072e800
[0x0018d3a8] Heap_lock - owner thread: 0x058c6c00

Heap
 def new generation   total 36672K, used 4032K [0x13530000, 0x15cf0000, 0x1dfd0000)
  eden space 32640K,   0% used [0x13530000, 0x13530000, 0x15510000)
  from space 4032K, 100% used [0x15900000, 0x15cf0000, 0x15cf0000)
  to   space 4032K,   0% used [0x15510000, 0x15510000, 0x15900000)
 tenured generation   total 104688K, used 104626K [0x1dfd0000, 0x2460c000, 0x33530000)
   the space 104688K,  99% used [0x1dfd0000, 0x245fc8b0, 0x2326e800, 0x2460c000)
 compacting perm gen  total 12288K, used 11803K [0x33530000, 0x34130000, 0x37530000)
   the space 12288K,  96% used [0x33530000, 0x340b6d30, 0x340b6e00, 0x34130000)
    ro space 10240K,  41% used [0x37530000, 0x37962050, 0x37962200, 0x37f30000)
    rw space 12288K,  52% used [0x37f30000, 0x38576800, 0x38576800, 0x38b30000)

Card table byte_map: [0x01a00000,0x01b30000] byte_map_base: 0x01965680

Polling page: 0x00170000

Code Cache  [0x01b70000, 0x01f78000, 0x03b70000)
 total_blobs=2389 nmethods=1964 adapters=361 free_code_cache=28656Kb largest_free_block=29342464

Compilation events (10 events):
Event: 61.189 Thread 0x007a3800 1984             haven.Rendered$Order$Default::cmp (5 bytes)
Event: 61.189 Thread 0x007a3800 nmethod 1984 0x01f73a48 code [0x01f73b40, 0x01f73bc0]
Event: 61.190 Thread 0x007a3800 1985             haven.Rendered$Order$Default$1::compare (2 bytes)
Event: 61.190 Thread 0x007a3800 nmethod 1985 0x01f73c08 code [0x01f73d00, 0x01f73d80]
Event: 61.232 Thread 0x007a3800 1986             haven.GLState::cunapply (2 bytes)
Event: 61.233 Thread 0x007a3800 nmethod 1986 0x01f73dc8 code [0x01f73ec0, 0x01f73f40]
Event: 61.353 Thread 0x007a3800 1987             javax.imageio.stream.FileCacheImageInputStream$StreamDisposerRecord::<init> (15 bytes)
Event: 61.353 Thread 0x007a3800 nmethod 1987 0x01f73f88 code [0x01f74080, 0x01f74120]
Event: 61.375 Thread 0x007a3800 1988             java.nio.CharBuffer::arrayOffset (35 bytes)
Event: 61.375 Thread 0x007a3800 nmethod 1988 0x01f74188 code [0x01f742a0, 0x01f74428]

GC Heap History (10 events):
Event: 60.168 GC heap before
{Heap before GC invocations=54 (full 6):
 def new generation   total 36672K, used 33702K [0x13530000, 0x15cf0000, 0x1dfd0000)
  eden space 32640K, 100% used [0x13530000, 0x15510000, 0x15510000)
  from space 4032K,  26% used [0x15900000, 0x15a09920, 0x15cf0000)
  to   space 4032K,   0% used [0x15510000, 0x15510000, 0x15900000)
 tenured generation   total 81228K, used 74561K [0x1dfd0000, 0x22f23000, 0x33530000)
   the space 81228K,  91% used [0x1dfd0000, 0x228a0690, 0x228a0800, 0x22f23000)
 compacting perm gen  total 12288K, used 11782K [0x33530000, 0x34130000, 0x37530000)
   the space 12288K,  95% used [0x33530000, 0x340b1af8, 0x340b1c00, 0x34130000)
    ro space 10240K,  41% used [0x37530000, 0x37962050, 0x37962200, 0x37f30000)
    rw space 12288K,  52% used [0x37f30000, 0x38576800, 0x38576800, 0x38b30000)
Event: 60.176 GC heap after
Heap after GC invocations=55 (full 6):
 def new generation   total 36672K, used 4032K [0x13530000, 0x15cf0000, 0x1dfd0000)
  eden space 32640K,   0% used [0x13530000, 0x13530000, 0x15510000)
  from space 4032K, 100% used [0x15510000, 0x15900000, 0x15900000)
  to   space 4032K,   0% used [0x15900000, 0x15900000, 0x15cf0000)
 tenured generation   total 81356K, used 81272K [0x1dfd0000, 0x22f43000, 0x33530000)
   the space 81356K,  99% used [0x1dfd0000, 0x22f2e168, 0x22f2e200, 0x22f43000)
 compacting perm gen  total 12288K, used 11782K [0x33530000, 0x34130000, 0x37530000)
   the space 12288K,  95% used [0x33530000, 0x340b1af8, 0x340b1c00, 0x34130000)
    ro space 10240K,  41% used [0x37530000, 0x37962050, 0x37962200, 0x37f30000)
    rw space 12288K,  52% used [0x37f30000, 0x38576800, 0x38576800, 0x38b30000)
}
Event: 60.714 GC heap before
{Heap before GC invocations=55 (full 6):
 def new generation   total 36672K, used 36672K [0x13530000, 0x15cf0000, 0x1dfd0000)
  eden space 32640K, 100% used [0x13530000, 0x15510000, 0x15510000)
  from space 4032K, 100% used [0x15510000, 0x15900000, 0x15900000)
  to   space 4032K,   0% used [0x15900000, 0x15900000, 0x15cf0000)
 tenured generation   total 82636K, used 82579K [0x1dfd0000, 0x23083000, 0x33530000)
   the space 82636K,  99% used [0x1dfd0000, 0x23074d38, 0x23074e00, 0x23083000)
 compacting perm gen  total 12288K, used 11783K [0x33530000, 0x34130000, 0x37530000)
   the space 12288K,  95% used [0x33530000, 0x340b1c88, 0x340b1e00, 0x34130000)
    ro space 10240K,  41% used [0x37530000, 0x37962050, 0x37962200, 0x37f30000)
    rw space 12288K,  52% used [0x37f30000, 0x38576800, 0x38576800, 0x38b30000)
Event: 60.739 GC heap after
Heap after GC invocations=56 (full 6):
 def new generation   total 36672K, used 4032K [0x13530000, 0x15cf0000, 0x1dfd0000)
  eden space 32640K,   0% used [0x13530000, 0x13530000, 0x15510000)
  from space 4032K, 100% used [0x15900000, 0x15cf0000, 0x15cf0000)
  to   space 4032K,   0% used [0x15510000, 0x15510000, 0x15900000)
 tenured generation   total 94264K, used 94164K [0x1dfd0000, 0x23bde000, 0x33530000)
   the space 94264K,  99% used [0x1dfd0000, 0x23bc5088, 0x23bc5200, 0x23bde000)
 compacting perm gen  total 12288K, used 11783K [0x33530000, 0x34130000, 0x37530000)
   the space 12288K,  95% used [0x33530000, 0x340b1c88, 0x340b1e00, 0x34130000)
    ro space 10240K,  41% used [0x37530000, 0x37962050, 0x37962200, 0x37f30000)
    rw space 12288K,  52% used [0x37f30000, 0x38576800, 0x38576800, 0x38b30000)
}
Event: 60.757 GC heap before
{Heap before GC invocations=56 (full 6):
 def new generation   total 36672K, used 36672K [0x13530000, 0x15cf0000, 0x1dfd0000)
  eden space 32640K, 100% used [0x13530000, 0x15510000, 0x15510000)
  from space 4032K, 100% used [0x15900000, 0x15cf0000, 0x15cf0000)
  to   space 4032K,   0% used [0x15510000, 0x15510000, 0x15900000)
 tenured generation   total 94392K, used 94267K [0x1dfd0000, 0x23bfe000, 0x33530000)
   the space 94392K,  99% used [0x1dfd0000, 0x23bdef48, 0x23bdf000, 0x23bfe000)
 compacting perm gen  total 12288K, used 11783K [0x33530000, 0x34130000, 0x37530000)
   the space 12288K,  95% used [0x33530000, 0x340b1c88, 0x340b1e00, 0x34130000)
    ro space 10240K,  41% used [0x37530000, 0x37962050, 0x37962200, 0x37f30000)
    rw space 12288K,  52% used [0x37f30000, 0x38576800, 0x38576800, 0x38b30000)
Event: 60.775 GC heap after
Heap after GC invocations=57 (full 6):
 def new generation   total 36672K, used 1K [0x13530000, 0x15cf0000, 0x1dfd0000)
  eden space 32640K,   0% used [0x13530000, 0x13530000, 0x15510000)
  from space 4032K,   0% used [0x15510000, 0x155106c0, 0x15900000)
  to   space 4032K,   0% used [0x15900000, 0x15900000, 0x15cf0000)
 tenured generation   total 98324K, used 98290K [0x1dfd0000, 0x23fd5000, 0x33530000)
   the space 98324K,  99% used [0x1dfd0000, 0x23fcc940, 0x23fcca00, 0x23fd5000)
 compacting perm gen  total 12288K, used 11783K [0x33530000, 0x34130000, 0x37530000)
   the space 12288K,  95% used [0x33530000, 0x340b1c88, 0x340b1e00, 0x34130000)
    ro space 10240K,  41% used [0x37530000, 0x37962050, 0x37962200, 0x37f30000)
    rw space 12288K,  52% used [0x37f30000, 0x38576800, 0x38576800, 0x38b30000)
}
Event: 60.779 GC heap before
{Heap before GC invocations=57 (full 6):
 def new generation   total 36672K, used 32644K [0x13530000, 0x15cf0000, 0x1dfd0000)
  eden space 32640K, 100% used [0x13530000, 0x15510000, 0x15510000)
  from space 4032K,   0% used [0x15510000, 0x155113d0, 0x15900000)
  to   space 4032K,   0% used [0x15900000, 0x15900000, 0x15cf0000)
 tenured generation   total 98324K, used 98290K [0x1dfd0000, 0x23fd5000, 0x33530000)
   the space 98324K,  99% used [0x1dfd0000, 0x23fcc940, 0x23fcca00, 0x23fd5000)
 compacting perm gen  total 12288K, used 11783K [0x33530000, 0x34130000, 0x37530000)
   the space 12288K,  95% used [0x33530000, 0x340b1c88, 0x340b1e00, 0x34130000)
    ro space 10240K,  41% used [0x37530000, 0x37962050, 0x37962200, 0x37f30000)
    rw space 12288K,  52% used [0x37f30000, 0x38576800, 0x38576800, 0x38b30000)
Event: 60.780 GC heap after
Heap after GC invocations=58 (full 6):
 def new generation   total 36672K, used 1K [0x13530000, 0x15cf0000, 0x1dfd0000)
  eden space 32640K,   0% used [0x13530000, 0x13530000, 0x15510000)
  from space 4032K,   0% used [0x15900000, 0x15900758, 0x15cf0000)
  to   space 4032K,   0% used [0x15510000, 0x15510000, 0x15900000)
 tenured generation   total 98324K, used 98290K [0x1dfd0000, 0x23fd5000, 0x33530000)
   the space 98324K,  99% used [0x1dfd0000, 0x23fcc940, 0x23fcca00, 0x23fd5000)
 compacting perm gen  total 12288K, used 11783K [0x33530000, 0x34130000, 0x37530000)
   the space 12288K,  95% used [0x33530000, 0x340b1c88, 0x340b1e00, 0x34130000)
    ro space 10240K,  41% used [0x37530000, 0x37962050, 0x37962200, 0x37f30000)
    rw space 12288K,  52% used [0x37f30000, 0x38576800, 0x38576800, 0x38b30000)
}
Event: 60.820 GC heap before
{Heap before GC invocations=58 (full 6):
 def new generation   total 36672K, used 32659K [0x13530000, 0x15cf0000, 0x1dfd0000)
  eden space 32640K, 100% used [0x13530000, 0x15510000, 0x15510000)
  from space 4032K,   0% used [0x15900000, 0x15904c68, 0x15cf0000)
  to   space 4032K,   0% used [0x15510000, 0x15510000, 0x15900000)
 tenured generation   total 98324K, used 98290K [0x1dfd0000, 0x23fd5000, 0x33530000)
   the space 98324K,  99% used [0x1dfd0000, 0x23fcc940, 0x23fcca00, 0x23fd5000)
 compacting perm gen  total 12288K, used 11783K [0x33530000, 0x34130000, 0x37530000)
   the space 12288K,  95% used [0x33530000, 0x340b1c88, 0x340b1e00, 0x34130000)
    ro space 10240K,  41% used [0x37530000, 0x37962050, 0x37962200, 0x37f30000)
    rw space 12288K,  52% used [0x37f30000, 0x38576800, 0x38576800, 0x38b30000)
Event: 60.822 GC heap after
Heap after GC invocations=59 (full 6):
 def new generation   total 36672K, used 1145K [0x13530000, 0x15cf0000, 0x1dfd0000)
  eden space 32640K,   0% used [0x13530000, 0x13530000, 0x15510000)
  from space 4032K,  28% used [0x15510000, 0x1562e668, 0x15900000)
  to   space 4032K,   0% used [0x15900000, 0x15900000, 0x15cf0000)
 tenured generation   total 98324K, used 98290K [0x1dfd0000, 0x23fd5000, 0x33530000)
   the space 98324K,  99% used [0x1dfd0000, 0x23fcc940, 0x23fcca00, 0x23fd5000)
 compacting perm gen  total 12288K, used 11783K [0x33530000, 0x34130000, 0x37530000)
   the space 12288K,  95% used [0x33530000, 0x340b1c88, 0x340b1e00, 0x34130000)
    ro space 10240K,  41% used [0x37530000, 0x37962050, 0x37962200, 0x37f30000)
    rw space 12288K,  52% used [0x37f30000, 0x38576800, 0x38576800, 0x38b30000)
}

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 61.148 Thread 0x0420e800 Threw 0x15129cb0 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 61.175 Thread 0x04212c00 Threw 0x151ac2c0 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 61.175 Thread 0x04212c00 Threw 0x151ac6b0 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 61.175 Thread 0x04212c00 Threw 0x151ac9b0 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 61.176 Thread 0x04212c00 Threw 0x151b08c0 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 61.176 Thread 0x04212c00 Threw 0x151b0d00 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 61.176 Thread 0x04212c00 Threw 0x151b1008 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 61.177 Thread 0x04212c00 Threw 0x151b7010 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 61.177 Thread 0x04212c00 Threw 0x151b7398 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244
Event: 61.177 Thread 0x04212c00 Threw 0x151b7670 at C:\re\jdk7u51\527\hotspot\src\share\vm\prims\jvm.cpp:1244

Events (10 events):
Event: 61.184 Executing VM operation: RevokeBias
Event: 61.184 Executing VM operation: RevokeBias done
Event: 61.374 Executing VM operation: RevokeBias
Event: 61.374 Executing VM operation: RevokeBias done
Event: 61.374 Executing VM operation: RevokeBias
Event: 61.374 Executing VM operation: RevokeBias done
Event: 61.374 Executing VM operation: RevokeBias
Event: 61.375 Executing VM operation: RevokeBias done
Event: 61.383 Executing VM operation: RevokeBias
Event: 61.383 Executing VM operation: RevokeBias done


Dynamic libraries:
0x00ca0000 - 0x00ccf000    C:\Program Files\Java\jre7\bin\javaw.exe
0x77b50000 - 0x77c8c000    C:\windows\SYSTEM32\ntdll.dll
0x76870000 - 0x76944000    C:\windows\system32\kernel32.dll
0x75bf0000 - 0x75c3b000    C:\windows\system32\KERNELBASE.dll
0x77ce0000 - 0x77d80000    C:\windows\system32\ADVAPI32.dll
0x764d0000 - 0x7657c000    C:\windows\system32\msvcrt.dll
0x76db0000 - 0x76dc9000    C:\windows\SYSTEM32\sechost.dll
0x75ff0000 - 0x76092000    C:\windows\system32\RPCRT4.dll
0x76c80000 - 0x76d49000    C:\windows\system32\USER32.dll
0x76b70000 - 0x76bbe000    C:\windows\system32\GDI32.dll
0x77c90000 - 0x77c9a000    C:\windows\system32\LPK.dll
0x767b0000 - 0x7684d000    C:\windows\system32\USP10.dll
0x74970000 - 0x74b0e000    C:\windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x76d50000 - 0x76da7000    C:\windows\system32\SHLWAPI.dll
0x76850000 - 0x7686f000    C:\windows\system32\IMM32.DLL
0x76400000 - 0x764cc000    C:\windows\system32\MSCTF.dll
0x583d0000 - 0x5848f000    C:\Program Files\Java\jre7\bin\msvcr100.dll
0x55bd0000 - 0x55f50000    C:\Program Files\Java\jre7\bin\client\jvm.dll
0x73560000 - 0x73567000    C:\windows\system32\WSOCK32.dll
0x77ca0000 - 0x77cd5000    C:\windows\system32\WS2_32.dll
0x75f50000 - 0x75f56000    C:\windows\system32\NSI.dll
0x740f0000 - 0x74122000    C:\windows\system32\WINMM.dll
0x75fe0000 - 0x75fe5000    C:\windows\system32\PSAPI.DLL
0x669b0000 - 0x669bc000    C:\Program Files\Java\jre7\bin\verify.dll
0x62590000 - 0x625b0000    C:\Program Files\Java\jre7\bin\java.dll
0x58280000 - 0x583c3000    C:\Program Files\Java\jre7\bin\awt.dll
0x76bc0000 - 0x76c4f000    C:\windows\system32\OLEAUT32.dll
0x760a0000 - 0x761fc000    C:\windows\system32\ole32.dll
0x75ae0000 - 0x75aec000    C:\windows\system32\CRYPTBASE.dll
0x74730000 - 0x74770000    C:\windows\system32\uxtheme.dll
0x55290000 - 0x5530d000    C:\Program Files\Echobit\Evolve\Drivers\EvolveGameTracker_32.dll
0x751e0000 - 0x751e9000    C:\windows\system32\VERSION.dll
0x63720000 - 0x637c1000    C:\Program Files\Hewlett-Packard\HP ProtectTools Security Manager\Bin\DpoFeedb.dll
0x75360000 - 0x75377000    C:\windows\system32\USERENV.dll
0x75b60000 - 0x75b6b000    C:\windows\system32\profapi.dll
0x624c0000 - 0x624d3000    C:\Program Files\Java\jre7\bin\zip.dll
0x58ea0000 - 0x58efc000    C:\Program Files\Java\jre7\bin\deploy.dll
0x76580000 - 0x76744000    C:\windows\system32\WININET.dll
0x75be0000 - 0x75be4000    C:\windows\system32\api-ms-win-downlevel-user32-l1-1-0.dll
0x75db0000 - 0x75db4000    C:\windows\system32\api-ms-win-downlevel-shlwapi-l1-1-0.dll
0x75eb0000 - 0x75eb4000    C:\windows\system32\api-ms-win-downlevel-version-l1-1-0.dll
0x75de0000 - 0x75de3000    C:\windows\system32\api-ms-win-downlevel-normaliz-l1-1-0.dll
0x763f0000 - 0x763f3000    C:\windows\system32\normaliz.DLL
0x76950000 - 0x76b67000    C:\windows\system32\iertutil.dll
0x75c40000 - 0x75c45000    C:\windows\system32\api-ms-win-downlevel-advapi32-l1-1-0.dll
0x76dd0000 - 0x76ef4000    C:\windows\system32\urlmon.dll
0x75d70000 - 0x75d74000    C:\windows\system32\api-ms-win-downlevel-ole32-l1-1-0.dll
0x76f00000 - 0x77b4a000    C:\windows\system32\SHELL32.dll
0x62500000 - 0x62514000    C:\Program Files\Java\jre7\bin\net.dll
0x755a0000 - 0x755dc000    C:\windows\system32\mswsock.dll
0x75590000 - 0x75596000    C:\windows\System32\wship6.dll
0x72610000 - 0x7261f000    C:\Program Files\Java\jre7\bin\nio.dll
0x744e0000 - 0x744f3000    C:\windows\system32\dwmapi.dll
0x6b1d0000 - 0x6b219000    C:\Program Files\Hewlett-Packard\HP ProtectTools Security Manager\Bin\DpoSet.dll
0x75930000 - 0x75938000    C:\windows\system32\Secur32.dll
0x75a70000 - 0x75a8b000    C:\windows\system32\SSPICLI.DLL
0x6ec20000 - 0x6ec24000    C:\windows\system32\api-ms-win-downlevel-advapi32-l2-1-0.dll
0x6d0b0000 - 0x6d0b4000    C:\windows\system32\api-ms-win-downlevel-shlwapi-l2-1-0.dll
0x73510000 - 0x7352c000    C:\windows\system32\IPHLPAPI.DLL
0x73500000 - 0x73507000    C:\windows\system32\WINNSI.DLL
0x74f90000 - 0x74f95000    C:\windows\System32\wshtcpip.dll
0x6ebf0000 - 0x6ec17000    C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
0x75460000 - 0x754a4000    C:\windows\system32\DNSAPI.dll
0x6ebe0000 - 0x6ebe6000    C:\windows\system32\rasadhlp.dll
0x73160000 - 0x73198000    C:\windows\System32\fwpuclnt.dll
0x59270000 - 0x592a9000    C:\Program Files\Java\jre7\bin\fontmanager.dll
0x593c0000 - 0x593f0000    C:\Program Files\Java\jre7\bin\t2k.dll
0x75c50000 - 0x75d70000    C:\windows\system32\CRYPT32.dll
0x75bd0000 - 0x75bdc000    C:\windows\system32\MSASN1.dll
0x75ec0000 - 0x75f43000    C:\windows\system32\CLBCatQ.DLL
0x742a0000 - 0x743d0000    C:\windows\system32\WindowsCodecs.dll
0x75a90000 - 0x75adc000    C:\windows\system32\apphelp.dll
0x69860000 - 0x69a07000    C:\Program Files\Microsoft Office 15\root\Office15\GROOVEEX.DLL
0x69730000 - 0x69799000    C:\Program Files\Microsoft Office 15\root\Office15\MSVCP100.dll
0x696c0000 - 0x696e6000    C:\Program Files\Microsoft Office 15\root\Office15\ATL100.DLL
0x71bd0000 - 0x71e10000    C:\windows\system32\msi.dll
0x68650000 - 0x68eca000    C:\Program Files\Microsoft Office 15\root\Office15\1033\GrooveIntlResource.dll
0x685c0000 - 0x685e2000    C:\Users\Gonzalo\AppData\Roaming\Dropbox\bin\DropboxExt.22.dll
0x6e950000 - 0x6ea3b000    C:\windows\system32\dbghelp.dll
0x6f430000 - 0x6f4be000    C:\windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCP90.dll
0x6f560000 - 0x6f603000    C:\windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCR90.dll
0x68430000 - 0x68461000    C:\windows\system32\EhStorShell.dll
0x76200000 - 0x7639d000    C:\windows\system32\SETUPAPI.dll
0x75d80000 - 0x75da7000    C:\windows\system32\CFGMGR32.dll
0x75dc0000 - 0x75dd2000    C:\windows\system32\DEVOBJ.dll
0x74850000 - 0x74945000    C:\windows\system32\PROPSYS.dll
0x683c0000 - 0x6842a000    C:\windows\System32\cscui.dll
0x6a5d0000 - 0x6a5d9000    C:\windows\System32\CSCDLL.dll
0x6c600000 - 0x6c60b000    C:\windows\system32\CSCAPI.dll
0x67f80000 - 0x681e6000    C:\Program Files\Norton 360\Engine\20.4.0.40\buShell.dll
0x74570000 - 0x74700000    C:\windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.18120_none_72d2e82386681b36\gdiplus.dll
0x6ea70000 - 0x6eb1e000    C:\Program Files\Norton 360\Engine\20.4.0.40\ccL120U.dll
0x6e910000 - 0x6e927000    C:\Program Files\Norton 360\Engine\20.4.0.40\EFACli.dll
0x67f10000 - 0x67f80000    C:\windows\system32\ntshrui.dll
0x758a0000 - 0x758b9000    C:\windows\system32\srvcli.dll
0x73660000 - 0x7366a000    C:\windows\system32\slc.dll
0x5d3d0000 - 0x5d3f0000    C:\Program Files\Java\jre7\bin\sunec.dll
0x62580000 - 0x62589000    C:\Program Files\Java\jre7\bin\sunmscapi.dll
0x59020000 - 0x59044000    C:\Program Files\Java\jre7\bin\dcpr.dll
0x5cc80000 - 0x5cc8a000    C:\Program Files\Java\jre7\bin\management.dll
0x755e0000 - 0x755f6000    C:\windows\system32\CRYPTSP.dll
0x75380000 - 0x753bb000    C:\windows\system32\rsaenh.dll
0x736d0000 - 0x736e0000    C:\windows\system32\NLAapi.dll
0x6be40000 - 0x6be50000    C:\windows\system32\napinsp.dll
0x6be20000 - 0x6be32000    C:\windows\system32\pnrpnsp.dll
0x6be10000 - 0x6be1d000    C:\windows\system32\wshbth.dll
0x6be00000 - 0x6be08000    C:\windows\System32\winrnr.dll
0x58a30000 - 0x58a55000    C:\Program Files\Java\jre7\bin\jpeg.dll
0x07140000 - 0x0714b000    C:\Users\Gonzalo\AppData\Local\Temp\jogamp_0000\file_cache\jln583005164271154050\jln7876103428628112857\gluegen-rt.dll
0x591d0000 - 0x591d6000    C:\Program Files\Java\jre7\bin\jawt.dll
0x6a440000 - 0x6a44b000    C:\Users\Gonzalo\AppData\Local\Temp\jogamp_0000\file_cache\jln583005164271154050\jln7876103428628112857\nativewindow_awt.dll
0x6c100000 - 0x6c10c000    C:\Users\Gonzalo\AppData\Local\Temp\jogamp_0000\file_cache\jln583005164271154050\jln7876103428628112857\nativewindow_win32.dll
0x072e0000 - 0x073a8000    C:\windows\system32\OpenGL32.dll
0x535b0000 - 0x535d2000    C:\windows\system32\GLU32.dll
0x70750000 - 0x70837000    C:\windows\system32\DDRAW.dll
0x6d850000 - 0x6d856000    C:\windows\system32\DCIMAN32.dll
0x64500000 - 0x64592000    C:\Users\Gonzalo\AppData\Local\Temp\jogamp_0000\file_cache\jln583005164271154050\jln7876103428628112857\jogl_desktop.dll
0x10000000 - 0x10dc0000    C:\windows\system32\ig4icd32.dll
0x589d0000 - 0x589fd000    C:\Program Files\Java\jre7\bin\kcms.dll
0x591c0000 - 0x591ca000    C:\Program Files\Java\jre7\bin\jsound.dll
0x59180000 - 0x59189000    C:\Program Files\Java\jre7\bin\jsoundds.dll
0x74130000 - 0x741a2000    C:\windows\system32\DSOUND.dll
0x74700000 - 0x74725000    C:\windows\system32\POWRPROF.dll
0x74810000 - 0x74849000    C:\windows\system32\MMDevAPI.DLL
0x73e40000 - 0x73e70000    C:\windows\system32\wdmaud.drv
0x73e30000 - 0x73e34000    C:\windows\system32\ksuser.dll
0x74b10000 - 0x74b17000    C:\windows\system32\AVRT.dll
0x73ba0000 - 0x73bd6000    C:\windows\system32\AUDIOSES.DLL

VM Arguments:
jvm_args: -Djava.security.policy=file:C:\Program Files\Java\jre7\lib\security\javaws.policy -DtrustProxy=true -Xverify:remote -Djnlpx.home=C:\Program Files\Java\jre7\bin -Djnlpx.origFilenameArg=C:\Users\Gonzalo\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\20\44da76d4-7eba1fd2 -Djnlpx.remove=false -Dsun.awt.warmup=true -Xbootclasspath/a:C:\Program Files\Java\jre7\lib\javaws.jar;C:\Program Files\Java\jre7\lib\deploy.jar;C:\Program Files\Java\jre7\lib\plugin.jar -Djnlp.haven.errorurl=http://game.salemthegame.com/java/error -Djnlp.haven.defserv=game.salemthegame.com -Djnlp.haven.resurl=http://game.salemthegame.com/res/ -Djnlp.haven.screenurl=http://game.salemthegame.com/mt/ss -Djnlp.haven.storeurl=http://services.paradoxplaza.com/adam/storelette/salem -Djnlp.haven.regurl=http://login.salemthegame.com/beta/nregister -Xmx512M -Djnlpx.heapsize=NULL,512M -Djnlpx.splashport=56288 -Djnlp.application.href=http://game.salemthegame.com/java/salem.jnlp -Djnlpx.jvm=C:\Program Files\Java\jre7\bin\javaw.exe -Djnlpx.vmargs=-Djnlp.haven.errorurl=http://game.salemthegame.com/java/error -Djnlp.haven.defserv=game.salemthegame.com -Djnlp.haven.resurl=http://game.salemthegame.com/res/ -Djnlp.haven.screenurl=http://game.salemthegame.com/mt/ss -Djnlp.haven.storeurl=http://services.paradoxplaza.com/adam/storelette/salem -Djnlp.haven.regurl=http://login.salemthegame.com/beta/nregister -Djnlp.application.href=http://game.salemthegame.com/java/salem.jnlp
java_command: com.sun.javaws.Main -notWebJava C:\Users\Gonzalo\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\20\44da76d4-7eba1fd2
Launcher Type: SUN_STANDARD

Environment Variables:
CLASSPATH=.;C:\Program Files\Java\jre7\lib\ext\QTJava.zip
PATH=C:\Program Files\Java\jre7\bin;C:\Program Files\NVIDIA Corporation\PhysX\Common;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Windows Live\Shared;C:\Program Files\Intel\Services\IPT\;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Hewlett-Packard\HP ProtectTools Security Manager\Bin\;"C:\Program Files\Java\jre7\bin"
USERNAME=Gonzalo
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 42 Stepping 7, GenuineIntel



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

OS: Windows 7 Build 7601 Service Pack 1

CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, ht, tsc, tscinvbit

Memory: 4k page, physical 3078520k(287524k free), swap 6943464k(1055888k free)

vm_info: Java HotSpot(TM) Client VM (24.51-b03) for windows-x86 JRE (1.7.0_51-b13), built on Dec 18 2013 19:09:58 by "java_re" with unknown MS VC++:1600

time: Sun Apr 13 16:11:31 2014
elapsed time: 61 seconds

Chalo2000
 
Posts: 7
Joined: Sun Apr 13, 2014 8:36 pm

Re: Crash

Postby MagicManICT » Mon Apr 14, 2014 11:59 am

The best suggestion is to update your graphics drivers. There may not be an updated Intel graphics package available, though, and you may get by using a console command to change the graphics processing used. At some point after logging in, type a colon ':' to open the command prompt (not into the chat bar) and enter the command ':gl meshmode dlist'. (Note you only need one colon for the command. Entering the first colon to open the command prompt will put one there to start your command.)
I am a moderator. I moderate stuff. When I do, I write in this color.
JohnCarver wrote:anybody who argues to remove a mechanic that allows "yet another" way to summon somebody is really a carebear in disguise trying to save his own hide.
MagicManICT
 
Posts: 5088
Joined: Wed Aug 01, 2012 1:46 am

Re: Crash

Postby loftar » Mon Apr 14, 2014 7:03 pm

This is the problem described in this thread.
User avatar
loftar
 
Posts: 1021
Joined: Sun Jul 08, 2012 7:32 am
Location: In your character database, shuffling bits

Re: Crash

Postby Chalo2000 » Tue Apr 15, 2014 12:33 am

MagicManICT wrote:The best suggestion is to update your graphics drivers. There may not be an updated Intel graphics package available, though, and you may get by using a console command to change the graphics processing used. At some point after logging in, type a colon ':' to open the command prompt (not into the chat bar) and enter the command ':gl meshmode dlist'. (Note you only need one colon for the command. Entering the first colon to open the command prompt will put one there to start your command.)


Thank you for the reply MagicManICT, but the problem is that "At some point after logging in..." is when I crash. The screen won't even load, because once it does, I crash. I may think about upgrading my graphics drivers. I really like this game and I'd love to try it out.

EDIT: Either there isn't an Intel graphics package update or I can't fine one :? If you can provide more information on the command prompt (if it's possible to use it before selecting your character or not, etc) that'd be great; I'll just be waiting for another reply because I can't do much when crashing during tutorial :lol:

EDIT: Never mind, it works!

loftar wrote:This is the problem described in this thread.


Thanks for the help loftar!

EDIT: loftar you don't know how much I love you right now. I checked out the post and I noticed that you could run console in character selection. It works now!!!!!!!! Thank you so much :D
Chalo2000
 
Posts: 7
Joined: Sun Apr 13, 2014 8:36 pm


Return to Bugs & Technicalities

Who is online

Users browsing this forum: No registered users and 5 guests

cron