Advertisement
Guest User

rimworld mac "alien race" exception 2017.04.25

a guest
Apr 25th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. Exception from asynchronous event: System.ArgumentException: get_value can only be called from the main thread.
  2. Constructors and field initializers will be executed from the loading thread when loading a scene.
  3. Don't use this function in the constructor or field initializers, instead move initialization code to the Awake or Start function.
  4. at (wrapper managed-to-native) UnityEngine.Random.get_value () <IL 0x00006, 0x0005f>
  5. at AlienRace.HarmonyPatches.GeneratePawnPrefix (Verse.PawnGenerationRequest&) <IL 0x00070, 0x00116>
  6. at (wrapper dynamic-method) Verse.PawnGenerator.GeneratePawn_Patch1 (Verse.PawnGenerationRequest) <IL 0x00008, 0x0002c>
  7. at RimWorld.Faction.GenerateNewLeader () [0x00115] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Planet\Faction\Faction.cs:474
  8. at RimWorld.FactionGenerator.NewGeneratedFaction (RimWorld.FactionDef) [0x00124] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Planet\Faction\FactionGenerator.cs:131
  9. at RimWorld.FactionGenerator.GenerateFactionsIntoWorld (string) [0x0002b] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Planet\Faction\FactionGenerator.cs:27
  10. at RimWorld.Planet.WorldGenerator.GenerateWorld (single,string,RimWorld.Planet.OverallRainfall,RimWorld.Planet.OverallTemperature) [0x00086] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\Planet\WorldGen\WorldGenerator.cs:40
  11. at RimWorld.Page_CreateWorldParams.<CanDoNext>m__527 () [0x0000a] in C:\Dev\RimWorld\Assets\Scripts\RimWorld\UI\Entry\Page_CreateWorldParams.cs:174
  12. at Verse.LongEventHandler.RunEventFromAnotherThread (System.Action) [0x00006] in C:\Dev\RimWorld\Assets\Scripts\Verse\Global\LongEventHandler.cs:317
  13.  
  14. Verse.Log:Error(String) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:48)
  15. Verse.LongEventHandler:RunEventFromAnotherThread(Action) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\LongEventHandler.cs:321)
  16. Verse.LongEventHandler:<UpdateCurrentAsynchronousEvent>m__731() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\LongEventHandler.cs:236)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement