Page 1 of 1

crashed randomly

Posted: Mon Aug 25, 2014 4:29 pm
by Banana_Cannon
###############################
# Minecraft has crashed ! #
###############################



--- BEGIN ERROR REPORT f4b219e6 --------
Generated 8/25/14 12:28 PM

Mod version: 5.38
Resource Packs: Default
OS: Windows 7 (x86) version 6.1
Java: 1.7.0_67, Oracle Corporation
JVM Memory: 989MB
Texture Memory: Allocated 20.61 MBMB
Tesselator buffers: 6946816 Bytes / 3276800 Bytes
VM: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
LWJGL: 2.8.5 Custom
OpenGL: Intel(R) HD Graphics Family version 3.1.0 - Build 8.15.10.2372, Intel
Worlds: 2
Chunks: 289/291
C: 404/4624. F: 739, O: 0, E: 3587, V: 619056
E: 10/86. B: 0, I: 76
P: 0. T: All: 86


Unexpected error
java.lang.AssertionError: GL ERROR @popOrtho: [1285] Out of memory
at net.minecraft.client.Minecraft.for(SourceFile:530)
at DRPHPHHPPHPHDREE.for(SourceFile:1495)
at net.minecraft.client.Minecraft.goto(SourceFile:1992)
at net.minecraft.client.Minecraft.if(SourceFile:1303)
at net.minecraft.client.Minecraft.run(SourceFile:1066)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 53b6cc0e ----------

Re: crashed randomly

Posted: Mon Aug 25, 2014 5:06 pm
by nickmcski
Found the problem, it occurs where its using your java in your system 32 file.

To find out what java install its useing type this in command prompt

Code: Select all

where java
it it reads out a path like C:\Windows\System32\java.exe then you have the issue

delete java.exe from system32 so it wont be used in command line

Install newest java (I prefer java JDK which you can download from http://www.oracle.com/technetwork/java/ ... 33151.html" onclick="window.open(this.href);return false; )


here is a video on how to set your java path variable if your useing java JDK https://www.youtube.com/watch?v=PjYraV5Ndzc" onclick="window.open(this.href);return false;


If this dosent work or your having trouble feel free to message me!