Java program is only working sometimes, crashes on opening, Failed to write coredumps, Works on android

0

After moving to a new computer, my LIBGdx software will not execute everytime. It will occasionally, but almost everytime, I get a "Failed to write core dumps" error. I dealt with this on my last computer by enabling them in the advanced system settings, but that doesnt work here.

I believe this isn't an issue with the code itself, as it runs on my other machine, and it runs when on Android, as well as it does actually work on this machine sometimes. I can upload my whole project if needed, but I wouldnt even know where to start looking as far as code issues

Something else to note, Minecraft wont open, but I cant view the error report for some reason. On my last machine, enabling minidumps fixed this issue. What gets me is the the game worked a few weeks ago, but wont launch at all now

Ive tried updating JRE and deleting .gradle folder, and enabling minidumps. I cleaned and rebuilt the project, which worked the first time, but does nothing any other time. I've also set the JAVA_HOME variable to my jdk install, and set the PATH variable to %JAVA_HOME%\bin

Here is my error message from the gradle console

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x690dc5d5, pid=3840, tid=0x000016b8
#
# JRE version: Java(TM) SE Runtime Environment (8.0_221-b11) (build 1.8.0_221-b11)
# Java VM: Java HotSpot(TM) Client VM (25.221-b11 mixed mode windows-x86 )
# Problematic frame:
# C  [ig9icd32.dll+0x1c5d5]
#
# 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 (0x16117000):  JavaThread "LWJGL Application" [_thread_in_native, id=5816, stack(0x170c0000,0x171c0000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000000

Registers:
EAX=0x00000000, EBX=0x00000008, ECX=0x007ce620, EDX=0x007ce8d8
ESP=0x171bf5c4, EBP=0x171bf5ec, ESI=0x007ce7f4, EDI=0x00000001
EIP=0x690dc5d5, EFLAGS=0x00010202

Top of Stack: (sp=0x171bf5c4)
0x171bf5c4:   00790900 007ce620 007ce620 00000000
0x171bf5d4:   00000000 00000000 00761970 00000000
0x171bf5e4:   007ce8d8 a3fb5374 171bf610 690e51eb
0x171bf5f4:   007ce7f4 00000008 007ce744 171bf60c
0x171bf604:   007ce620 00761970 007ce620 171bf634
0x171bf614:   690dbfd9 00738970 00000001 00000000
0x171bf624:   00000000 00000000 a3fb50a8 a3fb50ac
0x171bf634:   171bf658 6927258c 00000000 00000000 

Instructions: (pc=0x690dc5d5)
0x690dc5b5:   50 e8 d5 41 00 00 8b 16 83 c4 08 89 55 f8 8b 4d
0x690dc5c5:   18 8b 81 d0 01 00 00 89 45 f4 8b 81 e4 01 00 00
0x690dc5d5:   8b 30 8b 40 04 8b 89 d0 01 00 00 89 75 e8 8b 75
0x690dc5e5:   08 89 45 ec 83 f9 10 72 5a 8d 41 f0 8b d0 c1 ea 


Register to memory mapping:

EAX=0x00000000 is an unknown value
EBX=0x00000008 is an unknown value
ECX=0x007ce620 is an unknown value
EDX=0x007ce8d8 is an unknown value
ESP=0x171bf5c4 is pointing into the stack for thread: 0x16117000
EBP=0x171bf5ec is pointing into the stack for thread: 0x16117000
ESI=0x007ce7f4 is an unknown value
EDI=0x00000001 is an unknown value


Stack: [0x170c0000,0x171c0000],  sp=0x171bf5c4,  free space=1021k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [ig9icd32.dll+0x1c5d5]
C  [ig9icd32.dll+0x251eb]
C  [ig9icd32.dll+0x1bfd9]
C  [ig9icd32.dll+0x1b258c]
C  [ig9icd32.dll+0x484fa]
C  [ig9icd32.dll+0xbbb0]
C  [OPENGL32.dll+0x1f422]
C  [OPENGL32.dll+0x1f9c8]
C  [OPENGL32.dll+0x1fabf]
C  [lwjgl.dll+0xb239]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  org.lwjgl.opengl.WindowsContextImplementation.nCreate(Ljava/nio/ByteBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;+0
j  org.lwjgl.opengl.WindowsContextImplementation.create(Lorg/lwjgl/opengl/PeerInfo;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;+10
j  org.lwjgl.opengl.ContextGL.<init>(Lorg/lwjgl/opengl/PeerInfo;Lorg/lwjgl/opengl/ContextAttribs;Lorg/lwjgl/opengl/ContextGL;)V+103
j  org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;Lorg/lwjgl/opengl/Drawable;Lorg/lwjgl/opengl/ContextAttribs;)V+102
j  org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;)V+12
j  com.badlogic.gdx.backends.lwjgl.LwjglGraphics.createDisplayPixelFormat(ZII)V+243
j  com.badlogic.gdx.backends.lwjgl.LwjglGraphics.setupDisplay()V+575
j  com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop()V+9
j  com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run()V+27
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
=>0x16117000 JavaThread "LWJGL Application" [_thread_in_native, id=5816, stack(0x170c0000,0x171c0000)]
  0x15fa9000 JavaThread "Service Thread" daemon [_thread_blocked, id=3468, stack(0x168d0000,0x169d0000)]
  0x15f84800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=1660, stack(0x16790000,0x16890000)]
  0x15f8ec00 JavaThread "Attach Listener" daemon [_thread_blocked, id=2876, stack(0x16650000,0x16750000)]
  0x15f8dc00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5648, stack(0x16510000,0x16610000)]
  0x15f79400 JavaThread "Finalizer" daemon [_thread_blocked, id=5244, stack(0x162e0000,0x163e0000)]
  0x15f63400 JavaThread "Reference Handler" daemon [_thread_blocked, id=5308, stack(0x161a0000,0x162a0000)]
  0x0237bc00 JavaThread "main" [_thread_blocked, id=572, stack(0x000a0000,0x001a0000)]

Other Threads:
  0x0247c400 VMThread [stack: 0x15e60000,0x15f60000] [id=4380]
  0x15fb4c00 WatcherThread [stack: 0x16a10000,0x16b10000] [id=1088]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 def new generation   total 4928K, used 4263K [0x05a00000, 0x05f50000, 0x0af50000)
  eden space 4416K,  96% used [0x05a00000, 0x05e29ed0, 0x05e50000)
  from space 512K,   0% used [0x05e50000, 0x05e50000, 0x05ed0000)
  to   space 512K,   0% used [0x05ed0000, 0x05ed0000, 0x05f50000)
 tenured generation   total 10944K, used 0K [0x0af50000, 0x0ba00000, 0x15a00000)
   the space 10944K,   0% used [0x0af50000, 0x0af50000, 0x0af50200, 0x0ba00000)
 Metaspace       used 3136K, capacity 3152K, committed 3264K, reserved 4480K

Card table byte_map: [0x05970000,0x05a00000] byte_map_base: 0x05943000

Polling page: 0x006c0000

CodeCache: size=32768Kb used=810Kb max_used=810Kb free=31957Kb
 bounds [0x038f0000, 0x039c0000, 0x058f0000]
 total_blobs=241 nmethods=65 adapters=107
 compilation: enabled

Compilation events (10 events):
Event: 0.308 Thread 0x15f84800   60             java.util.HashMap::hash (20 bytes)
Event: 0.308 Thread 0x15f84800 nmethod 60 0x039b5988 code [0x039b5a80, 0x039b5b1c]
Event: 0.310 Thread 0x15f84800   61  s!         sun.misc.URLClassPath::getLoader (243 bytes)
Event: 0.312 Thread 0x15f84800 nmethod 61 0x039b5f88 code [0x039b6200, 0x039b7444]
Event: 0.312 Thread 0x15f84800   62  s          sun.misc.URLClassPath::getNextLoader (88 bytes)
Event: 0.312 Thread 0x15f84800 nmethod 62 0x039b8808 code [0x039b8950, 0x039b8d44]
Event: 0.312 Thread 0x15f84800   63             sun.misc.URLClassPath::getResource (83 bytes)
Event: 0.312 Thread 0x15f84800 nmethod 63 0x039b9348 code [0x039b9470, 0x039b9594]
Event: 0.314 Thread 0x15f84800   65   !         sun.misc.URLClassPath$JarLoader::getResource (85 bytes)
Event: 0.314 Thread 0x15f84800 nmethod 65 0x039b9688 code [0x039b97e0, 0x039b9ab8]

GC Heap History (0 events):
No events

Deoptimization events (0 events):
No events

Classes redefined (0 events):
No events

Internal exceptions (10 events):
Event: 0.131 Thread 0x0237bc00 Exception <a 'java/security/PrivilegedActionException'> (0x05b59f00) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\prims\jvm.cpp, line 1502]
Event: 0.131 Thread 0x0237bc00 Exception <a 'java/security/PrivilegedActionException'> (0x05b5a100) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\prims\jvm.cpp, line 1502]
Event: 0.132 Thread 0x0237bc00 Exception <a 'java/security/PrivilegedActionException'> (0x05b5df38) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\prims\jvm.cpp, line 1502]
Event: 0.132 Thread 0x0237bc00 Exception <a 'java/security/PrivilegedActionException'> (0x05b5e138) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\prims\jvm.cpp, line 1502]
Event: 0.261 Thread 0x0237bc00 Exception <a 'java/security/PrivilegedActionException'> (0x05c901d8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\prims\jvm.cpp, line 1502]
Event: 0.261 Thread 0x0237bc00 Exception <a 'java/security/PrivilegedActionException'> (0x05c91c60) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\prims\jvm.cpp, line 1502]
Event: 0.261 Thread 0x0237bc00 Exception <a 'java/security/PrivilegedActionException'> (0x05c92cb8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\prims\jvm.cpp, line 1502]
Event: 0.261 Thread 0x0237bc00 Exception <a 'java/security/PrivilegedActionException'> (0x05c97820) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\prims\jvm.cpp, line 1502]
Event: 0.261 Thread 0x0237bc00 Exception <a 'java/security/PrivilegedActionException'> (0x05c983e0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\prims\jvm.cpp, line 1502]
Event: 0.261 Thread 0x0237bc00 Exception <a 'java/security/PrivilegedActionException'> (0x05c98f60) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u221\13320\hotspot\src\share\vm\prims\jvm.cpp, line 1502]

Events (10 events):
Event: 0.353 loading class org/lwjgl/opengl/EventQueue
Event: 0.353 loading class org/lwjgl/opengl/EventQueue done
Event: 0.354 loading class org/lwjgl/opengl/WindowsKeyboard
Event: 0.354 loading class org/lwjgl/opengl/WindowsKeyboard done
Event: 0.366 loading class org/lwjgl/opengl/ContextGL
Event: 0.366 loading class org/lwjgl/opengl/ContextGL done
Event: 0.367 loading class org/lwjgl/opengl/ContextImplementation
Event: 0.367 loading class org/lwjgl/opengl/ContextImplementation done
Event: 0.367 loading class org/lwjgl/opengl/WindowsContextImplementation
Event: 0.367 loading class org/lwjgl/opengl/WindowsContextImplementation done


