Ludeon Forums

RimWorld => Bugs => Topic started by: Pipoune on June 02, 2019, 11:23:39 AM

Title: Error with Update
Post by: Pipoune on June 02, 2019, 11:23:39 AM
Hi,

Have you an idea how to fix this ? I have little update at RimWorld and after this, all is fucked and no working.

I'm give you the log

MatFrom with null sourceTex.
Verse.Log:Error(String, Boolean)
Verse.MaterialPool:MatFrom(MaterialRequest)
Verse.Graphic_Single:Init(GraphicRequest)
Verse.GraphicDatabase:GetInner(GraphicRequest)
Verse.GraphicDatabase:Get(Type, String, Shader, Vector2, Color, Color, GraphicData, List`1)
Verse.GraphicData:Init()
Verse.GraphicData:get_Graphic()
Verse.ThingDef:<PostLoad>m__3()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent()
Verse.LongEventHandler:LongEventsUpdate(Boolean&)
Verse.Root:Update_Patch1(Object)
Verse.Root_Entry:Update()

An example to error.

You have log too,

Thanks you for your help.

[attachment deleted due to age]
Title: Re: Error with Update
Post by: Canute on June 02, 2019, 01:09:38 PM
Hi,
puhh soo many errors. You shouldn't trust mods just because they are on the workshop ! :-)

Quote[ModCheck] Internal failure patching Verse.LoadedModManager.ApplyPatches
Subscribe Modcheck and put it at the top of the modlist. Many mod's use an old version of modcheck.dll, and activate the mod with the newest version fix that.

Beside that, too many error's and not everyone is clear from which mod it is coming from.
You should deactivate all mods beside the modcheck,hugslib,jecstells,Alien framework.
Then start to add mod's at smaller batches (5-10) and check the log window after it for error's, identify that mod and don't use it.
Ask at the mod discussion about these error.

You can try to use a modsorting tool
https://github.com/shakeyourbunny/RWMS/releases
download and use the windows executable, you don't need to install python at this way.
Maybe you got luck and the deactivated unknown mod's was the ones which cause the most error's.