Getting some of this spam in console after update
[Physics.PhysX] RigidBody::setRigidBodyFlag: kinematic bodies with CCD enabled are not supported! CCD will be ignored.
(Filename: ./PhysX/Source/PhysX/src/NpRigidBodyTemplate.h Line: 449)
Getting some of this spam in console after update
[Physics.PhysX] RigidBody::setRigidBodyFlag: kinematic bodies with CCD enabled are not supported! CCD will be ignored.
(Filename: ./PhysX/Source/PhysX/src/NpRigidBodyTemplate.h Line: 449)
In response to Wulf ():There will be a lot of debug/general output you likely aren't familiar with seeing from Rust, as we...
This is the same thing?
are being spammed each second
NullReferenceException: Object reference not set to an instance of an object
at System.Collections.Generic.HashSet`1+Enumerator[T].MoveNext () [0x0001e] in <1b13ba6391c74847bbc3eddc86df7eee>:0
at GunTrap.CheckTrigger () [0x00132] in <13fefac42cd5481c830237986e1d3b56>:0
at GunTrap.TriggerCheck () [0x00000] in <13fefac42cd5481c830237986e1d3b56>:0
at InvokeHandler.DoTick () [0x000d6] in <b5098a2e7d7347fab7434aeaf67f5e80>:0
at InvokeHandler.LateUpdate () [0x0000c] in <b5098a2e7d7347fab7434aeaf67f5e80>:0
After the new update came out i had one crash. But my console is filled with.
[physics.physx] Rigidbody::setRigidBodyFlag kinematic bodies with ccd enabled are not supported unity
c:\buildslave\physx\build\physx\source\physx\srs\NpRigidBodyTemplate.h Line: 449
c:\buildslave\unity\build\runtime/export/debug.bindings.h Line:45
Anyone else?
Hey All,
After the FP/Plugin updates from the beginning of the month, I've been getting the below error. The server does still seem to be running fine. However the error pops up all the time (makeing it hard to read other things in the console). I'm not sure if it's due to Rust being updated or if it is tied to a plugin (I do have quite a bit of them, so it's hard to figure out which one could be the result).
Does anyone know what could be causing this? Anyone else getting the error?
[Physics.PhysX] RigidBody::setRigidBodyFlag: kinematic bodies with CCD enabled are not supported! CCD will be ignored. In response to Irish ():Hey All,After the FP/Plugin updates from the beginning of the month, I've been getting the below er...
In response to 2CHEVSKII ():Why do you think it's an error? I don't see any error message here... It's a warning which can be go...
In response to Irish ():It pops up in console bright red everytime it shows. Yellow is usually a warning. Within a minute it...