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

[Bug] #25

Closed
Khorvell opened this issue Jul 11, 2022 · 0 comments
Closed

[Bug] #25

Khorvell opened this issue Jul 11, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@Khorvell
Copy link

Describe the bug

Can't get past launch. It crashes every time.

Crashlog

---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!

Time: 7/11/22, 6:23 PM
Description: Initializing game

java.lang.NoClassDefFoundError: meteordevelopment/meteorclient/systems/hud/HUD
at me.ghosttypes.orion.Orion.onInitialize(Orion.java:58)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at meteordevelopment.meteorclient.MeteorClient.onInitializeClient(MeteorClient.java:95)
at net.minecraft.class_310.handler$bji004$onInit(class_310.java:11918)
at net.minecraft.class_310.(class_310.java:636)
at net.minecraft.client.main.Main.main(Main.java:198)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Caused by: java.lang.ClassNotFoundException: meteordevelopment.meteorclient.systems.hud.HUD
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:226)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:145)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
... 9 more

Steps to reproduce

  1. Launch the game
  2. Crash

Operating System

Windows

Addon Version

0.1

Meteor Version

0.5.0-1526

Minecraft Version

1.19

Other mods

fabric-api-0.57.0+1.19
iris-mc1.19-1.2.5
lithium-fabric-mc1.19-0.8.0
meteor-client-0.5.0-1526
meteor-rejects-addon-0.2
multiconnect-1.6-beta.18
sodium-fabric-mc1.19-0.4.2+build.16
starlight-1.1.1+fabric.ae22326
villager-roller-1.3+mc1.19-rev.b16e705
@Khorvell Khorvell added the bug Something isn't working label Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant