Fatal error was detected by Java Runtime Environment on Windows 10

I am getting an error when I try to open a Java program on Windows 10.

Below I post the output log from my program:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff8bdd7466d, pid=5392, tid=5188
#
# JRE version: Java(TM) SE Runtime Environment (8.0_51-b16) (build 1.8.0_51-b16)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.51-b03 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [VBoxD3D9wddm.dll+0x466d]
#
# 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.
#

      

If anyone can help me find a solution for this, I would be very grateful.

+3


source to share


1 answer


  • Disable virtual machine
  • Go to the "Display" section in the virtual machine settings.
  • Uncheck "Enable 3D Acceleration"
  • Reboot


+1


source







All Articles