Every time I go to minimize my minecraft this happens
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000020ce956a, pid=2776, tid=1104
#
# JRE version: Java(TM) SE Runtime Environment (8.0_25-b18) (build 1.8.0_25-b18)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [ig4icd64.dll+0x84956a]
#
# 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\Cyndi\AppData\Roaming\.minecraft\hs_err_pid2776.log
#
# 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.
#
AL lib: (EE) alc_cleanup: 1 device not closed
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
That error means that the Java Virtual Machine itself crashed, specifically due to some C/C++ code running outside of Java trying to access memory outside of itself (aka "dangling pointer"). The only C/C++ code running in Minecraft is the hardware wrappers from LWJGL, which interact with the keyboard, sound card, and graphics card. Of those devices, graphics cards are most prone to problems.
What you want to try first is to update your graphics drivers and delete the bin folder from the .minecraft folder to force Minecraft to redownload the LWJGL library.
EDIT: ig4icd64.dll appears to be a DLL related to the intel graphics library, so I think that you have a graphics driver problem.
My mods: Base Metals, Power Advantage, Steam Advantage, Electric Advantage, Minecraft Mineralogy, Dr. Cyano's Lootable Bodies, Dr. Cyano's Wonderful Wands & Wizarding Robes
To post a comment, please login or register a new account.
Every time I go to minimize my minecraft this happens
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000020ce956a, pid=2776, tid=1104
#
# JRE version: Java(TM) SE Runtime Environment (8.0_25-b18) (build 1.8.0_25-b18)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [ig4icd64.dll+0x84956a]
#
# 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\Cyndi\AppData\Roaming\.minecraft\hs_err_pid2776.log
#
# 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.
#
AL lib: (EE) alc_cleanup: 1 device not closed
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumig4icd64.dll looks suspicious.
That error means that the Java Virtual Machine itself crashed, specifically due to some C/C++ code running outside of Java trying to access memory outside of itself (aka "dangling pointer"). The only C/C++ code running in Minecraft is the hardware wrappers from LWJGL, which interact with the keyboard, sound card, and graphics card. Of those devices, graphics cards are most prone to problems.
What you want to try first is to update your graphics drivers and delete the bin folder from the .minecraft folder to force Minecraft to redownload the LWJGL library.
EDIT: ig4icd64.dll appears to be a DLL related to the intel graphics library, so I think that you have a graphics driver problem.
My mods:
Base Metals, Power Advantage, Steam Advantage, Electric Advantage, Minecraft Mineralogy, Dr. Cyano's Lootable Bodies, Dr. Cyano's Wonderful Wands & Wizarding Robes