
Incompat? masking real issues
itsdeadfrosty opened this issue ยท 0 comments
took me forever to figure out this mod was ruining my modpack.
anyways. removing "connectedness" was found the be the problem.
these two errors occured on startup,
io.socol.betterthirdperson.api.CustomCameraManager.onInputEvents(io.socol.betterthirdperson.api.adapter.IPlayerAdapter)" because the return value of "io.socol.betterthirdperson.BetterThirdPerson.getCameraManager()" is null
i removed better third person and got this
java.lang.NullPointerException: Cannot invoke "net.minecraft.client.player.LocalPlayer.m_6117_()" because "this.f_91074_" is null
idk what its actually called, but i call it Projecting. like when you have a hardware or software failure and it affects other systems, feeding you false negatives. like a GPU failure causing kernel or CPU problems.
the mod makes startup fail about 80% of the time, randomly itll work fine, but next startup it crashes again.
if a mod needs updating or has an error, with connectedness installed, it masks the issue. removing connectedness allows the game to tell me whats in the wrong version, or incompatible.
if you need more info lmk. but for now, this mod was giving me issues