BetterPortals

BetterPortals

1M Downloads

kotlin.TypeCastException: null cannot be cast to non-null type de.johni0702.minecraft.view.common.ViewAPI

Johni0702 opened this issue ยท 0 comments

commented

https://openeye.openmods.info/crashes/ccfdcc458cd87da5d75d51493f740403
https://openeye.openmods.info/crashes/1901be9a40fe69ba7ca917288b83edf9
https://openeye.openmods.info/crashes/db98a3c42fe5dc3765611f0540a57391

kotlin.TypeCastException: null cannot be cast to non-null type de.johni0702.minecraft.view.common.ViewAPI
    at de.johni0702.minecraft.view.common.ViewAPI$Companion$instance$2.invoke(ViewAPI.kt:13)
    at de.johni0702.minecraft.view.common.ViewAPI$Companion$instance$2.invoke(ViewAPI.kt:11)
    at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
    at de.johni0702.minecraft.view.common.ViewAPI$Companion.getInstance(ViewAPI.kt:-1)
    at de.johni0702.minecraft.view.client.ClientViewAPI$Companion.getInstance(ClientViewAPI.kt:13)
    at de.johni0702.minecraft.view.client.ClientViewManagerKt.getViewManager(ClientViewManager.kt:35)
    at de.johni0702.minecraft.betterportals.impl.client.audio.PortalAwareSoundManager.recordView(PortalAwareSoundManager.kt:32)
    at net.minecraft.client.audio.SoundManager.handler$recordViewOnPlaySound$zcc000(SoundManager.java:661)