[MC-5347] ERROR REPORT c527ec3b Created: 25/Dec/12 Updated: 03/May/15 Resolved: 28/Dec/12 |
|
| Status: | Resolved |
| Project: | Minecraft: Java Edition |
| Component/s: | None |
| Affects Version/s: | Minecraft 1.4.6 |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Simon Pr | Assignee: | Unassigned |
| Resolution: | Invalid | Votes: | 0 |
| Labels: | None | ||
| Environment: |
MAc OS X |
||
| Confirmation Status: | Unconfirmed |
| Description |
|
I can't play Minecraft has crashed!
----------------------
Minecraft has stopped running because it encountered a problem; Exception in server tick loop
A full error report has been saved to /Users/flolblab/Library/Application Support/minecraft/crash-reports/crash-2012-12-23_23.35.38-server.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash :(
--- BEGIN ERROR REPORT c527ec3b --------
Full report at:
/Users/flolblab/Library/Application Support/minecraft/crash-reports/crash-2012-12-23_23.35.38-server.txt
Please show that file to Mojang, NOT just this screen!
Generated 23/12/12 23:35
-- System Details --
Details:
Minecraft Version: 1.4.6
Operating System: Mac OS X (ppc) version 10.5.8
Java Version: 1.5.0_30, Apple Inc.
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Apple Inc.
Memory: 10062488 bytes (9 MB) / 66387968 bytes (63 MB) up to 66387968 bytes (63 MB)
JVM Flags: 0 total;
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: No suspicious classes found.
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Probably not. Jar signature remains and both client + server brands are untouched.
java.lang.OutOfMemoryError: Java heap space
at java.nio.ByteBuffer.wrap(ByteBuffer.java:350)
at java.lang.StringCoding$CharsetSD.decode(StringCoding.java:187)
at java.lang.StringCoding.decode(StringCoding.java:228)
at java.lang.String.<init>(String.java:405)
at java.util.jar.Attributes.read(Attributes.java:401)
at java.util.jar.Manifest.read(Manifest.java:219)
at java.util.jar.Manifest.<init>(Manifest.java:52)
at java.util.jar.JarFile.getManifestFromReference(JarFile.java:160)
at java.util.jar.JarFile.getInputStream(JarFile.java:402)
at sun.misc.URLClassPath$JarLoader$1.getInputStream(URLClassPath.java:620)
at sun.misc.Resource.cachedInputStream(Resource.java:59)
at sun.misc.Resource.getByteBuffer(Resource.java:84)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:249)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:317)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:375)
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357)
at java.lang.Class.getConstructor0(Class.java:2671)
at java.lang.Class.getConstructor(Class.java:1629)
at yp.a(SourceFile:290)
at abb.a(SourceFile:452)
at im.a(SourceFile:165)
at zz.a(SourceFile:715)
at im.c(SourceFile:104)
at net.minecraft.server.MinecraftServer.e(SourceFile:506)
at bdz.a(SourceFile:83)
at bdz.c(SourceFile:99)
--- END ERROR REPORT 74905cc4 ----------
|
| Comments |
| Comment by Kumasasa [ 28/Dec/12 ] |
|
Resolving this now, since not a Minecraft issue. |
| Comment by Kumasasa [ 25/Dec/12 ] |
|
No, minecraft is linked against Java 5, so still yet supported. |
| Comment by Zuriki [ 25/Dec/12 ] |
|
Operating System: Mac OS X (ppc) version 10.5.8 PowerPC and Java 5, both of which are unsupported. |
| Comment by Kumasasa [ 25/Dec/12 ] |
|
You're starting Minecraft in an unusual way, without any memory assignment to Java: JVM Flags: 0 total; Java runs out of memory: java.lang.OutOfMemoryError: Java heap space I do not know no other way to start Minecraft on OSX than the way described on on http://minecraft.net/download , please try java -Xmx1024M -Xms512M -cp minecraft.jar net.minecraft.LauncherFrame |