Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - xexazenzel

#1
I need help reading this because I don't understand how to fix my save file.

System.InvalidCastException: Specified cast is not valid.
  at RimWorld.Planet.CaravanInventoryUtility.TryGetBestMedicine (RimWorld.Planet.Caravan caravan, Verse.Pawn patient, RimWorld.Medicine& medicine, Verse.Pawn& owner) [0x0007b] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
  at RimWorld.Planet.CaravanTendUtility.TryTendToAnyPawn (RimWorld.Planet.Caravan caravan) [0x0007e] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
  at RimWorld.Planet.CaravanTendUtility.CheckTend (RimWorld.Planet.Caravan caravan) [0x00028] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
  at (wrapper dynamic-method) RimWorld.Planet.Caravan.RimWorld.Planet.Caravan.Tick_Patch2(RimWorld.Planet.Caravan)
  at RimWorld.Planet.WorldObjectsHolder.WorldObjectsHolderTick () [0x00029] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
  at RimWorld.Planet.World.WorldTick () [0x00016] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
  at (wrapper dynamic-method) Verse.TickManager.Verse.TickManager.DoSingleTick_Patch3(Verse.TickManager)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch3 (Verse.TickManager)
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.TickManagerUpdate_Patch2 (Verse.TickManager)
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch1 (Verse.Game)
(wrapper dynamic-method) Verse.Root_Play:Verse.Root_Play.Update_Patch1 (Verse.Root_Play)


So none of this is specific to my save file. What is this:

<360933dd75ad47e8a6d2a631ae77b5d8>:0

and how do I get rid of it? It does not show up anywhere in my save file.


(It's preventing the automatic tending in a caravan.)
#2
Help / About.xml. author anonymous, no description.
February 21, 2019, 12:04:35 PM
Hey there! I just made a simple xml mod, which successfully spawns in dev mode.
The mod list shows my Preview.png just fine but does not show the description text of the About.xml. It says, says "unknown" version, and Author: Anonymous.

The About.xml in the About folder looks like this.


<?xml version="1.0" encoding="utf-8"?>
<ModMetaData>
    <name>Weeping Angels</name>
    <author>xexazenzel</author>
    <supportedVersions>1.0</supportedVersions>
    <url></url>
    <description>V1.0
        Weeping Angels are an extremely dangerous 9th-dimensional time-traveling race of unknown origin and likely as old as the universe itself. They are quantum-locked predators that turn to solid marble when looked at but move at lightning fast speeds when not perceived. With a single touch, a Weeping Angel displaces a victim into the past or future, causing a paradoxical rip in a person's timeline which creates an energy source for the angels to parasitize. Staring into the angel's eyes will cause oneself to transform into an angel, even through a medium such as images or film, because "that which contains the image of an angel is itself an angel."</description>
</ModMetaData>


[attachment deleted due to age]