RimWorld

RimWorld

Medieval Overhaul
 Denne tråd er blevet fastgjort, så den er sikkert vigtig
ViralReaction  [udvikler] 11. apr. 2024 kl. 15:57
Bug Reports
Please place any bug reports here or on the discord.

A detailed explanation of the bug and any logs will aide in resolving the issue.
< >
Viser 1-15 af 446 kommentarer
JustDaveh 12. apr. 2024 kl. 7:45 
For some reason, crafting orders don't seem to like more than three separate orders per bench in this update if i have say two orders on a crafting spot one for timber and one for a veil and then try to add another order for a war mask, it either

1. Wipes the crafting list completely from the bench and prevent adding further orders or.

2. Doesn't show the 3rd order and overflows and if you try and re-order the list by moving something below the third order the thing you move below also disappears and result 1 occurs again.
ViralReaction  [udvikler] 12. apr. 2024 kl. 11:39 
Oprindeligt skrevet af JustDaveh:
For some reason, crafting orders don't seem to like more than three separate orders per bench in this update if i have say two orders on a crafting spot one for timber and one for a veil and then try to add another order for a war mask, it either

1. Wipes the crafting list completely from the bench and prevent adding further orders or.

2. Doesn't show the 3rd order and overflows and if you try and re-order the list by moving something below the third order the thing you move below also disappears and result 1 occurs again.
Can you supply your modList?
Sidst redigeret af ViralReaction; 12. apr. 2024 kl. 11:39
JustDaveh 12. apr. 2024 kl. 14:27 
Was just all DLC apart from Anomaly plus HugsLib, Vanilla Framework, Processor and then This loaded last.
ViralReaction  [udvikler] 12. apr. 2024 kl. 14:28 
Oprindeligt skrevet af JustDaveh:
Was just all DLC apart from Anomaly plus HugsLib, Vanilla Framework, Processor and then This loaded last.
We figured out what was causing the error and it should be resolved now. Just update your copy and should be good to go.
give me games on GoG 12. apr. 2024 kl. 14:29 
Hello I get this error everytime I teleport to attack each of the noble houses but it seems everything is working fine despite the error popping

https://gist.github.com/HugsLibRecordKeeper/9077282d3ceb448a199aebb73e24a887