Dynamic libraries:
0x00400000 - 0x0041d000     C:\Program Files (x86)\Jarx\Jarx.exe
0x77890000 - 0x77a13000     C:\Windows\SYSTEM32\ntdll.dll
0x777b0000 - 0x77890000     C:\Windows\System32\KERNEL32.DLL
0x77440000 - 0x775e1000     C:\Windows\System32\KERNELBASE.dll
0x75320000 - 0x7547f000     C:\Windows\System32\USER32.dll
0x776f0000 - 0x77705000     C:\Windows\System32\win32u.dll
0x74410000 - 0x7443b000     C:\Windows\System32\GDI32.dll
0x758d0000 - 0x75a2a000     C:\Windows\System32\gdi32full.dll
0x754e0000 - 0x75557000     C:\Windows\System32\ADVAPI32.dll
0x74b20000 - 0x74bde000     C:\Windows\System32\msvcrt.dll
0x77390000 - 0x773d1000     C:\Windows\System32\sechost.dll
0x75240000 - 0x75301000     C:\Windows\System32\RPCRT4.dll
0x74350000 - 0x7436f000     C:\Windows\System32\SspiCli.dll
0x74340000 - 0x7434a000     C:\Windows\System32\CRYPTBASE.dll
0x775f0000 - 0x7764a000     C:\Windows\System32\bcryptPrimitives.dll
0x75fb0000 - 0x77389000     C:\Windows\System32\SHELL32.dll
0x776a0000 - 0x776d6000     C:\Windows\System32\cfgmgr32.dll
0x744d0000 - 0x74a3e000     C:\Windows\System32\windows.storage.dll
0x755c0000 - 0x757d2000     C:\Windows\System32\combase.dll
0x74ce0000 - 0x74dc0000     C:\Windows\System32\ucrtbase.dll
0x77650000 - 0x77695000     C:\Windows\System32\powrprof.dll
0x75560000 - 0x755a6000     C:\Windows\System32\shlwapi.dll
0x755b0000 - 0x755bd000     C:\Windows\System32\kernel.appcore.dll
0x74440000 - 0x744c8000     C:\Windows\System32\shcore.dll
0x75480000 - 0x7548f000     C:\Windows\System32\profapi.dll
0x75f80000 - 0x75fa5000     C:\Windows\System32\IMM32.DLL
0x6c7d0000 - 0x6cba5000     C:\Program Files (x86)\Java\jre1.8.0_221\bin\client\jvm.dll
0x74a40000 - 0x74a46000     C:\Windows\System32\PSAPI.DLL
0x73720000 - 0x73728000     C:\Windows\SYSTEM32\WSOCK32.dll
0x73f80000 - 0x73fa4000     C:\Windows\SYSTEM32\WINMM.dll
0x74be0000 - 0x74c43000     C:\Windows\System32\WS2_32.dll
0x73f30000 - 0x73f38000     C:\Windows\SYSTEM32\VERSION.dll
0x73660000 - 0x7371f000     C:\Windows\SYSTEM32\MSVCR100.dll
0x73c90000 - 0x73cb3000     C:\Windows\SYSTEM32\WINMMBASE.dll
0x73fb0000 - 0x74025000     C:\Windows\system32\uxtheme.dll
0x75e40000 - 0x75f75000     C:\Windows\System32\MSCTF.dll
0x74370000 - 0x74404000     C:\Windows\System32\OLEAUT32.dll
0x77730000 - 0x777ab000     C:\Windows\System32\msvcp_win.dll
0x73730000 - 0x737ab000     C:\Program Files (x86)\Common Files\Microsoft Shared\Ink\tiptsf.dll
0x73020000 - 0x7322a000     C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.14393.953_none_89c2555adb023171\comctl32.dll
0x73650000 - 0x7365c000     C:\Program Files (x86)\Java\jre1.8.0_221\bin\verify.dll
0x73620000 - 0x73641000     C:\Program Files (x86)\Java\jre1.8.0_221\bin\java.dll
0x73600000 - 0x73614000     C:\Program Files (x86)\Java\jre1.8.0_221\bin\zip.dll
0x757e0000 - 0x758cc000     C:\Windows\System32\ole32.dll
0x6cec0000 - 0x6cf33000     C:\Users\user\AppData\Local\Temp\libgdxuser\44aa4fa6\gdx.dll
0x70950000 - 0x70963000     C:\Windows\SYSTEM32\CRYPTSP.dll
0x70920000 - 0x7094f000     C:\Windows\system32\rsaenh.dll
0x73a40000 - 0x73a5b000     C:\Windows\SYSTEM32\bcrypt.dll
0x73f10000 - 0x73f2a000     C:\Windows\SYSTEM32\USERENV.dll
0x735b0000 - 0x735c5000     C:\Program Files (x86)\Java\jre1.8.0_221\bin\net.dll
0x73d50000 - 0x73ee5000     C:\Windows\SYSTEM32\urlmon.dll
0x73a60000 - 0x73c8b000     C:\Windows\SYSTEM32\iertutil.dll
0x16b10000 - 0x16b5e000     C:\Windows\system32\mswsock.dll
0x735d0000 - 0x735ff000     C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x776e0000 - 0x776e7000     C:\Windows\System32\NSI.dll
0x6b940000 - 0x6b953000     C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x6b920000 - 0x6b934000     C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x735a0000 - 0x735af000     C:\Program Files (x86)\Java\jre1.8.0_221\bin\nio.dll
0x16b60000 - 0x16baf000     C:\Users\user\AppData\Local\Temp\libgdxuser\68069333\lwjgl.dll
0x734c0000 - 0x735a0000     C:\Windows\SYSTEM32\OPENGL32.dll
0x73490000 - 0x734b5000     C:\Windows\SYSTEM32\GLU32.dll
0x733a0000 - 0x7348d000     C:\Windows\SYSTEM32\DDRAW.dll
0x73390000 - 0x73397000     C:\Windows\SYSTEM32\DCIMAN32.dll
0x16bb0000 - 0x16c15000     C:\Users\user\AppData\Local\Temp\libgdxuser\68069333\OpenAL32.dll
0x74c50000 - 0x74cd4000     C:\Windows\System32\clbcatq.dll
0x6a430000 - 0x6a57f000     C:\Windows\System32\PROPSYS.dll
0x73300000 - 0x73389000     C:\Windows\SYSTEM32\dsound.dll
0x732a0000 - 0x732f8000     C:\Windows\System32\MMDevApi.dll
0x6ea40000 - 0x6ea62000     C:\Windows\System32\DEVOBJ.dll
0x72d20000 - 0x72d9c000     C:\Windows\SYSTEM32\AUDIOSES.DLL
0x72c50000 - 0x72d1f000     C:\Windows\SYSTEM32\wintypes.dll
0x73ef0000 - 0x73f0f000     C:\Windows\system32\dwmapi.dll
0x690c0000 - 0x69bff000     C:\Windows\System32\DriverStore\FileRepository\igdlh64.inf_amd64_8a9535cd18c90bc3\ig9icd32.dll
0x6bbd0000 - 0x6bc53000     C:\Windows\SYSTEM32\dxgi.dll
0x727b0000 - 0x72835000     C:\Windows\SYSTEM32\mscms.dll
0x73260000 - 0x7329d000     C:\Windows\SYSTEM32\icm32.dll
0x6cce0000 - 0x6ce32000     C:\Windows\System32\uiautomationcore.dll
0x6cc50000 - 0x6ccd1000     C:\Windows\SYSTEM32\sxs.dll
0x72b90000 - 0x72c50000     C:\Windows\System32\DriverStore\FileRepository\igdlh64.inf_amd64_8a9535cd18c90bc3\igdgmm32.dll
0x6c680000 - 0x6c7c5000     C:\Windows\SYSTEM32\dbghelp.dll

VM Arguments:
java_command: <unknown>
java_class_path (initial): C:\LIBGDX~1\desktop\build\libs\DESKTO~1.JAR
Launcher Type: generic

Environment Variables:
PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;%JAVA_HOME%\BIN
USERNAME=user
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 9, GenuineIntel



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

OS: Windows 10.0 , 64 bit Build 14393 (10.0.14393.2189)

CPU:total 4 (initial active 4) (2 cores per cpu, 2 threads per core) family 6 model 142 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, 3dnowpref, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2, adx

Memory: 4k page, physical 8304900k(4950384k free), swap 8829188k(5360332k free)

vm_info: Java HotSpot(TM) Client VM (25.221-b11) for windows-x86 JRE (1.8.0_221-b11), built on Jul  4 2019 19:25:56 by "java_re" with MS VC++ 10.0 (VS2010)

time: Fri Jul 26 21:34:55 2019
timezone: Central Daylight Time
elapsed time: 0 seconds (0d 0h 0m 0s)
java
android
android-studio
minidump
asked on Stack Overflow Jul 27, 2019 by Chris • edited Jul 27, 2019 by Andrew Thompson

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0