Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.20.1] Crash on startup #23

Open
Zano1999 opened this issue Oct 16, 2023 · 2 comments
Open

[1.20.1] Crash on startup #23

Zano1999 opened this issue Oct 16, 2023 · 2 comments

Comments

@Zano1999
Copy link

java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'autoslabs'!
at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$2(FabricLoaderImpl.java:387)
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:385)
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
at net.minecraft.class_310.(class_310.java:458)
at net.minecraft.client.main.Main.main(Main.java:211)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:243)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:278)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
Caused by: java.lang.NoSuchFieldError: BETWEEN_MODS_AND_USER
at io.github.andrew6rant.autoslabs.AutoSlabs.onInitialize(AutoSlabs.java:30)
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:383)
... 14 more

@Andrew6rant
Copy link
Owner

can you post your full logs?

This error looks to be that the method for my ARRP entrypoint can't be found (NoSuchFieldError: BETWEEN_MODS_AND_USER), but that shouldn't be possible because I include a compatible ARRP version in AutoSlabs. Are you using a fork, like BRRP?

@Zano1999
Copy link
Author

Zano1999 commented Oct 22, 2023

I was using both ARRP and BRRP, removing ARRP it starts, below i post the log with both ARRP and BRRP enabled

Latest log: https://pastebin.com/Z0SQ4HXg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants