DarkMultiPlayer Client

DarkMultiPlayer Client

38.8k Downloads

Exception spam

JoshBlake opened this issue ยท 0 comments

commented

As of 2fd0a11

darklight NRE spam - NullReferenceException: Object reference not set to an instance of an object
at Vessel.recurseCoMs (.Part part) [0x00000] in :0
at Vessel.findWorldCenterOfMass () [0x00000] in :0
at Vessel.FixedUpdate () [0x00000] in :0
@darklight That's a KSP exception, if you know how to cause that I'd like to fix that one :)
@darklight I think it's to do with a null part in the vessel, but I'm not even sure how that happens, KSP should clean up its mess when you crash a vessel :-/
it said it was in darkblah
@darklight Oh
dll

  • DMPUser_575 ([email protected]) Quit (Client Quit)
    @darklight Umm... I'll have to check how recurseCoM throws - Probably null parts in the vessel :-/

NRE spam now -
Actor::setAngularVelocity: Actor must be (non-kinematic) dynamic!
@darklight I think that happens on packed vessels - I'll have to disable the angular velocity sync on those
@darklight I'll be back soon - I'll fix that error and see if I can avoid the throw in recurseCoMs. I'll try to get flag syncing working correctly too :)