TripleA 2026 with Java 25 & TripleA.vmoptions settings
-
@beelee 🫡
yeah i’m mac should have time to test it out on current os w/e the problem is it doesn’t seem like it’s the java version
-
-
@beelee @thedog @lafayette @nothingtoseehere just updated to the current everything (lobby, marti & local play) seems to be working fine with current mac os you do need to do that move where ur force it to trust the app but w/e
-
I'm the reddit user in the screenshot.
The newest TripleA builds fail to launch for me, but the nightly builds used to work until the June 15 / 16 build which is when things broke for me. Below is the error log when I try to launch any of the newest builds on Intel Mac with Catalina 10.15.8. And from my understanding, Intel Macs with Catalina support Java 26.
If I delete the newest builds, and reinstall TripleA 2.5, then 2.5 will launch correctly. However maps won't load, and I have not troubleshooted that by manually loading yet. I will soon.
Error log when trying to launch newest build:
java.lang.NoClassDefFoundError: Could not initialize class sun.awt.PlatformGraphicsInfo
at java.desktop/java.awt.GraphicsEnvironment.getHeadlessProperty(GraphicsEnvironment.java:144)
at java.desktop/java.awt.GraphicsEnvironment.isHeadless(GraphicsEnvironment.java:118)
at org.triplea.game.client.HeadedGameRunner.main(HeadedGameRunner.java:145)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.exe4j.runtime.LauncherEngine.invokeMain(LauncherEngine.java:101)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:78)
at com.install4j.runtime.launcher.MacLauncher.main(MacLauncher.java:108)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: /Applications/TripleA.app/Contents/Resources/jre.bundle/Contents/Home/lib/libawt.dylib: dlopen(/Applications/TripleA.app/Contents/Resources/jre.bundle/Contents/Home/lib/libawt.dylib, 1): Library not loaded: /System/Library/Frameworks/JavaRuntimeSupport.framework/Versions/A/JavaRuntimeSupport
Referenced from: /Applications/TripleA.app/Contents/Resources/jre.bundle/Contents/Home/lib/libawt.dylib
Reason: image not found [in thread "main"]
at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)
at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:321)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:187)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:129)
at java.base/jdk.internal.loader.NativeLibraries.findFromPaths(NativeLibraries.java:249)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:239)
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2254)
at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.base/java.lang.System.loadLibrary(System.java:1686)
at java.desktop/sun.awt.PlatformGraphicsInfo.<clinit>(PlatformGraphicsInfo.java:35)
at java.desktop/java.awt.GraphicsEnvironment.getHeadlessProperty(GraphicsEnvironment.java:144)
at java.desktop/java.awt.GraphicsEnvironment.isHeadless(GraphicsEnvironment.java:118)
at com.exe4j.runtime.gui.AwtSplashScreen.<init>(AwtSplashScreen.java:20)
at com.exe4j.runtime.gui.AwtSplashScreen.<init>(AwtSplashScreen.java:12)
at com.exe4j.runtime.gui.AwtSplashScreen$Invoker.create(AwtSplashScreen.java:97)
at com.exe4j.runtime.splash.SplashEngine.setJavaSplashScreenConfig(SplashEngine.java:16)
at com.install4j.runtime.launcher.MacLauncher.main(MacLauncher.java:106)
java.lang.NoClassDefFoundError: Could not initialize class sun.awt.PlatformGraphicsInfo
at java.desktop/java.awt.GraphicsEnvironment.getHeadlessProperty(GraphicsEnvironment.java:144)
at java.desktop/java.awt.GraphicsEnvironment.isHeadless(GraphicsEnvironment.java:118)
at org.triplea.game.client.HeadedGameRunner.main(HeadedGameRunner.java:145)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.exe4j.runtime.LauncherEngine.invokeMain(LauncherEngine.java:101)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:78)
at com.install4j.runtime.launcher.MacLauncher.main(MacLauncher.java:108)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: /Applications/TripleA.app/Contents/Resources/jre.bundle/Contents/Home/lib/libawt.dylib: dlopen(/Applications/TripleA.app/Contents/Resources/jre.bundle/Contents/Home/lib/libawt.dylib, 1): Library not loaded: /System/Library/Frameworks/JavaRuntimeSupport.framework/Versions/A/JavaRuntimeSupport
Referenced from: /Applications/TripleA.app/Contents/Resources/jre.bundle/Contents/Home/lib/libawt.dylib
Reason: image not found [in thread "main"]
at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)
at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:321)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:187)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:129)
at java.base/jdk.internal.loader.NativeLibraries.findFromPaths(NativeLibraries.java:249)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:239)
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2254)
at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.base/java.lang.System.loadLibrary(System.java:1686)
at java.desktop/sun.awt.PlatformGraphicsInfo.<clinit>(PlatformGraphicsInfo.java:35)
at java.desktop/java.awt.GraphicsEnvironment.getHeadlessProperty(GraphicsEnvironment.java:144)
at java.desktop/java.awt.GraphicsEnvironment.isHeadless(GraphicsEnvironment.java:118)
at com.exe4j.runtime.gui.AwtSplashScreen.<init>(AwtSplashScreen.java:20)
at com.exe4j.runtime.gui.AwtSplashScreen.<init>(AwtSplashScreen.java:12)
at com.exe4j.runtime.gui.AwtSplashScreen$Invoker.create(AwtSplashScreen.java:97)
at com.exe4j.runtime.splash.SplashEngine.setJavaSplashScreenConfig(SplashEngine.java:16)
at com.install4j.runtime.launcher.MacLauncher.main(MacLauncher.java:106) -
Update: I was able to install 2.5 and it is running. Have not tried the new builds again.
-
@drumstick919 hey there tagging @lafayette to make sure he sees this
-
@drumstick919 @lafayette i’m wondering if this might have something to do with the new skin engine?
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login