Hello Guest

GUI Error

  • 1 Replies
  • 3381 Views
GUI Error
« on: July 29, 2016, 13:39:33 »
Hello I have a JAVA runtime error when I start the game with GUI rendering activated :

Fri Jul 29 15:36:48 CEST 2016 INFO:Use Java PNG Loader = true
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000005fe70d19, pid=4608, tid=2344
#
# JRE version: Java(TM) SE Runtime Environment (8.0_77-b03) (build 1.8.0_77-b03)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.77-b03 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [nvoglv64.DLL+0xdb0d19]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\Users\...\Documents\java projects\Game workspace\Java3DGame 0.1\hs_err_pid4608.log
#
# 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.
#

*

Kai

Re: GUI Error
« Reply #1 on: July 29, 2016, 19:46:11 »
Please provide the contents of `C:\Users\...\Documents\java projects\Game workspace\Java3DGame 0.1\hs_err_pid4608.log`. It tells exactly where in Java or C the crash occurred.