RimWorld

RimWorld

TDS Bug Fixes
79 kommentarer
2498timmy 16. juni kl. 17:48 
Will this be updated to 1.6?
Plaguelord 29. apr. kl. 3:07 
I'm getting a bug with this mod when trying to load custom xenotypes or saved games that were made with a previous modlist, removing this mod fixes the issue.
(Giga Chad) John-Vick 21. mar. kl. 0:08 
I see, so TDSF is not causing the problem then?
Uuugggg  [ophavsmand] 20. mar. kl. 22:17 
FixWindowDragInsteadOfReorderable is notably mentioned in these comments and not a problem, it's a minimal edit : https://github.com/alextd/RimWorld-TDS-Bugfixes/blob/f45e0a0e6b323e6c87fc7d43b208abea3c6d76c2/Source/ReorderableInDraggableWindow.cs#L16
(Giga Chad) John-Vick 20. mar. kl. 22:12 
I'm getting an error when using a different mod, but the error mentions your mod.

I tried reaching out to the other mod author, but he was essentially no help and just said it's likely an issue with another mod.

I was wondering if you'd be willing to look at the error log and see if it is in fact caused by your mod.

Much appreciated if you can! :D

https://pastebin.com/KUwYpLdg
Aggravated Peasant 1. dec. 2024 kl. 9:23 
Sorry for the absolute spam, but I've tried the same save without your mods and the result was the same, only the error obviously did not contain your mod, just ludeon things and no other mod mentioned in the error now. I think maybe my save has just been corrupted or something somehow. I do play with a bunch of mods, and I'm sure the thing the others are referring to with the same error, is the same. Sorry for the bother
Aggravated Peasant 1. dec. 2024 kl. 9:18 
Genuinely might just be the game freaking out on its own though!
Aggravated Peasant 1. dec. 2024 kl. 9:13 
Not sure why this is suddenly an issue with neither the game nor your mod having been updated in some time. First time I ever encounter this, while your mods have been a stable of any modlist I run.
Aggravated Peasant 1. dec. 2024 kl. 9:10 
Same as @Cayin. It stops me from being able to spawn things via debug mode of all things. I click on spawn thing, and the following error is the same.
_♣Caligula♣_ 29. sep. 2024 kl. 3:17 
How are rimworld error reports to read/make sense of?
Going by any names is not really working, shown by your mod being named in different conditions and so far none of these times your mod was involved, barely naming the error I guess.
In the case of the billtab option Hospitality: vending machine seems to be the problem, currently testing.
Uuugggg  [ophavsmand] 28. sep. 2024 kl. 11:24 
nope.
_♣Caligula♣_ 28. sep. 2024 kl. 3:51 
Just a question.
Have the transpiler in connection with prison labor I think aswell.
Seemingly causes the billtab option to haul to unable to appear.
Coudl your mod somehow interfere with the gui/tab drawing in some way?
Uuugggg  [ophavsmand] 27. sep. 2024 kl. 23:32 
Two people now talking about that Transpiler huh

Sooo yah, that's not an error or exception, it's just one chunk of code this mod runs, and unless the vanilla code changes significantly there's not a thing that could go wrong with it.
Cayin 27. sep. 2024 kl. 22:35 
Exception:
- TRANSPILER Uuugggg.rimworld.TDS_Bug_Fixes.main: IEnumerable`1 TDS_Bug_Fixes.FixWindowDragInsteadOfReorderable:Transpiler(IEnumerable`1 instructions)
Sasha Fox #SaveTF2 17. sep. 2024 kl. 11:22 
Getting this error and unable to load save files, I am wondering if its due to the mod mismatch menu trying to open.

