Advertisement
Guest User

Log AVP

a guest
Aug 24th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. Exception drawing Cooper: System.InvalidCastException: Cannot cast from source type to destination type.
  2. at RRYautja.AvP_Pawn_DrawTracker_get_DrawPos_Patch/<>c__DisplayClass1_0.<DrawImplant>b__0 (Verse.DefModExtension) <0x0003d>
  3. at System.Collections.Generic.List`1<Verse.DefModExtension>.GetIndex (int,int,System.Predicate`1<Verse.DefModExtension>) <0x00050>
  4. at System.Collections.Generic.List`1<Verse.DefModExtension>.FindIndex (System.Predicate`1<Verse.DefModExtension>) <0x00066>
  5. at Verse.GenCollection.Any<Verse.DefModExtension> (System.Collections.Generic.List`1<Verse.DefModExtension>,System.Predicate`1<Verse.DefModExtension>) <0x0005f>
  6. at RRYautja.AvP_Pawn_DrawTracker_get_DrawPos_Patch.DrawImplant (RRYautja.HediffComp_DrawImplant,Verse.PawnRenderer,UnityEngine.Vector3,single,bool,Verse.Rot4,Verse.Rot4,Verse.RotDrawMode,bool,bool) <0x00475>
  7. at RRYautja.AvP_Pawn_DrawTracker_get_DrawPos_Patch.Prefix (Verse.PawnRenderer,UnityEngine.Vector3&,single&,bool&,Verse.Rot4&,Verse.Rot4&,Verse.RotDrawMode&,bool&,bool&) <0x0076e>
  8. at (wrapper dynamic-method) Verse.PawnRenderer.RenderPawnInternal_Patch3 (object,UnityEngine.Vector3,single,bool,Verse.Rot4,Verse.Rot4,Verse.RotDrawMode,bool,bool) <0x0017e>
  9. at (wrapper dynamic-method) Verse.PawnRenderer.RenderPawnAt_Patch4 (object,UnityEngine.Vector3,Verse.RotDrawMode,bool) <0x00dcc>
  10. at Verse.PawnRenderer.RenderPawnAt (UnityEngine.Vector3) <0x00081>
  11. at Verse.Pawn_DrawTracker.DrawAt (UnityEngine.Vector3) <0x0003d>
  12. at Verse.Pawn.DrawAt (UnityEngine.Vector3,bool) <0x0004b>
  13. at Verse.Thing.Draw () <0x00052>
  14. at Verse.ThingWithComps.Draw () <0x0001c>
  15. at (wrapper dynamic-method) Verse.DynamicDrawManager.DrawDynamicThings_Patch1 (object) <0x00494>
  16.  
  17. Verse.Log:Error(String, Boolean)
  18. Verse.DynamicDrawManager:DrawDynamicThings_Patch1(Object)
  19. Verse.Map:MapUpdate()
  20. Verse.Game:UpdatePlay()
  21. Verse.Root_Play:Update()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement