Mac Cannot Launch FTB

  • 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.

Gabe224

New Member
Jul 29, 2019
90
0
0
Hello,
I have been playing FTB every day and it has been working fine, that is untill today when I downloaded the latest Java Development Kit JDK 7u25 (I believe). Now whenever I launch FTB (vanilla still works fine by the way) the screen that should have ftb mnimizes into the bottom left of my screen and then when I expand it, and wait thirty seconds I get this message on the screen.

---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!

Time: 7/10/13 12:02 PM
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(Minecraft.java:399)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:746)
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.3
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 203493288 bytes (194 MB) / 259522560 bytes (247 MB) up to 15499526144 bytes (14781 MB)
JVM Flags: 7 total; -Xms256M -Xmx14848M -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: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v7.26a FML v4.7.35.556 Minecraft Forge 6.6.2.534 Feed The Beast Mod Pack 0 mods loaded, 0 mods active
LWJGL: 2.4.2
OpenGL: ~~ERROR~~ NullPointerException: null
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

And if your interested in what is happening in the console, here it is: http://pastebin.com/xQgf8uVy
 

lavarthan

New Member
Jul 29, 2019
2,437
0
0
The link I've provided to downgrade contains the answer. The Lwjgl has updates that fix most (all?) the problems that the launcher experiences when Java 7 is used on the Mac.

From Ashzification our support tech.

It is out of FTB's control. It's a problem with the way Apple rewrote Java 7, and likely causes an issue with the way FML reads it. You'll get the same problem with every modded minecraft launcher.
 
  • Like
Reactions: Gabe224

Gabe224

New Member
Jul 29, 2019
90
0
0
I just followed through with what the guide said and now whenever I launch FTB it crashes straight after the logo comes up, faster than before.
 

lavarthan

New Member
Jul 29, 2019
2,437
0
0
Check your console log. It might still be registering Java 7. If it does you could try following the guide again or try updating your Lwjgl. If it says Java 6 or you tried updating your Lwjgl and it did not work please post a new console log to pastebin.com
 
Status
Not open for further replies.