How do you enable minidumps?!

LuxAsks

Reputable
Dec 14, 2014
3
0
4,510
Hello, im a gamer who plays minecraft and i just recieved a new computer. Obviously i installed minecraft right away but when i started to launch it, it would crash and tell me this error: [13:26:58] [main/INFO]: Setting user: Vanessa_dragneel
[13:26:58] [main/INFO]: (Session ID is token:f1b5c02409ab4464a263eb1be5dfdcb7:e59a555cdefd41fc8bbccf6c1c73e500)
[13:26:58] [Client thread/INFO]: LWJGL Version: 2.9.1
[13:27:01] [Client thread/INFO]: Reloading ResourceManager: Default

Starting up SoundSystem...
Initializing LWJGL OpenAL
(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
OpenAL initialized.

[13:27:02] [Sound Library Loader/INFO]: Sound engine started
[13:27:02] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[13:27:03] [Client thread/INFO]: Created: 256x256 textures/items-atlas
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x27103e88, pid=5752, tid=4536
#
# JRE version: Java(TM) SE Runtime Environment (8.0_25-b18) (build 1.8.0_25-b18)
# Java VM: Java HotSpot(TM) Client VM (25.25-b02 mixed mode windows-x86 )
# Problematic frame:
# C [ig4dev32.dll+0x3e88]
#
# 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\Lina\AppData\Roaming\.minecraft\hs_err_pid5752.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

[error occurred during error reporting , id 0xc0000005]

please help me! Thank you and have a great day :??: :D
 
Solution

azathoth

Distinguished
Jun 25, 2011
1,170
0
19,660
The .dll file is the error, it is a driver related to Integrated Intel Graphics. If your system has a dedicated video card, try visiting the manufacturers website to install the drivers for it.

If you don't, you could try updating your Intel Graphics Driver.

There was an update for 1.7.4 of Minecraft that dropped support for a large amount of older Intel Chipsets, if you drop the game client down to 1.7.2 it should work again.
 


[strike]The problem seems to originate either in your system's OpenAL library implementation or in Minecraft's interaction with OpenAL through LWJGL (a java game library that Minecraft uses).[/strike]

EDIT: Nevermind, that seems to be an unrelated error that occurs whenever Minecraft shuts down.

This seems to be caused by Intel's graphics driver, or Minecraft's interaction with it through LWJGL.

Make sure that you're running an unmodified release version of Minecraft and nothing else. Mods and development versions are prone to these kinds of errors. Also, install the latest graphics drivers from Intel's website.
 
Solution