Sylkadi / BrutalCompanyMinus

MIT License
3 stars 3 forks source link

Two errors caused me to have a black screen when creating a room #24

Closed apeng0907 closed 7 months ago

apeng0907 commented 7 months ago

[Error : Unity Log] NullReferenceException: Object reference not set to an instance of an object Stack trace: LethalProgression.Skills.Oxygen.OxygenUpdate (GameNetcodeStuff.PlayerControllerB __instance) (at <921abc4e643b402eb381ff4e93321c57>:IL_0001) (wrapper dynamic-method) GameNetcodeStuff.PlayerControllerB.DMD(GameNetcodeStuff.PlayerControllerB)

[Error : Unity Log] NullReferenceException: Object reference not set to an instance of an object Stack trace: MoreShipUpgrades.UpgradeComponents.Items.Wheelbarrow.WheelbarrowScript.CheckIfPlayerCarryingWheelbarrowLookSensitivity (System.Single defaultValue) (at <6c89dd0819464aec859e1964fb85ca32>:IL_0044) (wrapper dynamic-method) GameNetcodeStuff.PlayerControllerB.DMD(GameNetcodeStuff.PlayerControllerB) (wrapper dynamic-method) GameNetcodeStuff.PlayerControllerB.DMD(GameNetcodeStuff.PlayerControllerB)

Sylkadi commented 7 months ago

You sure this is caused by my mod? These errors are from LateGameUpgrades and LethalProgression.

apeng0907 commented 7 months ago

The old version will not appear, perhaps due to mod conflicts. When I installed BrutalCompany, these two errors appeared and the screen went black when creating a room. At that time, deleting this mod would make it normal.

Sylkadi commented 7 months ago

Can you give full log file

apeng0907 commented 7 months ago

LogOutput.log

Sylkadi commented 7 months ago

Fixed for next release, though i don't know which mod is the culprit