Page 1 of 1

Salem briefly launches then closes in a heap of error code.

PostPosted: Fri Mar 01, 2013 11:52 pm
by Goatsonice
I have tried re-installing Salem, I have updated, re-installed java multiple times, and when I attempt to launch Salem from my shortcut I get this in the form of a Notepad. A Salem label screen pops up for half of a second then closes and I get hit by code like a shovel. Help? Thanks :D

Code: Select all
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6907fc3d, pid=6988, tid=6692
#
# JRE version: 7.0_15-b03
# Java VM: Java HotSpot(TM) Client VM (23.7-b01 mixed mode, sharing windows-x86 )
# Problematic frame:
# C  [atioglxx.dll+0x4fc3d]  DrvPresentBuffers+0x10e0d
#
# 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 (0x06989c00):  JavaThread "AWT-EventQueue-0" [_thread_in_native, id=6692, stack(0x08f80000,0x08fd0000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000008

Registers:
EAX=0x00000000, EBX=0x00000001, ECX=0x00000003, EDX=0x0be632c0
ESP=0x08fceb28, EBP=0x08fcec38, ESI=0x0bb31628, EDI=0x08fcec00
EIP=0x6907fc3d, EFLAGS=0x00010246

Top of Stack: (sp=0x08fceb28)
0x08fceb28:   0bb269d4 07010d54 00000000 00000000
0x08fceb38:   00000000 00000000 00000000 00000000
0x08fceb48:   00000000 00000000 00000000 00000000
0x08fceb58:   00000000 00000000 00000000 00000000
0x08fceb68:   00000000 00000000 00000000 00000000
0x08fceb78:   00000000 00000000 00000000 08fcec38
0x08fceb88:   69078b34 00000031 00000001 08798e58
0x08fceb98:   07010d54 000001bc 07010d54 08798e58

Instructions: (pc=0x6907fc3d)
0x6907fc1d:   03 d3 81 3c d7 38 30 00 00 8d 04 d7 75 95 8b 56
0x6907fc2d:   0c 83 ba cc 00 00 00 04 75 24 64 a1 f0 0b 00 00
0x6907fc3d:   8b 50 08 8d 4c 24 08 51 68 0e 01 00 00 52 e8 00
0x6907fc4d:   89 02 00 83 7c 24 08 00 0f 84 45 ff ff ff 8b 56


Register to memory mapping:

EAX=0x00000000 is an unknown value
EBX=0x00000001 is an unknown value
ECX=0x00000003 is an unknown value
EDX=0x0be632c0 is an unknown value
ESP=0x08fceb28 is pointing into the stack for thread: 0x06989c00
EBP=0x08fcec38 is pointing into the stack for thread: 0x06989c00
ESI=0x0bb31628 is an unknown value
EDI=0x08fcec00 is pointing into the stack for thread: 0x06989c00


Stack: [0x08f80000,0x08fd0000],  sp=0x08fceb28,  free space=314k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [atioglxx.dll+0x4fc3d]  DrvPresentBuffers+0x10e0d
C  [jogl_desktop.dll+0x33346]  Java_jogamp_opengl_windows_wgl_WGLExtImpl_dispatch_1wglCreateContextAttribsARB0__JJLjava_lang_Object_2IJ+0x3e
j  jogamp.opengl.windows.wgl.WGLExtImpl.dispatch_wglCreateContextAttribsARB0(JJLjava/lang/Object;IJ)J+0
j  jogamp.opengl.windows.wgl.WGLExtImpl.wglCreateContextAttribsARB(JJLjava/nio/IntBuffer;)J+59
j  jogamp.opengl.windows.wgl.WindowsWGLContext.createContextARBImpl(JZIII)J+326
j  jogamp.opengl.GLContextImpl.createContextARB(JZ)J+218
j  jogamp.opengl.windows.wgl.WindowsWGLContext.createImpl(Ljogamp/opengl/GLContextImpl;)Z+115
j  jogamp.opengl.GLContextImpl.makeCurrentWithinLock(I)I+47
j  jogamp.opengl.GLContextImpl.makeCurrent()I+227
j  jogamp.opengl.GLDrawableHelper.invokeGLImpl(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;Ljavax/media/opengl/GLAutoDrawable;)V+63
j  jogamp.opengl.GLDrawableHelper.invokeGL(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;)V+85
j  javax.media.opengl.awt.GLCanvas$8.run()V+49
j  javax.media.opengl.Threading.invoke(ZLjava/lang/Runnable;Ljava/lang/Object;)V+33
j  javax.media.opengl.awt.GLCanvas.display()V+50
j  javax.media.opengl.awt.GLCanvas.paint(Ljava/awt/Graphics;)V+135
j  sun.awt.RepaintArea.paintComponent(Ljava/awt/Component;Ljava/awt/Graphics;)V+6
j  sun.awt.RepaintArea.paint(Ljava/lang/Object;Z)V+326
j  sun.awt.windows.WComponentPeer.handleEvent(Ljava/awt/AWTEvent;)V+155
j  java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+869
j  java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
j  java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+41
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
V  [jvm.dll+0x12a34a]
V  [jvm.dll+0x1d968e]
V  [jvm.dll+0x12a3cd]
V  [jvm.dll+0xd9d0a]
C  [java.dll+0x102f]  Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2Ljava_security_AccessControlContext_2+0x17
J  java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;
j  java.awt.EventQueue$4.run()Ljava/lang/Void;+11
j  java.awt.EventQueue$4.run()Ljava/lang/Object;+1
v  ~StubRoutines::call_stub
V  [jvm.dll+0x12a34a]
V  [jvm.dll+0x1d968e]
V  [jvm.dll+0x12a3cd]
V  [jvm.dll+0xd9d0a]
C  [java.dll+0x102f]  Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2Ljava_security_AccessControlContext_2+0x17
J  java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;
J  java.awt.EventDispatchThread.pumpOneEventForFilters(I)V
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
V  [jvm.dll+0x12a34a]
V  [jvm.dll+0x1d968e]
V  [jvm.dll+0x12a533]
V  [jvm.dll+0x12a597]
V  [jvm.dll+0xd306f]
V  [jvm.dll+0x14a647]
V  [jvm.dll+0x14a7b0]
V  [jvm.dll+0x17ee89]
C  [msvcr100.dll+0x5c6de]  endthreadex+0x3a
C  [msvcr100.dll+0x5c788]  endthreadex+0xe4
C  [kernel32.dll+0x13677]  BaseThreadInitThunk+0x12
C  [ntdll.dll+0x39f42]  RtlInitializeExceptionChain+0x63
C  [ntdll.dll+0x39f15]  RtlInitializeExceptionChain+0x36

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  jogamp.opengl.windows.wgl.WGLExtImpl.dispatch_wglCreateContextAttribsARB0(JJLjava/lang/Object;IJ)J+0
j  jogamp.opengl.windows.wgl.WGLExtImpl.wglCreateContextAttribsARB(JJLjava/nio/IntBuffer;)J+59
j  jogamp.opengl.windows.wgl.WindowsWGLContext.createContextARBImpl(JZIII)J+326
j  jogamp.opengl.GLContextImpl.createContextARB(JZ)J+218
j  jogamp.opengl.windows.wgl.WindowsWGLContext.createImpl(Ljogamp/opengl/GLContextImpl;)Z+115
j  jogamp.opengl.GLContextImpl.makeCurrentWithinLock(I)I+47
j  jogamp.opengl.GLContextImpl.makeCurrent()I+227
j  jogamp.opengl.GLDrawableHelper.invokeGLImpl(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;Ljavax/media/opengl/GLAutoDrawable;)V+63
j  jogamp.opengl.GLDrawableHelper.invokeGL(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;)V+85
j  javax.media.opengl.awt.GLCanvas$8.run()V+49
j  javax.media.opengl.Threading.invoke(ZLjava/lang/Runnable;Ljava/lang/Object;)V+33
j  javax.media.opengl.awt.GLCanvas.display()V+50
j  javax.media.opengl.awt.GLCanvas.paint(Ljava/awt/Graphics;)V+135
j  sun.awt.RepaintArea.paintComponent(Ljava/awt/Component;Ljava/awt/Graphics;)V+6
j  sun.awt.RepaintArea.paint(Ljava/lang/Object;Z)V+326
j  sun.awt.windows.WComponentPeer.handleEvent(Ljava/awt/AWTEvent;)V+155
j  java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+869
j  java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
j  java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+41
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.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+6
j  java.awt.EventQueue$4.run()Ljava/lang/Void;+11
j  java.awt.EventQueue$4.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+73
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 )
  0x0698d000 JavaThread "Haven UI thread" [_thread_blocked, id=2756, stack(0x0c270000,0x0c2c0000)]
  0x0698c800 JavaThread "Haven main thread" [_thread_blocked, id=4704, stack(0x0c090000,0x0c0e0000)]
  0x0698c400 JavaThread "Haven resource loader" daemon [_thread_in_native, id=1912, stack(0x0c000000,0x0c050000)]
  0x0698bc00 JavaThread "Haven resource loader" daemon [_thread_blocked, id=4820, stack(0x0bc90000,0x0bce0000)]
  0x0698a400 JavaThread "Haven main thread-SharedResourceRunner" daemon [_thread_blocked, id=7072, stack(0x0a1f0000,0x0a240000)]
  0x06988400 JavaThread "Haven resource loader" daemon [_thread_in_native, id=5804, stack(0x08f00000,0x08f50000)]
  0x06988000 JavaThread "Haven main thread" [_thread_blocked, id=1440, stack(0x076a0000,0x076f0000)]
  0x06987800 JavaThread "Error reporter" daemon [_thread_blocked, id=6056, stack(0x09fc0000,0x0a010000)]
  0x0698b800 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=4720, stack(0x0a020000,0x0a070000)]
  0x0698ac00 JavaThread "TimerQueue" daemon [_thread_blocked, id=2916, stack(0x09f50000,0x09fa0000)]
