Mac Can't find solution

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

Riverforton

New Member
Jul 29, 2019
5
0
0
---- Minecraft Crash Report ----
// My bad.

Time: 6/23/13 9:04 AM
Description: Failed to start game

org.lwjgl.LWJGLException: Could not get the JAWT interface
at org.lwjgl.opengl.AWTSurfaceLock.lockAndInitHandle(Native Method)
at org.lwjgl.opengl.AWTSurfaceLock.access$100(AWTSurfaceLock.java:49)
at org.lwjgl.opengl.AWTSurfaceLock$1.run(AWTSurfaceLock.java:89)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.opengl.AWTSurfaceLock.privilegedLockAndInitHandle(AWTSurfaceLock.java:86)
at org.lwjgl.opengl.AWTSurfaceLock.lockAndGetHandle(AWTSurfaceLock.java:64)
at org.lwjgl.opengl.MacOSXCanvasPeerInfo.initHandle(MacOSXCanvasPeerInfo.java:53)
at org.lwjgl.opengl.MacOSXDisplayPeerInfo.doLockAndInitHandle(MacOSXDisplayPeerInfo.java:56)
at org.lwjgl.opengl.PeerInfo.lockAndGetHandle(PeerInfo.java:85)
at org.lwjgl.opengl.MacOSXContextImplementation.create(MacOSXContextImplementation.java:47)
at org.lwjgl.opengl.Context.<init>(Context.java:120)
at org.lwjgl.opengl.Display.create(Display.java:858)
at org.lwjgl.opengl.Display.create(Display.java:784)
at org.lwjgl.opengl.Display.create(Display.java:765)
at net.minecraft.client.Minecraft.a(SourceFile:232)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(SourceFile:515)
at java.lang.Thread.run(Thread.java:724)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
Minecraft Version: 1.4.7
Operating System: Mac OS X (x86_64) version 10.8.4
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 228595520 bytes (218 MB) / 259522560 bytes (247 MB) up to 1307312128 bytes (1246 MB)
JVM Flags: 7 total; -Xms256M -Xmx1280M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+AggressiveOpts -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=128m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: [net.ftb.data.Settings, LauncherStyle], [net.ftb.mclauncher.MinecraftLauncher, MinecraftFrame], [net.ftb.util.OSUtils, OS, StyleUtil], [net.minecraft.Launcher]
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
LWJGL: 2.4.2
OpenGL: ~~ERROR~~ NullPointerException: null
Is Modded: Very likely; Jar signature invalidated
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
 

Riverforton

New Member
Jul 29, 2019
5
0
0
That's the thing, I do. Here is what the terminal says.

java version "1.6.0_51"
Java(TM) SE Runtime Environment (build 1.6.0_51-b11-457-11M4509)
Java HotSpot(TM) 64-Bit Server VM (build 20.51-b01-457, mixed mode)
james-howards-MacBook-Pro:~ riverforton$
 

lavarthan

New Member
Jul 29, 2019
2,437
0
0
I understand that is what the terminal says, but for some reason minecraft still wants to use Java 7.
This is from your log. "Java Version: 1.7.0_25, Oracle Corporation"
I'm no mac person so I can only suggest following the guide, sorry. If you have followed the guide then see if the console says you are using Java 6. If it does then post your new console log to pastebin.com and link to it here for us to look at. If it says the same above then I am not able to help you further as I only use Windows, sorry.
 

Riverforton

New Member
Jul 29, 2019
5
0
0
http://pastebin.com/QZiypn08

Here is the pastebin.
Still says its using Java 7 for minecraft. I'm gonna keep playing with it.

I understand Macs arent that popular, but its the strongest computer I have right now. I researched all over the fourms and ran into the checklist multiple times. I used the rollback commands and it worked when I had Lion OS. Once I upgraded to Mountain Lion I had to re-do the rollback and got it going for about a day, then two days ago it stopped working.
Thanks for the help tho man. I appreciate it.
 

Riverforton

New Member
Jul 29, 2019
5
0
0
Fixed it, at some point I had not only downloaded the JRE version, but also the JDK. When I was rolling back to Java v6, I was just rolling back the JRE version and the developer version was staying at 7. Either way got it fixed, hope this helps anyone else having the same problem.
 
Status
Not open for further replies.