RimWorld

RimWorld

Snowy Trees
 This topic has been pinned, so it's probably important
Alias  [developer] 15 Apr, 2018 @ 10:03pm
Bug Reports
Found a bug (or a cleverly disguised feature) that's just not working for you?

Please refer to the following guidelines before posting: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=725234314

Bug reports in the comments section will be ignored / deleted

Thank you.
Last edited by Alias; 15 Apr, 2018 @ 10:09pm
< >
Showing 1-15 of 27 comments
Pelador 24 Feb, 2020 @ 2:33pm 
Could not execute post-long-event action. Exception: System.TypeInitializationException: The type initializer for 'Nandonalt_SnowyTrees.HarmonyPatches' threw an exception. ---> System.TypeLoadException: Could not resolve type with token 01000012 (from typeref, class/assembly Harmony.HarmonyInstance, 0Harmony, Version=1.2.0.1, Culture=neutral, PublicKeyToken=null)
--- End of inner exception stack trace ---
at (wrapper managed-to-native) System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(intptr)
at System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor (System.RuntimeTypeHandle type) [0x0002a] in <567df3e0919241ba98db88bec4c6696f>:0
at Verse.StaticConstructorOnStartupUtility.CallAll () [0x00018] in <fcd99b24cbb3485baa8263b0d6197784>:0
at Verse.PlayDataLoader+<>c.<DoPlayLoad>b__4_2 () [0x0000a] in <fcd99b24cbb3485baa8263b0d6197784>:0
at Verse.LongEventHandler.ExecuteToExecuteWhenFinished () [0x0007d] in <fcd99b24cbb3485baa8263b0d6197784>:0
Verse.Log:Error(String, Boolean)
Verse.LongEventHandler:ExecuteToExecuteWhenFinished()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent()
Verse.LongEventHandler:LongEventsUpdate(Boolean&)
Verse.Root:DMD<DMD<Update_Patch1>?-108778624::Update_Patch1>(Root)
Verse.Root_Entry:Update()


Are you using the most up to date harmony lib might be the first consideration?
lux3y 24 Feb, 2020 @ 3:09pm 
getting the same error as Pelador
The mod does not work on 1.0 after update :/ Took me an hour to catch which mod throws an error, after that all mods are inactive and I can't load my savefile.
The log https://pastebin.com/RbCZKypS
Last edited by Dance with the dead; 24 Feb, 2020 @ 3:40pm
Alias  [developer] 24 Feb, 2020 @ 5:48pm 
Well ♥♥♥♥, that's a problem. Are 'yall running 1.1 or 1.0?

Wow you even said 1.0, my bad.
Last edited by Alias; 24 Feb, 2020 @ 6:45pm
I cant seem to find the Utahraptor tree
Alias  [developer] 24 Feb, 2020 @ 6:43pm 
@Orange Peel Assassin, I have no idea what it is you think I can do about that (please see reporting guidelines). Please refer to this document[xkcd.com] for all dinosaur related inquiries pertaining to this mod.

@Everyone else, 1.0 should be playing nicely again. Turns out there was a very good reason why I never used 1.0's multi-versioning system, it's VERY picky about file names and it requires a duplicate copies of things like defs (1.1 is much better about both things).
Last edited by Alias; 24 Feb, 2020 @ 6:44pm
@Alias, raptors lol )
Thanks for updating!
EnderMelody 10 Feb, 2021 @ 3:29pm 
1.2, getting a conflict with the dragonian race when they try to eat grass off the ground.

Exception drawing Faith: System.NullReferenceException: Object reference not set to an instance of an object
at Nandonalt_SnowyTrees.HarmonyPatches.SnowyGraphic (RimWorld.Plant __instance, Verse.Graphic& __result) [0x00018] in <ade9c584442e4b8c8010f1604cc71a26>:0
at (wrapper dynamic-method) RimWorld.Plant.RimWorld.Plant.get_Graphic_Patch1(RimWorld.Plant)
at (wrapper dynamic-method) Verse.Thing.Verse.Thing.DrawAt_Patch1(Verse.Thing,UnityEngine.Vector3,bool)
at (wrapper dynamic-method) Verse.PawnRenderer.Verse.PawnRenderer.RenderPawnAt_Patch3(Verse.PawnRenderer,UnityEngine.Vector3,Verse.RotDrawMode,bool,bool)
at Verse.PawnRenderer.RenderPawnAt (UnityEngine.Vector3 drawLoc) [0x0002b] in <c36f9493c9844ddaa7fb5c788416098f>:0
at Verse.Pawn_DrawTracker.DrawAt (UnityEngine.Vector3 loc) [0x00000] in <c36f9493c9844ddaa7fb5c788416098f>:0
at Verse.Pawn.DrawAt (UnityEngine.Vector3 drawLoc, System.Boolean flip) [0x00006] in <c36f9493c9844ddaa7fb5c788416098f>:0
at Verse.Thing.Draw () [0x00007] in <c36f9493c9844ddaa7fb5c788416098f>:0
at Verse.ThingWithComps.Draw () [0x00000] in <c36f9493c9844ddaa7fb5c788416098f>:0
at Verse.DynamicDrawManager.DrawDynamicThings () [0x000d8] in <c36f9493c9844ddaa7fb5c788416098f>:0
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)
Alias  [developer] 10 Feb, 2021 @ 5:28pm 
@Nick, that's strange I've never had an issue with normal animals eating pants and grass. From what I can gather it's trying to draw something that doesn't exist, but I can't tell who broke what... link the mod and I'll try to look into it at some point.
EnderMelody 11 Feb, 2021 @ 1:36am 
I know the problem is that the pawn tries to PICK UP the grass for some reason. Thats whats causing errors. Dragonian dev said you should probably add a null error check for rendering.
Alias  [developer] 11 Feb, 2021 @ 7:23am 
@Nick. Not to sound like an ass, but when I ask for stuff there really is a reason. It wasn't a high priority to boot, but until I know exactly what I'm dealing with I'm not doing anything. I'm not about to waste time throwing darts at a problem I can't see.
echo 11 Mar, 2021 @ 4:45am 
Hi, I like this mod alot, I have a request.
Would it be possible to add different textures for diferent snow amounts, to make transition to snowy trees bit gentle.
Alias  [developer] 15 Mar, 2021 @ 7:57am 
@echo, It's technically possible, but isn't something that I'm particularly interested in doing. The programming would be fairly easy to implement, the problem is that in order to smooth out the transition I'd need something like 2-3 more art assets for each and every plant with a snowy variant. If you've ever looked into stop motion animation, it's the same concept. Unfortunately, my skillset lies more towards programming than it does art; while I can do art, it takes me a small eternity and it's something that I especially enjoy. It's kind of why there's still a bunch of pants that could stand to have snow added...

That said, if someone is willing to offer help on the art front, I'd be more than willing to accept it, but otherwise it's not something that I could see myself implementing any time soon.
miku567 9 Jun, 2021 @ 9:18am 
At some point during gameplay I get spammed over 200 times by this message:
Exception drawing Maxine: System.NullReferenceException: Object reference not set to an instance of an object
at Nandonalt_SnowyTrees.HarmonyPatches.SnowyGraphic (RimWorld.Plant __instance, Verse.Graphic& __result) [0x00018] in <ade9c584442e4b8c8010f1604cc71a26>:0
at (wrapper dynamic-method) RimWorld.Plant.RimWorld.Plant.get_Graphic_Patch1(RimWorld.Plant)
at Verse.Thing.DrawAt (UnityEngine.Vector3 drawLoc, System.Boolean flip) [0x00000] in <7927e938de4c4089b4add4215e58d5b1>:0
at (wrapper dynamic-method) Verse.PawnRenderer.Verse.PawnRenderer.RenderPawnAt_Patch0(Verse.PawnRenderer,UnityEngine.Vector3,Verse.RotDrawMode,bool,bool)
at Verse.PawnRenderer.RenderPawnAt (UnityEngine.Vector3 drawLoc) [0x0002b] in <7927e938de4c4089b4add4215e58d5b1>:0
at Verse.Pawn_DrawTracker.DrawAt (UnityEngine.Vector3 loc) [0x00000] in <7927e938de4c4089b4add4215e58d5b1>:0
at Verse.Pawn.DrawAt (UnityEngine.Vector3 drawLoc, System.Boolean flip) [0x00006] in <7927e938de4c4089b4add4215e58d5b1>:0
at Verse.Thing.Draw () [0x00007] in <7927e938de4c4089b4add4215e58d5b1>:0
at Verse.ThingWithComps.Draw () [0x00000] in <7927e938de4c4089b4add4215e58d5b1>:0
at Verse.DynamicDrawManager.DrawDynamicThings () [0x000d8] in <7927e938de4c4089b4add4215e58d5b1>:0
Verse.Log:Error(String, Boolean)
Verse.DynamicDrawManager:DrawDynamicThings()
Verse.Map:Verse.Map.MapUpdate_Patch1(Map)
Verse.Game:Verse.Game.UpdatePlay_Patch2(Game)
Verse.Root_Play:Update()


Full log:
https://gist.github.com/HugsLibRecordKeeper/34f2655341375970760d5f2763ed7265
Alias  [developer] 19 Jun, 2021 @ 12:15pm 
@miku567, Hmm that's definitely my patch, but I don't recognize what it's trying to patch and there are way too many mods there for me to try to go though and replicate your list. So, what is 'Maxine' and what mod adds it/them?
< >
Showing 1-15 of 27 comments
Per page: 1530 50