Advertisement
Guest User

Untitled

a guest
Nov 19th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. Exception from asynchronous event: System.InvalidCastException: Cannot cast from source type to destination type.
  2. at RimWorld.PowerConnectionMaker/<PotentialConnectorsForTransmitter>c__Iterator0.MoveNext () <0x00250>
  3. at RimWorld.PowerConnectionMaker.ConnectAllConnectorsToTransmitter (RimWorld.CompPower) <0x0007e>
  4. at RimWorld.PowerNetManager.TryCreateNetAt (Verse.IntVec3) <0x000f5>
  5. at RimWorld.PowerNetManager.UpdatePowerNetsAndConnections_First () <0x005d9>
  6. at (wrapper dynamic-method) Verse.Map.FinalizeInit_Patch1 (object) <0x0006b>
  7. at Verse.Map.FinalizeLoading () <0x006d2>
  8. at Verse.Game.LoadGame () <0x002ec>
  9. at Verse.SavedGameLoader.LoadGameFromSaveFile (string) <0x00178>
  10. at Verse.Root_Play.<Start>m__0 () <0x00016>
  11. at Verse.LongEventHandler.RunEventFromAnotherThread (System.Action) <0x00028>
  12.  
  13. Verse.Log:Error(String)
  14. Verse.LongEventHandler:RunEventFromAnotherThread(Action)
  15. Verse.LongEventHandler:<UpdateCurrentAsynchronousEvent>m__1()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement