-
Notifications
You must be signed in to change notification settings - Fork 88
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
Exceptions after loading #104
Comments
That... shouldn't happen? Please try redownloading Sodium and Indium from Modrinth/CurseForge, and testing without any other mods (apart from Fabric API). |
.../mods/fabric-api-0.42.0+1.16.jar |
I have equal exception for I restart game only with this mod: fabric-api-0.46.4+1.18.jar And catch exception too. |
Could you send the full |
Just wanted to chime in and say I'm encountering the same issue inside a development environment (Sodium & Indium jar inside
I'm not able to send a full log, but the error is the same. I recall reading an issue somewhere about Indium (or Sodium) jars having issues when remapped inside a development environment, so that might be related to this problem. |
See FabricMC/Mixin#55 for the issue in a dev environment; I think the crash in this issue is something different as it isn't in a dev env - your crash is caused by trying to remap Indium mixins to the dev env names. |
Unfortunately I can't find the log right now. The problem is most likely due to version incompatibilities. I tried different official releases of the required mods - the problem remained. I solved it by rebuilding my version of mods (both sodium and indium), (changed only api/fabric/library versions in gradle) |
Closing: unable to replicate crash and rather old (if this happens again in a newer version, please report it!) |
After loading the game, getting several errors at once
java: 17
minecraftVersion: 1.16.5
yarnMappings: 1.16.5+build.10
loaderVersion: 0.13.0
fabricVersion: 0.42.0+1.16
java.lang.NullPointerException: Cannot read field "lastNauseaStrength" because "this.client.player" is null
at net.minecraft.client.render.GameRenderer.renderWorld(GameRenderer.java:705)
at net.minecraft.client.render.GameRenderer.render(GameRenderer.java:546)
at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1048)
at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:681)
at net.minecraft.client.main.Main.main(Main.java:215)
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 net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:416)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
Also:
java.lang.NullPointerException: Cannot invoke "String.hashCode()" because "this.descriptor" is null
org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [indium.mixins.json:sodium.MixinChunkRenderRebuildTask] from phase [DEFAULT] in config [indium.mixins.json] from mod [indium] FAILED during APPLY
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Error whilst instancing injection point org.spongepowered.asm.mixin.injection.points.BeforeInvoke for INVOKE [PREINJECT Applicator Phase -> indium.mixins.json:sodium.MixinChunkRenderRebuildTask -> Prepare Injections -> -> redirect$zkf000$onRenderBlock(Lme/jellysquid/mods/sodium/client/render/pipeline/BlockRenderer;Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/model/BakedModel;Lme/jellysquid/mods/sodium/client/render/chunk/compile/buffers/ChunkModelBuffers;ZJ)Z -> Parse]
java.lang.NullPointerException: Cannot invoke "String.hashCode()" because "this.descriptor" is null
Process 'command '/usr/lib/jvm/java-17-openjdk-amd64/bin/java'' finished with non-zero exit value 255
crash-2022-02-10_19.10.47-client.txt
The text was updated successfully, but these errors were encountered: