This has probably already been solved but it's 4 am and I've been on google for about an hour already, installing and uninstalling java countless times.
The launcher does nothing but produce a crash log when executed with java 64-bit installed, works with java-32 bit. Any help would be appreciated, thanks in advance.
Quote
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007fffe908fd0c, pid=13884, tid=0x0000000000000a8c
#
# JRE version: Java(TM) SE Runtime Environment (8.0_131-b11) (build 1.8.0_131-b11)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.131-b11 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [d3d9.dll+0xfd0c]
#
# 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 (0x000000001f02a000): JavaThread "AWT-Windows" daemon [_thread_in_native, id=2700, stack(0x000000001fae0000,0x000000001fbe0000)]
Instructions: (pc=0x00007fffe908fd0c)
0x00007fffe908fcec: e9 10 fe ff ff cc cc cc cc cc cc cc cc cc cc cc
0x00007fffe908fcfc: cc cc cc cc ff 25 00 00 00 00 30 96 01 80 01 00
0x00007fffe908fd0c: 00 00 5c 24 20 55 56 57 41 54 41 55 41 56 41 57
0x00007fffe908fd1c: 48 8d 6c 24 c0 48 81 ec 40 01 00 00 48 8b 05 a9
Register to memory mapping:
RAX=0x0000000000000000 is an unknown value
RBX=0x000000001fbddd30 is pointing into the stack for thread: 0x000000001f02a000
RCX=0x0000000027dd7f80 is an unknown value
RDX=0x000000001fbde540 is pointing into the stack for thread: 0x000000001f02a000
RSP=0x000000001fbddc88 is pointing into the stack for thread: 0x000000001f02a000
RBP=0x000000001fbde020 is pointing into the stack for thread: 0x000000001f02a000
RSI=0x0000000000000001 is an unknown value
RDI=0x0000000027e74780 is an unknown value
R8 =0x0000000000000000 is an unknown value
R9 =0x0000000000000000 is an unknown value
R10=0x0000000027dd8d9c is an unknown value
R11=0x0000000000000246 is an unknown value
R12=0x0000000000000002 is an unknown value
R13=0x000000001fbde540 is pointing into the stack for thread: 0x000000001f02a000
R14=0x0000000000000000 is an unknown value
R15=0x0000000000000000 is an unknown value
Stack: [0x000000001fae0000,0x000000001fbe0000], sp=0x000000001fbddc88, free space=1015k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [d3d9.dll+0xfd0c]
C [d3d9.dll+0x1167f]
C [d3d9.dll+0x276a6]
C [d3d9.dll+0x2cb68]
C [d3d9.dll+0x2a81e]
C [awt.dll+0x19e2d]
C [awt.dll+0x19f8b]
C [awt.dll+0x1a93f]
C [awt.dll+0x1e4c5]
C [awt.dll+0x1b609]
C 0x0000000003417f74
VM Mutex/Monitor currently owned by a thread: None
Heap:
PSYoungGen total 76288K, used 30862K [0x000000076ae00000, 0x0000000770300000, 0x00000007c0000000)
eden space 65536K, 47% used [0x000000076ae00000,0x000000076cc23a18,0x000000076ee00000)
from space 10752K, 0% used [0x000000076f880000,0x000000076f880000,0x0000000770300000)
to space 10752K, 0% used [0x000000076ee00000,0x000000076ee00000,0x000000076f880000)
ParOldGen total 175104K, used 0K [0x00000006c0a00000, 0x00000006cb500000, 0x000000076ae00000)
object space 175104K, 0% used [0x00000006c0a00000,0x00000006c0a00000,0x00000006cb500000)
Metaspace used 11088K, capacity 11270K, committed 11392K, reserved 1058816K
class space used 1309K, capacity 1379K, committed 1408K, reserved 1048576K
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.131-b11) for windows-amd64 JRE (1.8.0_131-b11), built on Mar 15 2017 01:23:53 by "java_re" with MS VC++ 10.0 (VS2010)
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
patzh
This has probably already been solved but it's 4 am and I've been on google for about an hour already, installing and uninstalling java countless times.
The launcher does nothing but produce a crash log when executed with java 64-bit installed, works with java-32 bit. Any help would be appreciated, thanks in advance.
Edited by patzh2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.