MakeThing error: TorchLamp is madeFromStuff but stuff=null. Assigning default.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch1 (string)
Verse.ThingMaker:MakeThing (Verse.ThingDef,Verse.ThingDef)
Verse.GenSpawn:Spawn (Verse.ThingDef,Verse.IntVec3,Verse.Map,Verse.WipeMode)
RimWorld.BaseGen.SymbolResolver_OutdoorLighting:Resolve (RimWorld.BaseGen.ResolveParams)
RimWorld.BaseGen.BaseGen:Resolve (RimWorld.BaseGen.SymbolStack/Element)
RimWorld.BaseGen.BaseGen:Generate ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:RimWorld.GenStep_Settlement.ScatterAt_Patch0 (RimWorld.GenStep_Settlement,Verse.IntVec3,Verse.Map,Verse.GenStepParams,int)
Verse.GenStep_Scatterer:Generate (Verse.Map,Verse.GenStepParams)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.MapGenerator.GenerateContentsIntoMap_Patch2 (System.Collections.Generic.IEnumerable`1<Verse.GenStepWithParams>,Verse.Map,int)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.MapGenerator.GenerateMap_Patch2 (Verse.IntVec3,RimWorld.Planet.MapParent,Verse.MapGeneratorDef,System.Collections.Generic.IEnumerable`1<Verse.GenStepWithParams>,System.Action`1<Verse.Map>,bool)
Verse.GetOrGenerateMapUtility:GetOrGenerateMap (int,Verse.IntVec3,RimWorld.WorldObjectDef)
Verse.GetOrGenerateMapUtility:GetOrGenerateMap (int,RimWorld.WorldObjectDef)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:RimWorld.Planet.SettlementUtility.AttackNow_Patch1 (RimWorld.Planet.Caravan,RimWorld.Planet.Settlement)
RimWorld.Planet.SettlementUtility/<>c__DisplayClass1_0:<Attack>b__0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Play:Update ()
Sidst redigeret af give me games on GoG; 12. apr. 2024 kl. 14:32
(◣_◢)  [udvikler] 12. apr. 2024 kl. 15:06 
Hello, thanks for the report.
The error is caused by the torches in the camp.
For some reason, the game is unable to assign them a proper material, such as logs or timber, which causes the error.
You can still play normally.
I will look into this tomorrow.
dean93 12. apr. 2024 kl. 18:24 
i need raw wood for some buildings but when i cut tree it gives me wood logs
ViralReaction  [udvikler] 12. apr. 2024 kl. 19:21 
Oprindeligt skrevet af dean93:
i need raw wood for some buildings but when i cut tree it gives me wood logs
Which non-stuffable building are you trying to build that is requiring Raw Wood? Please provide your modList as well.
Sidst redigeret af ViralReaction; 12. apr. 2024 kl. 19:29
emmierzejewski 13. apr. 2024 kl. 4:28 
Hello, sadly I get a list of errors when trying to implement this mod. Its very long, so I can show just a bit here:


[Medieval Overhaul] Patch operation Verse.PatchOperationReplace(Defs/ThingDef[defName="VCE_Wheat"]/label) failed
file: C:\Program Files (x86)\GOG Galaxy\Games\RimWorld\Mods\Medieval Overhaul\1.5\Mods\VanillaPlantsExpanded\Patches\PlantsMedievalOverhaulPatch.xml
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch1 (string)
Verse.PatchOperation:Complete (string)
Verse.LoadedModManager:ClearCachedPatches ()
Verse.LoadedModManager:LoadAllActiveMods (bool)
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__28_0 ()
System.Threading.ThreadHelper:ThreadStart_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
System.Threading.ThreadHelper:ThreadStart ()

[Medieval Overhaul] Patch operation Verse.PatchOperationReplace(Defs/ThingDef[defName="VCE_Wheat"]/description) failed
file: C:\Program Files (x86)\GOG Galaxy\Games\RimWorld\Mods\Medieval Overhaul\1.5\Mods\VanillaPlantsExpanded\Patches\PlantsMedievalOverhaulPatch.xml
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch1 (string)
Verse.PatchOperation:Complete (string)
Verse.LoadedModManager:ClearCachedPatches ()
Verse.LoadedModManager:LoadAllActiveMods (bool)
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__28_0 ()
System.Threading.ThreadHelper:ThreadStart_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
System.Threading.ThreadHelper:ThreadStart ()

[Medieval Overhaul] Patch operation Verse.PatchOperationReplace(Defs/ThingDef[defName="VCE_Flour"]/label) failed
file: C:\Program Files (x86)\GOG Galaxy\Games\RimWorld\Mods\Medieval Overhaul\1.5\Mods\VanillaPlantsExpanded\Patches\PlantsMedievalOverhaulPatch.xml
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch1 (string)
Verse.PatchOperation:Complete (string)
Verse.LoadedModManager:ClearCachedPatches ()
Verse.LoadedModManager:LoadAllActiveMods (bool)
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__28_0 ()
System.Threading.ThreadHelper:ThreadStart_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
System.Threading.ThreadHelper:ThreadStart ()

[Medieval Overhaul] Patch operation Verse.PatchOperationReplace(Defs/ThingDef[defName="VCE_Flour"]/description) failed
file: C:\Program Files (x86)\GOG Galaxy\Games\RimWorld\Mods\Medieval Overhaul\1.5\Mods\VanillaPlantsExpanded\Patches\PlantsMedievalOverhaulPatch.xml
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch1 (string)
Verse.PatchOperation:Complete (string)
Verse.LoadedModManager:ClearCachedPatches ()
Verse.LoadedModManager:LoadAllActiveMods (bool)
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__28_0 ()
System.Threading.ThreadHelper:ThreadStart_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
System.Threading.ThreadHelper:ThreadStart ()
BluePawClaw 13. apr. 2024 kl. 4:47 
Oprindeligt skrevet af ViralReaction:
Oprindeligt skrevet af dean93:
i need raw wood for some buildings but when i cut tree it gives me wood logs
Which non-stuffable building are you trying to build that is requiring Raw Wood? Please provide your modList as well.


It seems to be a separate type of "wood log"
All buildings, including log walls, gates, log seat, and other starter recipe do not accept the wooden logs you receive from cutting trees.

It seems to want "Raw Wood" when we have no way to obtain it. Still, the crafting spot allows us to create planks with the Wood logs we are getting.

I have no mods other than dependancies active and have this issue.
Munchies 13. apr. 2024 kl. 5:16 
Yeap also having the issue with the "Raw Wood", the only trees i get "raw wood" from are the ones in the Dark Forest which drop "dark raw wood".
(◣_◢)  [udvikler] 13. apr. 2024 kl. 5:33 
Oprindeligt skrevet af BluePawClaw:
Oprindeligt skrevet af ViralReaction:
Which non-stuffable building are you trying to build that is requiring Raw Wood? Please provide your modList as well.


It seems to be a separate type of "wood log"
All buildings, including log walls, gates, log seat, and other starter recipe do not accept the wooden logs you receive from cutting trees.

It seems to want "Raw Wood" when we have no way to obtain it. Still, the crafting spot allows us to create planks with the Wood logs we are getting.

I have no mods other than dependancies active and have this issue.
Can you click on these buildings and select a different type of wood, and if so, does it work then?
ViralReaction  [udvikler] 13. apr. 2024 kl. 6:09 
Oprindeligt skrevet af emmierzejewski:
Hello, sadly I get a list of errors when trying to implement this mod. Its very long, so I can show just a bit here:


Long Error List

Update your copy of MO. VE moved around a bunch of things and I fixed the patches last night.
BluePawClaw 13. apr. 2024 kl. 6:09 
Oprindeligt skrevet af (◣_◢):
Oprindeligt skrevet af BluePawClaw:


It seems to be a separate type of "wood log"
All buildings, including log walls, gates, log seat, and other starter recipe do not accept the wooden logs you receive from cutting trees.

It seems to want "Raw Wood" when we have no way to obtain it. Still, the crafting spot allows us to create planks with the Wood logs we are getting.

I have no mods other than dependancies active and have this issue.
Can you click on these buildings and select a different type of wood, and if so, does it work then?



Good fix!! For anyone having this issue, this works!
(◣_◢)  [udvikler] 13. apr. 2024 kl. 7:00 
Oprindeligt skrevet af BluePawClaw:
Oprindeligt skrevet af (◣_◢):
Can you click on these buildings and select a different type of wood, and if so, does it work then?



Good fix!! For anyone having this issue, this works!
Well, that's not a bug but a RimWorld feature. I simply wanted confirmation that people do not know about stuffable buildings. Even though the vanilla wall is stuffable too.

I am glad that I could help and fix the issue for you.
< >
Viser 1-15 af 446 kommentarer
Per side: 1530 50