TDS_Bug_Fixes.FixWindowDragInsteadOfReorderable:Transpiler
Naturtok 17. juli 2024 kl. 18:25 
Another easy way to get around "everybody gets 1" is to match gear allowed with the bill. that is, make until 1 duster with durability above 50%, and then set assignment to only allow wearing dusters w/ durability above 50% so they'll immediately wear the duster, triggering the bill again. Requires a bit of setup, but personally I find it pretty easy to work around.
Flamangos 8. juli 2024 kl. 3:00 
@Ren If you have 10 colonists, you just make a 'Make until you have 10' instead of a make one each. It's very very slightly annoying.
Ren 6. juli 2024 kl. 7:43 
@Flamangos yeah but what would you have instead of Everyone Gets One
Flamangos 3. juli 2024 kl. 12:12 
With the search function in game now i found i gained a lot of TPS by removing this, TD Find, Ctrl F and Everyone Gets One. Around 150 tps and only really lost the make one for each colonist function.
Uuugggg  [ophavsmand] 30. juni 2024 kl. 10:06 
So that other mods can use the "Drag-Reorderable row items" fixes. Didn't get around to doing that myself
Kangae 30. juni 2024 kl. 8:37 
Random question, why does this exist as a separate mod when it is a dependency for TD Find Lib? Thank you!
Max 25. juni 2024 kl. 3:59 
Tried a fresh run without the mod, and the Blueprint error is still occurring, just (obviously) without the transpiler. Seems like it was throwing in the method, but unrelated to the transpiler. I'll assume something else is at fault in the other cases, too. My apologies!
Max 25. juni 2024 kl. 3:30 
Had another error mentioning the same transpiler, this time in relation to the VSE Expertise window.

https://pastebin.com/nhnrcrZ5
Max 25. juni 2024 kl. 3:04 
The pastebin I linked explicitly points at TDS_Bug_Fixes.FixWindowDragInsteadOfReorderable:Transpiler
Uuugggg  [ophavsmand] 24. juni 2024 kl. 14:09 
My man that is not at all what is happening, that is literally not what the debug log says.

I linked the code for FixWindowDragInsteadOfReorderable
Max 24. juni 2024 kl. 14:05 
Something in your FixWindowDragInsteadOfReorderable transpiler seems to be throwing according to the debug log. Could obviously be due to an issue further down the line, or some conflict with another mod.

I also run Vanilla Expanded, so it might be worth to give that a peek?

Alternatively, a try-catch around whatever part of your transpiler is throwing - even if it's not your fault?
Uuugggg  [ophavsmand] 24. juni 2024 kl. 13:39 
Enough people have posted that I'm looking at this.

I see no problem. Downloaded mentioned mods and everything works.

This mod's patch to InnerWindowOnGUI is meaningless to the errors that happen deeper down. It does literally nothing that could cause errors : https://github.com/alextd/RimWorld-TDS-Bugfixes/blob/f45e0a0e6b323e6c87fc7d43b208abea3c6d76c2/Source/ReorderableInDraggableWindow.cs#L15C46-L15C62

I have to imagine some guide got put out recently that said "check the stacktrace for patches from mods". Someone tell me who did that so I can go slap them.
Flamangos 24. juni 2024 kl. 13:22 
I have the same error as Max and Blind One
Max 24. juni 2024 kl. 9:56 
https://pastebin.com/2pzCPKi2

Seems to be a conflict with the Blueprint mod.
The Blind One 24. juni 2024 kl. 5:15 
Exception filling window for LudeonTK.EditWindow_Log: System.InvalidOperationException: Collection was modified;

Logs: https://gist.github.com/HugsLibRecordKeeper/1dea2b01de977f012bbb194b14e1c4b2
Apporu 16. juni 2024 kl. 16:44 
btw this mod is incompatible with Whats For Sale rip
Guineatown20806 12. maj 2024 kl. 3:09 
Getting errors when trying to spawn things with the debug commands "spawn thing" and "spawn thing full stack"
https://pastebin.com/pqMNsh0f
https://pastebin.com/zB2tKcaS
Uuugggg  [ophavsmand] 3. maj 2024 kl. 9:54 
@Niecny And why are you telling me this
Niecny 3. maj 2024 kl. 5:42 
Hello cant go past storyteller tab hugslib [gist.github.com]
moosetwin 2. maj 2024 kl. 9:04 
This seems to be incompatible with the mod What's For Sale?, see this thread
-=GoW=-Dennis 16. apr. 2024 kl. 22:57 
With this mod, Vanilla Expanded and Pawn Editor installed I'm not able to open the Debug Action Menu: https://pastebin.com/7iMYitvb
四笑行者 16. apr. 2024 kl. 22:12 
though it still stops game from crush caused by better info card :)
四笑行者 16. apr. 2024 kl. 22:04 
Subject: NullReferenceException Error Report in RimWorld Dialog_InfoCard

A System.NullReferenceException occurred while attempting to render the Verse.Dialog_InfoCard window in RimWorld. This exception typically indicates an attempt to access or manipulate an object that has not been initialized (is null). The error was traced to the Verse.Def.SpecialDisplayStats method, which is invoked during the processing of special display statistics.

The provided stack trace reveals that multiple mods were involved in the process, including VFECore, MorePersonaTraits, CommonSense, VREAndroidsMod, and TDS_Bug_Fixes. These mods applied postfix, prefix, and transpiler modifications to the base game code.

After conducting a manual investigation, it was determined that the issue is related to the TDS_Bug_Fixes mod. The conflict arises when the mod interacts with the game's rendering of the info card window, leading to the null reference exception.
Stark 15. apr. 2024 kl. 13:30 
Hi hello!

Error at the bottom (line 857): https://pastebin.com/xJJ2wyWF

Using More Planning , I tried copying and cutting plans to move them around, then this happened.

Is TDS Bug Fixes to "blame", or is this More Planning stepping on toes?
Michiko 13. apr. 2024 kl. 3:43 
@Thels
I have that issue even without Performance Optimizer or Better Wool Production. I'm trying to figure out what mod interaction is causing it since it doesn't seem like it happens to everybody.
Thels 20. mar. 2024 kl. 9:40 
There seems to be an issue between this mod, Performance Optimizer and Better Wool Production. If all three are enabled, the Debug Action window will not open and throw an error. If any of the three mods is removed, there is no problem. See the Discussion thread for details.
Sir_Trollman 3. mar. 2024 kl. 12:39 
Bro just add it to TD Find Lib
Morale -10 3. feb. 2024 kl. 13:09 
whyy
tumii 7. dec. 2023 kl. 13:44 
Why isn't this just included in TD Find Lib?
Uuugggg  [ophavsmand] 23. sep. 2023 kl. 10:10 
Them’s the same logs as the previous comment
Dirmagnos 23. sep. 2023 kl. 10:05 
Should i be worried about this:

Exception in Verse.Window.InnerWindowOnGUI: System.NullReferenceException: Object reference not set to an instance of an object
at RimWorld.Dialog_Options.DoModOptions (Verse.Listing_Standard listing) [0x0008a] in <95de19971c5d40878d8742747904cdcd>:0
- transpiler UnlimitedHugs.HugsLib: IEnumerable`1 HugsLib.Patches.DialogOptions_DoModOptions_Patch:InterceptWindowOpening(IEnumerable`1 instructions)
at RimWorld.Dialog_Options.DoOptions (Verse.OptionCategoryDef category, UnityEngine.Rect inRect) [0x0011c] in <95de19971c5d40878d8742747904cdcd>:0
Dirmagnos 23. sep. 2023 kl. 10:04 
at RimWorld.Dialog_Options.DoWindowContents (UnityEngine.Rect inRect) [0x000d5] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.Window.InnerWindowOnGUI (System.Int32 x) [0x001fd] in <95de19971c5d40878d8742747904cdcd>:0
- transpiler net.pardeike.rimworld.lib.harmony: IEnumerable`1 VisualExceptions.ExceptionsAndActivatorHandler:Transpiler(IEnumerable`1 instructions, MethodBase original)
- transpiler Uuugggg.rimworld.TDS_Bug_Fixes.main: IEnumerable`1 TDS_Bug_Fixes.FixWindowDragInsteadOfReorderable:Transpiler(IEnumerable`1 instructions)
Uuugggg  [ophavsmand] 19. sep. 2023 kl. 15:34 
I'm not seeing much of those logs indicating this mod is to blame
Solitaire 15. sep. 2023 kl. 8:35 
Got some stuff where your stuff is conflicting with Storage - Shelves. I've left comments on their mod page so crossposting what I posted there

https://gist.github.com/HugsLibRecordKeeper/2509d4564ceea9ee378d8d5020cda64d
https://pastebin.com/Ynp8uNS8
https://cdn.discordapp.com/attachments/1151446985166041109/1151876549088391188/RimWorldWin64_4BaVwZ90MK.jpg

Visual Exceptions stuff follows
https://pastebin.com/y7p8YJvN
https://pastebin.com/HywhzKCv
Bojangles 23. aug. 2023 kl. 18:34 
nevermind it seems that it might be because my achtung was outdated ;P