THAT DAMN ASYNCHRONOUS EVENT

Started by SansMasterBudaa :3, November 11, 2019, 03:55:56 AM

Previous topic - Next topic

SansMasterBudaa :3

Well...
I just install the game the past week and i just want to start a game, and when the world is generating, the goddamn error says

Error while generating pawn. Rethrowing. Exception: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes (bool) <0x00074>
at System.Reflection.Assembly.GetTypes () <0x0001d>
at AbilityUser.AbilityUserUtility.GetAllChildrenOf (System.Type) <0x0017a>
at AbilityUser.AbilityUserUtility.TransformPawn (Verse.Pawn) <0x0005b>
at AbilityUser.AbilityUserMod.InternalAddInAbilityUsers (Verse.Pawn) <0x00077>
at AbilityUser.AbilityUserMod.InitializeComps_PostFix (Verse.ThingWithComps) <0x00064>
at (wrapper dynamic-method) Verse.ThingWithComps.InitializeComps_Patch1 (object) <0x0017b>
at Verse.ThingWithComps.PostMake () <0x00034>
at Verse.ThingMaker.MakeThing (Verse.ThingDef,Verse.ThingDef) <0x003c4>
at Verse.PawnGenerator.TryGenerateNewPawnInternal (Verse.PawnGenerationRequest&,string&,bool,bool) <0x000a7>
at Verse.PawnGenerator.GenerateNewPawnInternal (Verse.PawnGenerationRequest&) <0x003c8>
at Verse.PawnGenerator.GenerateOrRedressPawnInternal (Verse.PawnGenerationRequest) <0x007e8>
at (wrapper dynamic-method) Verse.PawnGenerator.GeneratePawn_Patch2 (Verse.PawnGenerationRequest) <0x000b1>

Verse.Log:Error(String, Boolean)
Verse.PawnGenerator:GeneratePawn_Patch2(PawnGenerationRequest)
Verse.PawnGenerator:GeneratePawn(PawnKindDef, Faction)
RimWorld.Faction:GenerateNewLeader()
Planets_Code.FactionGenerator_NewGeneratedFaction:Prefix(FactionDef, Faction&)
RimWorld.FactionGenerator:NewGeneratedFaction_Patch1(FactionDef)
RimWorld.FactionGenerator:GenerateFactionsIntoWorld_Patch1()
RimWorld.Planet.WorldGenStep_Factions:GenerateFresh(String)
RimWorld.Planet.WorldGenerator:GenerateWorld(Single, String, OverallRainfall, OverallTemperature)
Planets_Code.Planets_CreateWorldParams:<CanDoNext>b__0()
Verse.LongEventHandler:RunEventFromAnotherThread(Action)
Verse.LongEventHandler:<UpdateCurrentAsynchronousEvent>m__1()

Error in WorldGenStep: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes (bool) <0x00074>
at System.Reflection.Assembly.GetTypes () <0x0001d>
at AbilityUser.AbilityUserUtility.GetAllChildrenOf (System.Type) <0x0017a>
at AbilityUser.AbilityUserUtility.TransformPawn (Verse.Pawn) <0x0005b>
at AbilityUser.AbilityUserMod.InternalAddInAbilityUsers (Verse.Pawn) <0x00077>
at AbilityUser.AbilityUserMod.InitializeComps_PostFix (Verse.ThingWithComps) <0x00064>
at (wrapper dynamic-method) Verse.ThingWithComps.InitializeComps_Patch1 (object) <0x0017b>
at Verse.ThingWithComps.PostMake () <0x00034>
at Verse.ThingMaker.MakeThing (Verse.ThingDef,Verse.ThingDef) <0x003c4>
at Verse.PawnGenerator.TryGenerateNewPawnInternal (Verse.PawnGenerationRequest&,string&,bool,bool) <0x000a7>
at Verse.PawnGenerator.GenerateNewPawnInternal (Verse.PawnGenerationRequest&) <0x003c8>
at Verse.PawnGenerator.GenerateOrRedressPawnInternal (Verse.PawnGenerationRequest) <0x007e8>
at (wrapper dynamic-method) Verse.PawnGenerator.GeneratePawn_Patch2 (Verse.PawnGenerationRequest) <0x000b1>

Verse.Log:Error(String, Boolean)
RimWorld.Planet.WorldGenerator:GenerateWorld(Single, String, OverallRainfall, OverallTemperature)
Planets_Code.Planets_CreateWorldParams:<CanDoNext>b__0()
Verse.LongEventHandler:RunEventFromAnotherThread(Action)
Verse.LongEventHandler:<UpdateCurrentAsynchronousEvent>m__1()

Error while generating pawn. Rethrowing. Exception: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes (bool) <0x00074>
at System.Reflection.Assembly.GetTypes () <0x0001d>
at AbilityUser.AbilityUserUtility.GetAllChildrenOf (System.Type) <0x0017a>
at AbilityUser.AbilityUserUtility.TransformPawn (Verse.Pawn) <0x0005b>
at AbilityUser.AbilityUserMod.InternalAddInAbilityUsers (Verse.Pawn) <0x00077>
at AbilityUser.AbilityUserMod.InitializeComps_PostFix (Verse.ThingWithComps) <0x00064>
at (wrapper dynamic-method) Verse.ThingWithComps.InitializeComps_Patch1 (object) <0x0017b>
at Verse.ThingWithComps.PostMake () <0x00034>
at Verse.ThingMaker.MakeThing (Verse.ThingDef,Verse.ThingDef) <0x003c4>
at Verse.PawnGenerator.TryGenerateNewPawnInternal (Verse.PawnGenerationRequest&,string&,bool,bool) <0x000a7>
at Verse.PawnGenerator.GenerateNewPawnInternal (Verse.PawnGenerationRequest&) <0x003c8>
at Verse.PawnGenerator.GenerateOrRedressPawnInternal (Verse.PawnGenerationRequest) <0x007e8>
at (wrapper dynamic-method) Verse.PawnGenerator.GeneratePawn_Patch2 (Verse.PawnGenerationRequest) <0x000b1>

Verse.Log:Error(String, Boolean)
Verse.PawnGenerator:GeneratePawn_Patch2(PawnGenerationRequest)
Verse.StartingPawnUtility:NewGeneratedStartingPawn()
RimWorld.ScenPart_ConfigPage_ConfigureStartingPawns:PostWorldGenerate()
RimWorld.Scenario:PostWorldGenerate()
RimWorld.Planet.WorldGenerator:GenerateWorld(Single, String, OverallRainfall, OverallTemperature)
Planets_Code.Planets_CreateWorldParams:<CanDoNext>b__0()
Verse.LongEventHandler:RunEventFromAnotherThread(Action)
Verse.LongEventHandler:<UpdateCurrentAsynchronousEvent>m__1()

There was an exception thrown by the PawnGenerator during generating a starting pawn. Trying one more time...
Exception: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes (bool) <0x00074>
at System.Reflection.Assembly.GetTypes () <0x0001d>
at AbilityUser.AbilityUserUtility.GetAllChildrenOf (System.Type) <0x0017a>
at AbilityUser.AbilityUserUtility.TransformPawn (Verse.Pawn) <0x0005b>
at AbilityUser.AbilityUserMod.InternalAddInAbilityUsers (Verse.Pawn) <0x00077>
at AbilityUser.AbilityUserMod.InitializeComps_PostFix (Verse.ThingWithComps) <0x00064>
at (wrapper dynamic-method) Verse.ThingWithComps.InitializeComps_Patch1 (object) <0x0017b>
at Verse.ThingWithComps.PostMake () <0x00034>
at Verse.ThingMaker.MakeThing (Verse.ThingDef,Verse.ThingDef) <0x003c4>
at Verse.PawnGenerator.TryGenerateNewPawnInternal (Verse.PawnGenerationRequest&,string&,bool,bool) <0x000a7>
at Verse.PawnGenerator.GenerateNewPawnInternal (Verse.PawnGenerationRequest&) <0x003c8>
at Verse.PawnGenerator.GenerateOrRedressPawnInternal (Verse.PawnGenerationRequest) <0x007e8>
at (wrapper dynamic-method) Verse.PawnGenerator.GeneratePawn_Patch2 (Verse.PawnGenerationRequest) <0x000b1>

Verse.Log:Error(String, Boolean)
Verse.StartingPawnUtility:NewGeneratedStartingPawn()
RimWorld.ScenPart_ConfigPage_ConfigureStartingPawns:PostWorldGenerate()
RimWorld.Scenario:PostWorldGenerate()
RimWorld.Planet.WorldGenerator:GenerateWorld(Single, String, OverallRainfall, OverallTemperature)
Planets_Code.Planets_CreateWorldParams:<CanDoNext>b__0()
Verse.LongEventHandler:RunEventFromAnotherThread(Action)
Verse.LongEventHandler:<UpdateCurrentAsynchronousEvent>m__1()

Error while generating pawn. Rethrowing. Exception: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes (bool) <0x00074>
at System.Reflection.Assembly.GetTypes () <0x0001d>
at AbilityUser.AbilityUserUtility.GetAllChildrenOf (System.Type) <0x0017a>
at AbilityUser.AbilityUserUtility.TransformPawn (Verse.Pawn) <0x0005b>
at AbilityUser.AbilityUserMod.InternalAddInAbilityUsers (Verse.Pawn) <0x00077>
at AbilityUser.AbilityUserMod.InitializeComps_PostFix (Verse.ThingWithComps) <0x00064>
at (wrapper dynamic-method) Verse.ThingWithComps.InitializeComps_Patch1 (object) <0x0017b>
at Verse.ThingWithComps.PostMake () <0x00034>
at Verse.ThingMaker.MakeThing (Verse.ThingDef,Verse.ThingDef) <0x003c4>
at Verse.PawnGenerator.TryGenerateNewPawnInternal (Verse.PawnGenerationRequest&,string&,bool,bool) <0x000a7>
at Verse.PawnGenerator.GenerateNewPawnInternal (Verse.PawnGenerationRequest&) <0x003c8>
at Verse.PawnGenerator.GenerateOrRedressPawnInternal (Verse.PawnGenerationRequest) <0x007e8>
at (wrapper dynamic-method) Verse.PawnGenerator.GeneratePawn_Patch2 (Verse.PawnGenerationRequest) <0x000b1>

Verse.Log:Error(String, Boolean)
Verse.PawnGenerator:GeneratePawn_Patch2(PawnGenerationRequest)
Verse.StartingPawnUtility:NewGeneratedStartingPawn()
RimWorld.ScenPart_ConfigPage_ConfigureStartingPawns:PostWorldGenerate()
RimWorld.Scenario:PostWorldGenerate()
RimWorld.Planet.WorldGenerator:GenerateWorld(Single, String, OverallRainfall, OverallTemperature)
Planets_Code.Planets_CreateWorldParams:<CanDoNext>b__0()
Verse.LongEventHandler:RunEventFromAnotherThread(Action)
Verse.LongEventHandler:<UpdateCurrentAsynchronousEvent>m__1()

Exception from asynchronous event: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes (bool) <0x00074>
at System.Reflection.Assembly.GetTypes () <0x0001d>
at AbilityUser.AbilityUserUtility.GetAllChildrenOf (System.Type) <0x0017a>
at AbilityUser.AbilityUserUtility.TransformPawn (Verse.Pawn) <0x0005b>
at AbilityUser.AbilityUserMod.InternalAddInAbilityUsers (Verse.Pawn) <0x00077>
at AbilityUser.AbilityUserMod.InitializeComps_PostFix (Verse.ThingWithComps) <0x00064>
at (wrapper dynamic-method) Verse.ThingWithComps.InitializeComps_Patch1 (object) <0x0017b>
at Verse.ThingWithComps.PostMake () <0x00034>
at Verse.ThingMaker.MakeThing (Verse.ThingDef,Verse.ThingDef) <0x003c4>
at Verse.PawnGenerator.TryGenerateNewPawnInternal (Verse.PawnGenerationRequest&,string&,bool,bool) <0x000a7>
at Verse.PawnGenerator.GenerateNewPawnInternal (Verse.PawnGenerationRequest&) <0x003c8>
at Verse.PawnGenerator.GenerateOrRedressPawnInternal (Verse.PawnGenerationRequest) <0x007e8>
at (wrapper dynamic-method) Verse.PawnGenerator.GeneratePawn_Patch2 (Verse.PawnGenerationRequest) <0x000b1>

Verse.Log:Error(String, Boolean)
Verse.LongEventHandler:RunEventFromAnotherThread(Action)
Verse.LongEventHandler:<UpdateCurrentAsynchronousEvent>m__1()


Im not sure if its Medical System Expansion, Realistic Planets, or another mod, because MSE and RP
didn't give me problems with those mods

Canute

Hi,
before you start a new colony you should be sure there are no error's (red text) after Rimworld start. Warnings (yellow text) you can ignore.
So update,rearange or kick out mods that give you errors.

SansMasterBudaa :3

Quote from: Canute on November 11, 2019, 04:05:17 AM
Hi,
before you start a new colony you should be sure there are no error's (red text) after Rimworld start. Warnings (yellow text) you can ignore.
So update,rearange or kick out mods that give you errors.

Oooookeeeyyy...
It appears its a mod of combat extended with the armorpenetrationblunt 2.77 and some weird System.Byte

Canute

Combat extended got shortly updated and prolly some other mod's that based on CE need to be updated too.

SansMasterBudaa :3

#4
Quote from: Canute on November 12, 2019, 02:53:28 AM
Combat extended got shortly updated and prolly some other mod's that based on CE need to be updated too.
Nevermind, it seems its a incompatibility from Dinosauria with A dog said and/or Combat extended.
I just fixed the error, it was a loading order falling