You are viewing a potentially older version of this package.
View all versions.
NREater
Tries to fix (spammy) vanilla null reference exceptions — [ server-side* ]
Date uploaded | 3 weeks ago |
Version | 0.0.1 |
Download link | itsschwer-NREater-0.0.1.zip |
Downloads | 2453 |
Dependency string | itsschwer-NREater-0.0.1 |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.2117README
nreater
NullReferenceException: Object reference not set to an instance of an object
Tries to fix (spammy) vanilla null reference exceptions.
targets
ElusiveAntlersPickup
- prevent NRE spam when the owner of orb pickups spawned by Elusive Antlers dies
todo
- observe other common NREs
- try fix
ElusiveAntlersPickup.Start
- try fix
ElusiveAntlersPickup.OnDestroy
? - patch out all
Debug.LogError("Can't PushPickupNotification for " + Util.GetBestMasterName(characterMaster) + " because they aren't local.");
inCharacterMasterNotificationQueue
?- just kind of annoying (and harmless)
- but not an NRE*
see also
- MeridianPrimePrime — fixes an NRE when cracking Aurelionite Geodes on Prime Meridian
- fixed in vanilla RoR2v1.3.6 [Seekers of the Storm Roadmap Phase 1 — Items & Elites]
CHANGELOG
0.0.1
- Initial release (tentative)