-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Yello, i got the latest version of Babric for Prism and installed a few mods, one of them needs Station API to function, however i get this error when it inits the latest version:
A mod crashed on startup! net.fabricmc.loader.impl.FormattedException: java.lang.RuntimeException: Could not execute entrypoint stage 'preLaunch' due to errors, provided by 'station-api-base' at 'net.modificationstation.stationapi.api.StationAPI'! at net.fabricmc.loader.impl.FormattedException.ofLocalized(FormattedException.java:63) at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:162) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) at org.prismlauncher.legacy.LegacyLauncher.launch(LegacyLauncher.java:123) at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129) at org.prismlauncher.EntryPoint.main(EntryPoint.java:70) Caused by: java.lang.RuntimeException: Could not execute entrypoint stage 'preLaunch' due to errors, provided by 'station-api-base' at 'net.modificationstation.stationapi.api.StationAPI'! at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$2(FabricLoaderImpl.java:403) at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33) at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:401) at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:160) ... 5 more Caused by: java.lang.UnsupportedOperationException at java.base/java.lang.invoke.VarForm.getMemberName(VarForm.java:118) at knot//net.modificationstation.stationapi.api.util.ReflectionHelper.setFieldsWithAnnotation(ReflectionHelper.java:26) at knot//net.modificationstation.stationapi.api.util.ReflectionHelper.setFieldsWithAnnotation(ReflectionHelper.java:16) at knot//net.modificationstation.stationapi.api.util.ReflectionHelper.setFieldsWithAnnotation(ReflectionHelper.java:12) at knot//net.modificationstation.stationapi.api.mod.entrypoint.EntrypointManager.setup(EntrypointManager.java:119) at knot//net.modificationstation.stationapi.api.mod.entrypoint.EntrypointManager.setup(EntrypointManager.java:68) at knot//net.modificationstation.stationapi.api.StationAPI.lambda$setupEntrypoint$0(StationAPI.java:77) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at knot//net.modificationstation.stationapi.api.StationAPI.setupEntrypoint(StationAPI.java:75) at knot//net.modificationstation.stationapi.api.StationAPI.setupMods(StationAPI.java:60) at knot//net.modificationstation.stationapi.api.StationAPI.onPreLaunch(StationAPI.java:52) at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399) ... 6 more