Subcategories
-
8 Topics201 Posts
-
53 Topics421 Posts
-
0 Votes5 Posts807 Views
-
1 Votes6 Posts749 Views
-
0 Votes6 Posts949 Views
-
0 Votes7 Posts2k Views
-
0 Votes5 Posts721 Views
-
1 Votes5 Posts951 Views
-
1 Votes18 Posts2k Views
-
0 Votes19 Posts3k Views
-
1 Votes21 Posts4k Views
-
3 Votes47 Posts11k Views
-
2 Votes2 Posts541 Views
-
1 Votes8 Posts1k Views
-
0 Votes4 Posts746 Views
-
1 Votes1 Posts419 Views
-
2 Votes4 Posts1k Views
-
0 Votes6 Posts966 Views
-
4 Votes108 Posts49k Views
-
0 Votes3 Posts465 Views
-
0 Votes15 Posts2k Views
-
1 Votes10 Posts2k Views
Recent Posts
-
@drumstick919 @lafayette i’m wondering if this might have something to do with the new skin engine?
-
@drumstick919 hey there tagging @lafayette to make sure he sees this
-
Update: I was able to install 2.5 and it is running. Have not tried the new builds again.
-
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)