Advertisement
Guest User

Untitled

a guest
Dec 23rd, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. [...] [The following lines repeat again and again until the animation is finished]
  2.  
  3. NullReferenceException: buffer is null
  4. at UnityEngine.Camera.RemoveCommandBuffer (UnityEngine.Rendering.CameraEvent evt, UnityEngine.Rendering.CommandBuffer buffer) [0x0002d] in <7d9ec060e791409ab3eb85c61e312ed6>:0
  5. at scatterer.DepthToDistanceCommandBuffer.OnDestroy () [0x0001a] in <b83aac02f0a14d468c952212b6223826>:0
  6. UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
  7. UnityEngine.DebugLogHandler:LogException(Exception, Object)
  8. ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object)
  9. UnityEngine.Logger:LogException(Exception, Object)
  10. UnityEngine.Debug:CallOverridenDebugHandler(Exception, Object)
  11. UnityEngine.Object:DestroyImmediate(Object, Boolean)
  12. UnityEngine.Object:DestroyImmediate(Object)
  13. FlightCamera:Awake()
  14. UnityEngine.Object:Internal_InstantiateSingle_Injected(Object, Vector3&, Quaternion&)
  15. UnityEngine.Object:Internal_InstantiateSingle(Object, Vector3, Quaternion)
  16. UnityEngine.Object:Instantiate(Object, Vector3, Quaternion)
  17. UnityEngine.Object:Instantiate(Part, Vector3, Quaternion)
  18. DragCubeSystem:RenderProceduralDragCube(Part)
  19. DragCubeList:SetDragWeights_Procedural()
  20. DragCubeList:SetDragWeights()
  21. FlightIntegrator:DragCubeSetupAndPartAeroStats(Vessel)
  22. FlightIntegrator:FixedUpdate()
  23.  
  24. (Filename: <7d9ec060e791409ab3eb85c61e312ed6> Line: 0)
  25.  
  26. NullReferenceException: Object reference not set to an instance of an object
  27. at scatterer.ShadowRemoveFadeCommandBuffer.OnDestroy () [0x00000] in <b83aac02f0a14d468c952212b6223826>:0
  28. UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
  29. UnityEngine.DebugLogHandler:LogException(Exception, Object)
  30. ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object)
  31. UnityEngine.Logger:LogException(Exception, Object)
  32. UnityEngine.Debug:CallOverridenDebugHandler(Exception, Object)
  33. UnityEngine.Object:DestroyImmediate(Object, Boolean)
  34. UnityEngine.Object:DestroyImmediate(Object)
  35. FlightCamera:Awake()
  36. UnityEngine.Object:Internal_InstantiateSingle_Injected(Object, Vector3&, Quaternion&)
  37. UnityEngine.Object:Internal_InstantiateSingle(Object, Vector3, Quaternion)
  38. UnityEngine.Object:Instantiate(Object, Vector3, Quaternion)
  39. UnityEngine.Object:Instantiate(Part, Vector3, Quaternion)
  40. DragCubeSystem:RenderProceduralDragCube(Part)
  41. DragCubeList:SetDragWeights_Procedural()
  42. DragCubeList:SetDragWeights()
  43. FlightIntegrator:DragCubeSetupAndPartAeroStats(Vessel)
  44. FlightIntegrator:FixedUpdate()
  45.  
  46. [...]
  47.  
  48. (Filename: <b83aac02f0a14d468c952212b6223826> Line: 0)
  49.  
  50. [Scatterer] BufferRenderingManager: Recreating textures
  51.  
  52. (Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
  53.  
  54. [Scatterer] Camera overlap: 3
  55.  
  56. (Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
  57.  
  58. ocean node Cleanup
  59.  
  60. (Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
  61.  
  62. [Scatterer] Ocean config found for: Kerbin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement