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.12.2] Unable to join at first startup. #135

Open
AoiKagase opened this issue Nov 26, 2024 · 2 comments
Open

[1.12.2] Unable to join at first startup. #135

AoiKagase opened this issue Nov 26, 2024 · 2 comments

Comments

@AoiKagase
Copy link

AoiKagase commented Nov 26, 2024

This response raises a NullPointerException and cannot join the server.
(Occurs in ImmersiveRailroading.)
fabdb31
It seems that World.get(internal.world).getEntity(internal) is null.

@Goldenfield192
Copy link

Please leave comments here instead of starting a new thread

@AoiKagase
Copy link
Author

Here is the log of what happened.

java.lang.NullPointerException: Unexpected error
    at cam72cam.mod.MinecraftClient.getPlayer(MinecraftClient.java:27)
    at cam72cam.immersiverailroading.ImmersiveRailroading.lambda$clientEvent$3(ImmersiveRailroading.java:200)
    at cam72cam.mod.render.GlobalRender.lambda$registerOverlay$3(GlobalRender.java:89)
    at cam72cam.mod.event.ClientEvents$ClientEventBus.lambda$onOverlayEvent$6(ClientEvents.java:207)
    at java.lang.Iterable.forEach(Iterable.java:75)
    at cam72cam.mod.event.Event.execute(Event.java:24)
    at cam72cam.mod.event.ClientEvents$ClientEventBus.onOverlayEvent(ClientEvents.java:207)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_534_ClientEventBus_onOverlayEvent_Pre.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at com.github.terminatornl.laggoggles.tickcentral.EventBusTransformer.redirectEvent(EventBusTransformer.java:67)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
    at net.minecraftforge.client.GuiIngameForge.pre(GuiIngameForge.java:907)
    at net.minecraftforge.client.GuiIngameForge.renderGameOverlay(GuiIngameForge.java:119)
    at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1098)
    at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1119)
    at net.minecraft.client.Minecraft.run(Minecraft.java:5614)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    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)

AoiKagase added a commit to AoiKagase/UniversalModCore that referenced this issue Nov 26, 2024
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