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

Crashes with diggus maximus #11

Open
Dashy22 opened this issue Jul 30, 2024 · 4 comments
Open

Crashes with diggus maximus #11

Dashy22 opened this issue Jul 30, 2024 · 4 comments

Comments

@Dashy22
Copy link

Dashy22 commented Jul 30, 2024

diggus maximus is a vein miner mod, this isn't the whole log. Also it works when I disable sortilege but doesn't when I enable it.

---- Minecraft Crash Report ----
// Don't do that.

Time: 2024-07-28 15:59:56
Description: Initializing game

java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'veinminer'!
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.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:480)
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.UnsupportedClassVersionError: de/miraculixx/veinminer/Veinminer has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0
at java.base/java.lang.ClassLoader.defineClass1(Native Method)
at java.base/java.lang.ClassLoader.defineClass(Unknown Source)
at java.base/java.security.SecureClassLoader.defineClass(Unknown Source)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.defineClassFwd(KnotClassLoader.java:160)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:355)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Unknown Source)
at net.fabricmc.loader.impl.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:50)
at net.fabricmc.loader.impl.entrypoint.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:117)
at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:53)
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399)
... 6 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Render thread
Stacktrace:
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.game.minecraft.Hooks.startClient(Hooks.java:52)
at net.minecraft.class_310.(class_310.java:458)

@Dashy22
Copy link
Author

Dashy22 commented Jul 30, 2024

### Never mind it is now crashing with this

Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector skipSoulbound(Lnet/minecraft/class_1799;)Z in sortilege.mixins.json:PlayerInventoryMixin from mod sortilege failed injection check, (0/1) succeeded. Scanned 0 target(s). Using refmap Sortilege-1.20.1-refmap.json

@Dashy22
Copy link
Author

Dashy22 commented Jul 30, 2024

nevermind again it was a bug with galosphere

[18:25:30] [main/WARN]:
@reDIrect conflict. Skipping sortilege.mixins.json:PlayerInventoryMixin from mod sortilege->@reDIrect::skipSoulbound(Lnet/minecraft/class_1799;)Z with priority 1000, already redirected by galosphere.mixins.json:InventoryMixin from mod galosphere->@reDIrect::G$isEmpty(Lnet/minecraft/class_1799;)Z with priority 1000

@Lyof429
Copy link
Collaborator

Lyof429 commented Jul 31, 2024

Ah yeah that one is known
I theoretically have a way to fix it but it'll need a bunch of messing around so won't come before a few weeks

@Dashy22
Copy link
Author

Dashy22 commented Aug 2, 2024

oh k!

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