=>0x06989c00 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=6692, stack(0x08f80000,0x08fd0000)]
  0x06989800 JavaThread "AWT-EventQueue-1" [_thread_blocked, id=1696, stack(0x08a70000,0x08ac0000)]
  0x06989000 JavaThread "AWT-Shutdown" [_thread_blocked, id=6904, stack(0x089a0000,0x089f0000)]
  0x06988c00 JavaThread "ProgressReporter" daemon [_thread_blocked, id=5788, stack(0x08910000,0x08960000)]
  0x06939800 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=4736, stack(0x08610000,0x08660000)]
  0x0032d400 JavaThread "DestroyJavaVM" [_thread_blocked, id=5472, stack(0x003f0000,0x00440000)]
  0x068e5400 JavaThread "Javaws Secure Thread" daemon [_thread_blocked, id=5132, stack(0x07610000,0x07660000)]
  0x068dec00 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5456, stack(0x01060000,0x01160000)]
  0x068de000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=6092, stack(0x06430000,0x06480000)]
  0x068c9800 JavaThread "CacheCleanUpThread" daemon [_thread_blocked, id=6320, stack(0x071b0000,0x07200000)]
  0x068c5c00 JavaThread "CacheMemoryCleanUpThread" daemon [_thread_blocked, id=4804, stack(0x06010000,0x06060000)]
  0x06850c00 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=1712, stack(0x06be0000,0x06c30000)]
  0x002fa400 JavaThread "Service Thread" daemon [_thread_blocked, id=6420, stack(0x05e70000,0x05ec0000)]
  0x002f4c00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=924, stack(0x06620000,0x06670000)]
  0x002efc00 JavaThread "Attach Listener" daemon [_thread_blocked, id=5892, stack(0x06560000,0x065b0000)]
  0x002ec800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6940, stack(0x063d0000,0x06420000)]
  0x002cd400 JavaThread "Finalizer" daemon [_thread_blocked, id=4600, stack(0x00bb0000,0x00c00000)]
  0x002cbc00 JavaThread "Reference Handler" daemon [_thread_blocked, id=1232, stack(0x012a0000,0x012f0000)]

Other Threads:
  0x002e8c00 VMThread [stack: 0x048d0000,0x04920000] [id=5288]
  0x0030cc00 WatcherThread [stack: 0x067c0000,0x06810000] [id=6544]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 def new generation   total 22976K, used 4776K [0x14190000, 0x15a70000, 0x1ec30000)
  eden space 20480K,  11% used [0x14190000, 0x143ca310, 0x15590000)
  from space 2496K, 100% used [0x15800000, 0x15a70000, 0x15a70000)
  to   space 2496K,   0% used [0x15590000, 0x15590000, 0x15800000)
 tenured generation   total 50844K, used 44461K [0x1ec30000, 0x21dd7000, 0x34190000)
   the space 50844K,  87% used [0x1ec30000, 0x2179b568, 0x2179b600, 0x21dd7000)
 compacting perm gen  total 12288K, used 8764K [0x34190000, 0x34d90000, 0x38190000)
   the space 12288K,  71% used [0x34190000, 0x34a1f350, 0x34a1f400, 0x34d90000)
    ro space 10240K,  42% used [0x38190000, 0x385d1c28, 0x385d1e00, 0x38b90000)
    rw space 12288K,  54% used [0x38b90000, 0x39212938, 0x39212a00, 0x39790000)

Card table byte_map: [0x01160000,0x01290000] byte_map_base: 0x010bf380

Polling page: 0x00180000

Code Cache  [0x027c0000, 0x02a38000, 0x047c0000)
 total_blobs=1550 nmethods=1170 adapters=314 free_code_cache=30271Kb largest_free_block=30997824

Compilation events (10 events):
Event: 9.012 Thread 0x002f4c00 1166             java.awt.image.ComponentColorModel::getRed (7 bytes)
Event: 9.012 Thread 0x002f4c00 nmethod 1166 0x02a2e408 code [0x02a2e500, 0x02a2e59c]
Event: 9.012 Thread 0x002f4c00 1167             java.awt.image.ComponentColorModel::getGreen (7 bytes)
Event: 9.012 Thread 0x002f4c00 nmethod 1167 0x02a2e608 code [0x02a2e700, 0x02a2e79c]
Event: 9.012 Thread 0x002f4c00 1168             java.awt.image.ComponentColorModel::getBlue (7 bytes)
Event: 9.013 Thread 0x002f4c00 nmethod 1168 0x02a2e808 code [0x02a2e900, 0x02a2e99c]
Event: 9.013 Thread 0x002f4c00 1169             sun.font.GlyphList::getGrayBits (157 bytes)
Event: 9.013 Thread 0x002f4c00 nmethod 1169 0x02a2ea08 code [0x02a2eb30, 0x02a2ee60]
Event: 9.036 Thread 0x002f4c00 1170   !         java.util.zip.ZipFile$ZipFileInputStream::read (125 bytes)
Event: 9.037 Thread 0x002f4c00 nmethod 1170 0x02a2f148 code [0x02a2f280, 0x02a2f674]

GC Heap History (10 events):
Event: 8.017 GC heap before
{Heap before GC invocations=21 (full 2):
 def new generation   total 8768K, used 8182K [0x14190000, 0x14b10000, 0x1ec30000)
  eden space 7808K, 100% used [0x14190000, 0x14930000, 0x14930000)
  from space 960K,  39% used [0x14a20000, 0x14a7da08, 0x14b10000)
  to   space 960K,   0% used [0x14930000, 0x14930000, 0x14a20000)
 tenured generation   total 28596K, used 25311K [0x1ec30000, 0x2081d000, 0x34190000)
   the space 28596K,  88% used [0x1ec30000, 0x204e7e38, 0x204e8000, 0x2081d000)
 compacting perm gen  total 12288K, used 8375K [0x34190000, 0x34d90000, 0x38190000)
   the space 12288K,  68% used [0x34190000, 0x349bdf10, 0x349be000, 0x34d90000)
    ro space 10240K,  42% used [0x38190000, 0x385d1c28, 0x385d1e00, 0x38b90000)
    rw space 12288K,  54% used [0x38b90000, 0x39212938, 0x39212a00, 0x39790000)
Event: 8.021 GC heap after
Heap after GC invocations=22 (full 2):
 def new generation   total 8768K, used 960K [0x14190000, 0x14b10000, 0x1ec30000)
  eden space 7808K,   0% used [0x14190000, 0x14190000, 0x14930000)
  from space 960K, 100% used [0x14930000, 0x14a20000, 0x14a20000)
  to   space 960K,   0% used [0x14a20000, 0x14a20000, 0x14b10000)
 tenured generation   total 28596K, used 28542K [0x1ec30000, 0x2081d000, 0x34190000)
   the space 28596K,  99% used [0x1ec30000, 0x2080fa08, 0x2080fc00, 0x2081d000)
 compacting perm gen  total 12288K, used 8375K [0x34190000, 0x34d90000, 0x38190000)
   the space 12288K,  68% used [0x34190000, 0x349bdf10, 0x349be000, 0x34d90000)
    ro space 10240K,  42% used [0x38190000, 0x385d1c28, 0x385d1e00, 0x38b90000)
    rw space 12288K,  54% used [0x38b90000, 0x39212938, 0x39212a00, 0x39790000)
}
Event: 8.132 GC heap before
{Heap before GC invocations=22 (full 2):
 def new generation   total 8768K, used 8768K [0x14190000, 0x14b10000, 0x1ec30000)
  eden space 7808K, 100% used [0x14190000, 0x14930000, 0x14930000)
  from space 960K, 100% used [0x14930000, 0x14a20000, 0x14a20000)
  to   space 960K,   0% used [0x14a20000, 0x14a20000, 0x14b10000)
 tenured generation   total 28596K, used 28542K [0x1ec30000, 0x2081d000, 0x34190000)
   the space 28596K,  99% used [0x1ec30000, 0x2080fa08, 0x2080fc00, 0x2081d000)
 compacting perm gen  total 12288K, used 8410K [0x34190000, 0x34d90000, 0x38190000)
   the space 12288K,  68% used [0x34190000, 0x349c6b20, 0x349c6c00, 0x34d90000)
    ro space 10240K,  42% used [0x38190000, 0x385d1c28, 0x385d1e00, 0x38b90000)
    rw space 12288K,  54% used [0x38b90000, 0x39212938, 0x39212a00, 0x39790000)
Event: 8.198 GC heap after
Heap after GC invocations=23 (full 3):
 def new generation   total 22976K, used 444K [0x14190000, 0x15a70000, 0x1ec30000)
  eden space 20480K,   2% used [0x14190000, 0x141ff360, 0x15590000)
  from space 2496K,   0% used [0x15590000, 0x15590000, 0x15800000)
  to   space 2496K,   0% used [0x15800000, 0x15800000, 0x15a70000)
 tenured generation   total 50844K, used 30505K [0x1ec30000, 0x21dd7000, 0x34190000)
   the space 50844K,  59% used [0x1ec30000, 0x209fa7c8, 0x209fa800, 0x21dd7000)
 compacting perm gen  total 12288K, used 8410K [0x34190000, 0x34d90000, 0x38190000)
   the space 12288K,  68% used [0x34190000, 0x349c6b20, 0x349c6c00, 0x34d90000)
    ro space 10240K,  42% used [0x38190000, 0x385d1c28, 0x385d1e00, 0x38b90000)
    rw space 12288K,  54% used [0x38b90000, 0x39212938, 0x39212a00, 0x39790000)
}
Event: 8.471 GC heap before
{Heap before GC invocations=23 (full 3):
 def new generation   total 22976K, used 19734K [0x14190000, 0x15a70000, 0x1ec30000)
  eden space 20480K,  96% used [0x14190000, 0x154d59b0, 0x15590000)
  from space 2496K,   0% used [0x15590000, 0x15590000, 0x15800000)
  to   space 2496K,   0% used [0x15800000, 0x15800000, 0x15a70000)
 tenured generation   total 50844K, used 30505K [0x1ec30000, 0x21dd7000, 0x34190000)
   the space 50844K,  59% used [0x1ec30000, 0x209fa7c8, 0x209fa800, 0x21dd7000)
 compacting perm gen  total 12288K, used 8449K [0x34190000, 0x34d90000, 0x38190000)
   the space 12288K,  68% used [0x34190000, 0x349d0440, 0x349d0600, 0x34d90000)
    ro space 10240K,  42% used [0x38190000, 0x385d1c28, 0x385d1e00, 0x38b90000)
    rw space 12288K,  54% used [0x38b90000, 0x39212938, 0x39212a00, 0x39790000)
Event: 8.484 GC heap after
Heap after GC invocations=24 (full 3):
 def new generation   total 22976K, used 2496K [0x14190000, 0x15a70000, 0x1ec30000)
  eden space 20480K,   0% used [0x14190000, 0x14190000, 0x15590000)
  from space 2496K, 100% used [0x15800000, 0x15a70000, 0x15a70000)
  to   space 2496K,   0% used [0x15590000, 0x15590000, 0x15800000)
 tenured generation   total 50844K, used 32755K [0x1ec30000, 0x21dd7000, 0x34190000)
   the space 50844K,  64% used [0x1ec30000, 0x20c2cde8, 0x20c2ce00, 0x21dd7000)
 compacting perm gen  total 12288K, used 8449K [0x34190000, 0x34d90000, 0x38190000)
   the space 12288K,  68% used [0x34190000, 0x349d0440, 0x349d0600, 0x34d90000)
    ro space 10240K,  42% used [0x38190000, 0x385d1c28, 0x385d1e00, 0x38b90000)
    rw space 12288K,  54% used [0x38b90000, 0x39212938, 0x39212a00, 0x39790000)
}
Event: 8.694 GC heap before
{Heap before GC invocations=24 (full 3):
 def new generation   total 22976K, used 22976K [0x14190000, 0x15a70000, 0x1ec30000)
  eden space 20480K, 100% used [0x14190000, 0x15590000, 0x15590000)
  from space 2496K, 100% used [0x15800000, 0x15a70000, 0x15a70000)
  to   space 2496K,   0% used [0x15590000, 0x15590000, 0x15800000)
 tenured generation   total 50844K, used 32755K [0x1ec30000, 0x21dd7000, 0x34190000)
   the space 50844K,  64% used [0x1ec30000, 0x20c2cde8, 0x20c2ce00, 0x21dd7000)
 compacting perm gen  total 12288K, used 8449K [0x34190000, 0x34d90000, 0x38190000)
   the space 12288K,  68% used [0x34190000, 0x349d0440, 0x349d0600, 0x34d90000)
    ro space 10240K,  42% used [0x38190000, 0x385d1c28, 0x385d1e00, 0x38b90000)
    rw space 12288K,  54% used [0x38b90000, 0x39212938, 0x39212a00, 0x39790000)
Event: 8.701 GC heap after
Heap after GC invocations=25 (full 3):
 def new generation   total 22976K, used 2485K [0x14190000, 0x15a70000, 0x1ec30000)
  eden space 20480K,   0% used [0x14190000, 0x14190000, 0x15590000)
  from space 2496K,  99% used [0x15590000, 0x157fd440, 0x15800000)
  to   space 2496K,   0% used [0x15800000, 0x15800000, 0x15a70000)
 tenured generation   total 50844K, used 37141K [0x1ec30000, 0x21dd7000, 0x34190000)
   the space 50844K,  73% used [0x1ec30000, 0x210755c8, 0x21075600, 0x21dd7000)
 compacting perm gen  total 12288K, used 8449K [0x34190000, 0x34d90000, 0x38190000)
   the space 12288K,  68% used [0x34190000, 0x349d0440, 0x349d0600, 0x34d90000)
    ro space 10240K,  42% used [0x38190000, 0x385d1c28, 0x385d1e00, 0x38b90000)
    rw space 12288K,  54% used [0x38b90000, 0x39212938, 0x39212a00, 0x39790000)
}
Event: 9.016 GC heap before
{Heap before GC invocations=25 (full 3):
 def new generation   total 22976K, used 22965K [0x14190000, 0x15a70000, 0x1ec30000)
  eden space 20480K, 100% used [0x14190000, 0x15590000, 0x15590000)
  from space 2496K,  99% used [0x15590000, 0x157fd440, 0x15800000)
  to   space 2496K,   0% used [0x15800000, 0x15800000, 0x15a70000)
 tenured generation   total 50844K, used 37141K [0x1ec30000, 0x21dd7000, 0x34190000)
   the space 50844K,  73% used [0x1ec30000, 0x210755c8, 0x21075600, 0x21dd7000)
 compacting perm gen  total 12288K, used 8763K [0x34190000, 0x34d90000, 0x38190000)
   the space 12288K,  71% used [0x34190000, 0x34a1ef40, 0x34a1f000, 0x34d90000)
    ro space 10240K,  42% used [0x38190000, 0x385d1c28, 0x385d1e00, 0x38b90000)
    rw space 12288K,  54% used [0x38b90000, 0x39212938, 0x39212a00, 0x39790000)
Event: 9.030 GC heap after
Heap after GC invocations=26 (full 3):
 def new generation   total 22976K, used 2496K [0x14190000, 0x15a70000, 0x1ec30000)
  eden space 20480K,   0% used [0x14190000, 0x14190000, 0x15590000)
  from space 2496K, 100% used [0x15800000, 0x15a70000, 0x15a70000)
  to   space 2496K,   0% used [0x15590000, 0x15590000, 0x15800000)
 tenured generation   total 50844K, used 44461K [0x1ec30000, 0x21dd7000, 0x34190000)
   the space 50844K,  87% used [0x1ec30000, 0x2179b568, 0x2179b600, 0x21dd7000)
 compacting perm gen  total 12288K, used 8763K [0x34190000, 0x34d90000, 0x38190000)
   the space 12288K,  71% used [0x34190000, 0x34a1ef40, 0x34a1f000, 0x34d90000)
    ro space 10240K,  42% used [0x38190000, 0x385d1c28, 0x385d1e00, 0x38b90000)
    rw space 12288K,  54% used [0x38b90000, 0x39212938, 0x39212a00, 0x39790000)
}

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 9.003 Thread 0x0698c800 Threw 0x15567eb0 at C:\jdk7u2_32P\jdk7u15\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 9.003 Thread 0x0698c800 Threw 0x15568f58 at C:\jdk7u2_32P\jdk7u15\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 9.010 Thread 0x0698c800 Threw 0x1557e068 at C:\jdk7u2_32P\jdk7u15\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 9.010 Thread 0x0698c800 Threw 0x1557e3f0 at C:\jdk7u2_32P\jdk7u15\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 9.010 Thread 0x0698c800 Threw 0x1557e6c8 at C:\jdk7u2_32P\jdk7u15\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 9.010 Thread 0x0698c800 Threw 0x1557f770 at C:\jdk7u2_32P\jdk7u15\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 9.015 Thread 0x0698c800 Threw 0x1558b400 at C:\jdk7u2_32P\jdk7u15\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 9.015 Thread 0x0698c800 Threw 0x1558b788 at C:\jdk7u2_32P\jdk7u15\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 9.015 Thread 0x0698c800 Threw 0x1558ba60 at C:\jdk7u2_32P\jdk7u15\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 9.015 Thread 0x0698c800 Threw 0x1558caf0 at C:\jdk7u2_32P\jdk7u15\hotspot\src\share\vm\prims\jvm.cpp:1166

Events (10 events):
Event: 9.015 loading class 0x091138e8
Event: 9.015 loading class 0x091138e8 done
Event: 9.015 Executing VM operation: GenCollectForAllocation
Event: 9.030 Executing VM operation: GenCollectForAllocation done
Event: 9.030 Executing VM operation: RevokeBias
Event: 9.030 Executing VM operation: RevokeBias done
Event: 9.030 loading class 0x39822050
Event: 9.030 Executing VM operation: RevokeBias
Event: 9.030 loading class 0x39822050 done
Event: 9.031 Executing VM operation: RevokeBias done


Dynamic libraries:
0x01390000 - 0x013bf000    C:\Program Files (x86)\Java\jre7\bin\javaw.exe
0x77710000 - 0x77890000    C:\Windows\SysWOW64\ntdll.dll
0x753c0000 - 0x754d0000    C:\Windows\syswow64\kernel32.dll
0x75af0000 - 0x75b37000    C:\Windows\syswow64\KERNELBASE.dll
0x74f60000 - 0x75000000    C:\Windows\syswow64\ADVAPI32.dll
0x754d0000 - 0x7557c000    C:\Windows\syswow64\msvcrt.dll
0x75580000 - 0x75599000    C:\Windows\SysWOW64\sechost.dll
0x75ca0000 - 0x75d90000    C:\Windows\syswow64\RPCRT4.dll
0x74df0000 - 0x74e50000    C:\Windows\syswow64\SspiCli.dll
0x74de0000 - 0x74dec000    C:\Windows\syswow64\CRYPTBASE.dll
0x75b40000 - 0x75c40000    C:\Windows\syswow64\USER32.dll
0x75900000 - 0x75990000    C:\Windows\syswow64\GDI32.dll
0x75000000 - 0x7500a000    C:\Windows\syswow64\LPK.dll
0x75ed0000 - 0x75f6e000    C:\Windows\syswow64\USP10.dll
0x730d0000 - 0x7326e000    C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16661_none_420fe3fa2b8113bd\COMCTL32.dll
0x75c40000 - 0x75c97000    C:\Windows\syswow64\SHLWAPI.dll
0x751d0000 - 0x75230000    C:\Windows\system32\IMM32.DLL
0x74e90000 - 0x74f5c000    C:\Windows\syswow64\MSCTF.dll
0x70980000 - 0x70a3e000    C:\Program Files (x86)\Java\jre7\bin\msvcr100.dll
0x6fa60000 - 0x6fdac000    C:\Program Files (x86)\Java\jre7\bin\client\jvm.dll
0x72c10000 - 0x72c17000    C:\Windows\system32\WSOCK32.dll
0x75ab0000 - 0x75ae5000    C:\Windows\syswow64\WS2_32.dll
0x74e50000 - 0x74e56000    C:\Windows\syswow64\NSI.dll
0x747a0000 - 0x747d2000    C:\Windows\system32\WINMM.dll
0x75350000 - 0x75355000    C:\Windows\syswow64\PSAPI.DLL
0x749e0000 - 0x749ec000    C:\Program Files (x86)\Java\jre7\bin\verify.dll
0x70ae0000 - 0x70b00000    C:\Program Files (x86)\Java\jre7\bin\java.dll
0x6f8b0000 - 0x6f9f2000    C:\Program Files (x86)\Java\jre7\bin\awt.dll
0x75990000 - 0x75a1f000    C:\Windows\syswow64\OLEAUT32.dll
0x75f70000 - 0x760cc000    C:\Windows\syswow64\ole32.dll
0x74660000 - 0x746e0000    C:\Windows\system32\uxtheme.dll
0x70fb0000 - 0x70fc3000    C:\Program Files (x86)\Java\jre7\bin\zip.dll
0x74440000 - 0x74603000    C:\Windows\system32\d3d9.dll
0x710c0000 - 0x710c9000    C:\Windows\system32\VERSION.dll
0x74710000 - 0x74716000    C:\Windows\system32\d3d8thk.dll
0x74740000 - 0x74753000    C:\Windows\system32\dwmapi.dll
0x742f0000 - 0x742f9000    C:\Windows\system32\atiu9pag.dll
0x72730000 - 0x72ad6000    C:\Windows\system32\atiumdag.dll
0x73670000 - 0x73969000    C:\Windows\system32\atiumdva.dll
0x70a80000 - 0x70ad9000    C:\Program Files (x86)\Java\jre7\bin\deploy.dll
0x75db0000 - 0x75ecb000    C:\Windows\syswow64\WININET.dll
0x776e0000 - 0x776e3000    C:\Windows\syswow64\Normaliz.dll
0x75740000 - 0x758f9000    C:\Windows\syswow64\iertutil.dll
0x750b0000 - 0x751c1000    C:\Windows\syswow64\urlmon.dll
0x760d0000 - 0x76d19000    C:\Windows\syswow64\SHELL32.dll
0x732d0000 - 0x732db000    C:\Windows\system32\profapi.dll
0x70a60000 - 0x70a74000    C:\Program Files (x86)\Java\jre7\bin\net.dll
0x72bc0000 - 0x72bfc000    C:\Windows\system32\mswsock.dll
0x72ba0000 - 0x72ba6000    C:\Windows\System32\wship6.dll
0x749f0000 - 0x749fe000    C:\Program Files (x86)\Java\jre7\bin\nio.dll
0x71260000 - 0x71268000    C:\Windows\system32\Secur32.dll
0x72b50000 - 0x72b94000    C:\Windows\system32\dnsapi.DLL
0x72d70000 - 0x72d8c000    C:\Windows\system32\iphlpapi.DLL
0x73290000 - 0x73297000    C:\Windows\system32\WINNSI.DLL
0x72bb0000 - 0x72bb5000    C:\Windows\System32\wshtcpip.dll
0x72b20000 - 0x72b47000    C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
0x72b10000 - 0x72b16000    C:\Windows\system32\rasadhlp.dll
0x726b0000 - 0x726e8000    C:\Windows\System32\fwpuclnt.dll
0x70b00000 - 0x70b52000    C:\Windows\system32\RASAPI32.dll
0x73c90000 - 0x73ca5000    C:\Windows\system32\rasman.dll
0x735d0000 - 0x735dd000    C:\Windows\system32\rtutils.dll
0x735c0000 - 0x735c6000    C:\Windows\system32\sensapi.dll
0x72ae0000 - 0x72b01000    C:\Windows\system32\ntmarta.dll
0x76d20000 - 0x76d65000    C:\Windows\syswow64\WLDAP32.dll
0x70bb0000 - 0x70bda000    C:\Program Files (x86)\Java\jre7\bin\fontmanager.dll
0x70940000 - 0x70971000    C:\Program Files (x86)\Java\jre7\bin\t2k.dll
0x75a20000 - 0x75aa3000    C:\Windows\syswow64\CLBCatQ.DLL
0x70be0000 - 0x70cdb000    C:\Windows\system32\WindowsCodecs.dll
0x74610000 - 0x7465b000    C:\Windows\system32\apphelp.dll
0x70b60000 - 0x70b91000    C:\Windows\system32\EhStorShell.dll
0x755a0000 - 0x7573d000    C:\Windows\syswow64\SETUPAPI.dll
0x74e60000 - 0x74e87000    C:\Windows\syswow64\CFGMGR32.dll
0x75d90000 - 0x75da2000    C:\Windows\syswow64\DEVOBJ.dll
0x71280000 - 0x71375000    C:\Windows\system32\PROPSYS.dll
0x71530000 - 0x7159f000    C:\Windows\system32\ntshrui.dll
0x72d20000 - 0x72d39000    C:\Windows\system32\srvcli.dll
0x741e0000 - 0x741eb000    C:\Windows\system32\cscapi.dll
0x74350000 - 0x7435a000    C:\Windows\system32\slc.dll
0x75230000 - 0x7534e000    C:\Windows\syswow64\CRYPT32.dll
0x75010000 - 0x7501c000    C:\Windows\syswow64\MSASN1.dll
0x70920000 - 0x70940000    C:\Program Files (x86)\Java\jre7\bin\sunec.dll
0x70fa0000 - 0x70fa9000    C:\Program Files (x86)\Java\jre7\bin\sunmscapi.dll
0x708f0000 - 0x70914000    C:\Program Files (x86)\Java\jre7\bin\dcpr.dll
0x732a0000 - 0x732b6000    C:\Windows\system32\CRYPTSP.dll
0x72e80000 - 0x72ebb000    C:\Windows\system32\rsaenh.dll
0x732e0000 - 0x732f7000    C:\Windows\system32\USERENV.dll
0x74300000 - 0x74310000    C:\Windows\system32\NLAapi.dll
0x735b0000 - 0x735b8000    C:\Windows\System32\winrnr.dll
0x735a0000 - 0x735b0000    C:\Windows\system32\napinsp.dll
0x73580000 - 0x73592000    C:\Windows\system32\pnrpnsp.dll
0x708c0000 - 0x708e5000    C:\Program Files (x86)\Java\jre7\bin\jpeg.dll
0x637c0000 - 0x637ca000    C:\Users\Unknown\AppData\Local\Temp\jogamp_0000\file_cache\jln47944779867425390\jln4795012428039477751\gluegen-rt.dll
0x73db0000 - 0x73db6000    C:\Program Files (x86)\Java\jre7\bin\jawt.dll
0x6a440000 - 0x6a44a000    C:\Users\Unknown\AppData\Local\Temp\jogamp_0000\file_cache\jln47944779867425390\jln4795012428039477751\nativewindow_awt.dll
0x6c100000 - 0x6c110000    C:\Users\Unknown\AppData\Local\Temp\jogamp_0000\file_cache\jln47944779867425390\jln4795012428039477751\nativewindow_win32.dll
0x6e470000 - 0x6e538000    C:\Windows\system32\OpenGL32.dll
0x6f820000 - 0x6f842000    C:\Windows\system32\GLU32.dll
0x6d870000 - 0x6d957000    C:\Windows\system32\DDRAW.dll
0x70ba0000 - 0x70ba6000    C:\Windows\system32\DCIMAN32.dll
0x64500000 - 0x6456a000    C:\Users\Frank\AppData\Local\Temp\jogamp_0000\file_cache\jln47944779867425390\jln4795012428039477751\jogl_desktop.dll
0x70a50000 - 0x70a57000    C:\Windows\system32\atiglpxx.dll
0x69030000 - 0x69ee2000    C:\Windows\system32\atioglxx.dll
0x70a40000 - 0x70a47000    C:\Windows\system32\atigktxx.dll
0x10000000 - 0x1003a000    C:\Windows\system32\atiadlxy.dll
0x76e20000 - 0x76e4d000    C:\Windows\syswow64\WINTRUST.dll
0x6fa30000 - 0x6fa5d000    C:\Program Files (x86)\Java\jre7\bin\kcms.dll
0x72ec0000 - 0x72fab000    C:\Windows\system32\dbghelp.dll

VM Arguments:
jvm_args: -Djava.security.policy=file:C:\\Program Files (x86)\\Java\\jre7\\lib\\security\\javaws.policy -DtrustProxy=true -Xverify:remote -Djnlpx.home=C:\\Program Files (x86)\\Java\\jre7\\bin -Djnlpx.origFilenameArg=C:\Users\Unknown\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\35\5192be3-537787ca -Djnlpx.remove=false -Dsun.awt.warmup=true -Xbootclasspath/a:C:\\Program Files (x86)\\Java\\jre7\\lib\\javaws.jar;C:\\Program Files (x86)\\Java\\jre7\\lib\\deploy.jar;C:\\Program Files (x86)\\Java\\jre7\\lib\\plugin.jar -Xmx512M -Djnlpx.heapsize=NULL,512M -Djnlpx.splashport=54201 -Djnlp.application.href=http://plymouth.seatribe.se/java/salem.jnlp -Djnlpx.jvm=C:\\Program Files (x86)\\Java\\jre7\\bin\\javaw.exe -Djnlpx.vmargs=-Djnlp.application.href=http://plymouth.seatribe.se/java/salem.jnlp
java_command: com.sun.javaws.Main -notWebJava C:\Users\Unknown\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\35\5192be3-537787ca
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Windows\SysWOW64;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\Broadcom\Broadcom 802.11\Driver;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\12.0\DLLShared\;C:\Program Files (x86)\Hewlett-Packard\HP SimplePass Identity Protection\x64;C:\Program Files (x86)\Hewlett-Packard\HP SimplePass Identity Protection\;C:\Program Files (x86)\Windows Live\Shared;"C:\Program Files (x86)\Java\jre7\bin"
USERNAME=Unknown
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 37 Stepping 2, GenuineIntel



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

OS: Windows 7 , 64 bit Build 7600

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

Memory: 4k page, physical 3987312k(2165008k free), swap 7972716k(5976260k free)

vm_info: Java HotSpot(TM) Client VM (23.7-b01) for windows-x86 JRE (1.7.0_15-b03), built on Feb 15 2013 14:01:25 by "java_re" with unknown MS VC++:1600

time: Fri Mar 01 15:40:58 2013
elapsed time: 9 seconds


Re: Salem briefly launches then closes in a heap of error co

PostPosted: Sat Mar 02, 2013 4:32 am
by MagicManICT
What video card do you have? There was a recent change to OpenGL 2.0. If your card or video driver doesn't support this, then you need to upgrade. If I'm reading the crash report right, it's the driver that is causing it.

Re: Salem briefly launches then closes in a heap of error co

PostPosted: Sat Mar 02, 2013 4:58 am
by Goatsonice
It is a ATI Mobility Radeon HD 5470.

Re: Salem briefly launches then closes in a heap of error co

PostPosted: Sat Mar 02, 2013 5:01 am
by MagicManICT
Try upgrading the driver. There shouldn't be any issues with support on that card with any released version of OpenGL. Make sure to use a program like driversweeper to clear out any old driver versions before reinstalling a driver.

Re: Salem briefly launches then closes in a heap of error co

PostPosted: Sat Mar 02, 2013 6:35 am
by Goatsonice
Hmm, apparently my driver is up to date. :s

Re: Salem briefly launches then closes in a heap of error co

PostPosted: Sat Mar 02, 2013 7:14 am
by MagicManICT
You didn't say what OS you're using. This could make a difference. Also, what version of Java do you have installed? (Be specific on both, please.) I dug through the error report a bit more and looks like there may be a 32/64 bit compatibility issue. Make sure the OS and Java are the same. Check this first.

If that is all fine, then try reinstalling the graphics driver. Get a utility like the one I suggested above to make sure that any traces of old video drivers are removed, and then reinstall. I'm not well versed on ATI Mobility processors, but some have been known to have issues in the past and ATI has never had the best OpenGL support.

Re: Salem briefly launches then closes in a heap of error co

PostPosted: Sat Mar 02, 2013 7:19 am
by staxjax
You need should have a 64bit web browser and 64bit version of java installed. I can tell you only have 32bit java installed, and if you have a 64bit web browser perhaps that is the problem. There really is no reason to be using a 32bit web browser or 32bit java on a 64bit system.