Rimworld как узнать какой мод выдает ошибку

RimWorld Conflict Checker v0.0.0.9

Features

  • Checks for the same nameDef defined in 2 or more mods
  • Lists all core (game default) nameDef’s overwritten by mods
  • Finds any DLL existing in 2 or more mods
  • Identifies possibly corrupt or incomplete mods (partially implemented)
  • Checks versions of all mods against the RimWorld version
  • Lists mods load order also showing disabled mods

Instructions
Extract Zip to anywhere.
Run RCC.exe either from Windows or a command line.
When run it will open the UI for you to pick at least 2 paths (RimWorldWin.exe & Mod folder path).
The first 2 folders are required (Mod folder 1 is auto-calculated when you choose the RimWorldWin.exe folder — but it can be changed).
Mod Folder 2 is only needed for Steam users.

It can also be run from the command line with parameters:

Results & Output
All findings are reported to file RCC.txt in the same folder as RCC.exe.
Each check, or main function of the program is delimited by «============»‘s.
Be sure to scroll down RCC.txt, as there are checks all the way through the file.
(new in 0.0.0.3 is a list of mods and a count of the conflicts. Check RCC.txt for all the details).

Limitations

  • Windows only (sorry!)
  • Will trigger UAC request for bug submission

Bugs
NB: Uses opensource library NBug to submit crashes to a Mantis tracker so I can fix any issues.
Feel free to block it if you do not want the reports sent.
Please report bugs here, or on GitHub.
Bug List — Currently none that I know of

Todo
Check XML inheritance: http://ludeon.com/forums/index.php?topic=19499.0″
Check if CCL is compat with RimWorld.
Check if root, tag, defname are valid (by parsing core).
Check if a mod is valid — needs about.xml, at least one XML or dll.
Check if mod exists twice. a) based on folder name & b) based on About.xml name.
Check if a mod’s defname conflicts with another defname of the same mod.
Change output to tabbed tables in a Windows Form.

Source & License
Source: https://github.com/biship/RimworldConflictChecker
License: GPL 3.0 Please do not distribute without credit & without modification.

Versions
0.0.0.9 04/16/17 Better exception handling, fixed case-sensitive bugs, handles missing version.txt or modsconfig.xml
0.0.0.8 12/31/16 Logging for opening & parsing Version.txt, NBUG & Octokit updated
0.0.0.7 12/30/16 ModsConfig.xml picker, command line changes, option to also check all non-enabled mods
0.0.0.6 12/30/16 Tweaks and change. Internal release only
0.0.0.5 12/29/16 Fixed for A16. No longer checks conflicts for non-enabled mods. More bug fixes
0.0.0.4 09/09/16 This tool will now check and notify on updates for it. More info on results form. Loads of bug fixes!
0.0.0.3 09/05/16 Added basic mod conflict form, code cleanup, null checking & bug fixes.
0.0.0.2 09/01/16 Folder picker updates
0.0.0.1 08/31/16 Initial alpha release

Update to work with all windows versions of Rimworld

Update to work with all windows versions of Rimworld

Update to also work with x64 version of Rimworld

Update to also work with x64 version of Rimworld

Detailed mode. Update for Rimworld 1.0

Updated nbug & octokit
Added support for rimworld64.exe
Added detailed report toggle

Bug fixes, better exception handling

Added handling for missing Version.txt
Fixed broken Version.txt parsing
Added handling for case-sensative filenames
Fixed XML element case-sensative checking
Added more exception handling on locked files
Added copy to clipboard option on results form
Added more verbage to what each check does
Better searching for ModsConfig.xml

Version.txt logging, libs updated, code cleanup

Logging for opening & parsing Version.txt
NBUG & Octokit updated
Code cleanup

Configurable ModsConfig.xml location, Inc or exclude disabled mods

Added ability to specify ModsConfig.xml location
By default, now only checks enabled mods
Added option to check all installed mods, inc non-enabled (-all or use config tool)
Added count of mod folders, exiting if zero folders found
Fixed crash if TARGETVERSION is not set in About.xml
Include ResultsWPF headers on Control-C
Moved RimWorld version check up

Exclude non-enabled mods, less logging, ModsConfig.xml moved in A16

Removed checks for non-enabled mods
Reducing log spam & run time
Finds ModsConfig.xml in both old & A16 location

Bug fixes, more info on results form, update checker

Updated results form WPFViews.cs
Many more null checks
Can now use relative paths on command line
Added a bunch of utility functions
NBug dump is slightly larger
Checks github for updates!

Results form (start-of) & code cleanups & null checking

Added the starts of a results form
Updated NBug.dll to include RCC.txt (and added additional logging)
Added some null checks for variables
Gave the code a once over refactor/analyze/cleaning

Folder picker updates

Added folder logic, auto-guessing on paths & feed back on folder validity.

How to find which mod is causing an error?

I’m getting an error every couple of seconds. I am using a bunch of mods, I can give a modlist if needed. Here is the log:

Exception in RimWorld.ThinkNode_Priority_GetJoy TryIssueJobPackage: System.NullReferenceException: Object reference not set to an instance of an object

at Verse.DefMap`2[RimWorld.JoyKindDef,System.Boolean].get_Item (RimWorld.JoyKindDef def) [0x00000] in <filename unknown>:0

at RimWorld.JoyToleranceSet.BoredOf (RimWorld.JoyKindDef def) [0x00000] in <filename unknown>:0

at RimWorld.JobGiver_GetJoy.TryGiveJob (Verse.Pawn pawn) [0x00000] in <filename unknown>:0

at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00000] in <filename unknown>:0

at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00000] in <filename unknown>:0

Verse.Log:Error(String, Boolean)

Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams)

Verse.AI.ThinkNode_PrioritySorter:TryIssueJobPackage(Pawn, JobIssueParams)

Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams)

Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams)

Verse.AI.ThinkNode_Subtree:TryIssueJobPackage(Pawn, JobIssueParams)

Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams)

Verse.AI.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams)

Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams)

Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&)

Verse.AI.Pawn_JobTracker:TryFindAndStartJob()

Verse.AI.Pawn_JobTracker:EndCurrentJob_Patch1(Object, JobCondition, Boolean)

Verse.AI.Pawn_JobTracker:JobTrackerTick()

Verse.Pawn:Tick_Patch1(Object)

Verse.TickList:Tick()

Verse.TickManager:DoSingleTick()

Verse.TickManager:TickManagerUpdate()

Verse.Game:UpdatePlay()

Verse.Root_Play:Update()

Archived post. New comments cannot be posted and votes cannot be cast.

Обновлено: 28.01.2023

RimWorld (Rim World) - Первое русское сообщество

Кай Фетише

Кай Фетише запись закреплена

Напомните как через РР заспавнить вещь из мода? Например, холодильник из RimFridge, хочу проверить, а то что-то ошибку выдает на библиотеку из данного мода.

Владислав Черкесов

Конкретно этого мода у меня нет, но вероятно может быть тут

Кай Фетише

Андрей Холинов

Андрей Холинов

Можно же через годмод дать себе доступ к мгеовенному строительству чего угодно, включая предметы из модов)

RimWorld

26 сен. 2016 в 7:06
My internet was out the other day and I decided I’d play some rimworld offline and all of my workshop mods were gone. Where are those mods stored so that I can keep a backup folder with them installed?
26 сен. 2016 в 7:10

C:Program Files (x86)Steamsteamappsworkshopcontent294100

C:Program Files (x86)SteamsteamappscommonRimWorldMods

That is with standard steam install, so if you used a custom install of Steam, change location accordingly prior to the Steam level of the location.

RimWorld — Модная одежда &raquo; Одежда &raquo; Предметы

FashionRIMsta.
Этот мод добавляет в игру большой сборник новой одежды. Например: шуба, меховая шапка, термобрюки, шорты карго, хирургическая маска и многое другое.

0 не понравилось 1 понравилось

Когда игра ни в какую не поддается и кажется непроходимой, на помощь приходят специальные программы — читы, скины, моды, трейнеры для игр и т. д. С их помощью игрок может получить преимущество: дополнительные ресурсы, много денег, бессмертие, повышенную скорость и многое другое.

Если вы хотите облегчить прохождение RimWorld, то можете воспользоваться нашим файловым архивом. Здесь собраны только проверенные и работоспособные файлы для игр, которые можно скачать бесплатно.

При скачивании файлов нужно обратить внимание на версию игры, для которой он предназначен. Трейнеры для игр, например, не всегда совместимы со всеми версиями игры, так как разработчики, выпуская обновления, могут менять архитектуру игры и принципы работы тех или иных ее механик. Обычно версия, с которой совместим файл, указывается прямо в его названии.

Rimworld мод Item List Selector

Работает с сохранениями.

Для работы мода нужен HugsLib

Для работы мода нужен HugsLib

Для работы мода нужен HugsLib

Боже пивоваров как ты за**ал вот честно хватит уже всем тупо п**уй что ты думаешь.

Да много модов на усложнение есть. И фракции, и оружейные, и геймплейные и т.д.
Тем более многие из них есть на сайте.
Даже если ты не можешь (или не хочешь) ставить хардкорные моды, то всегда можно снизить процент защиты у амбразур и проблема решена.

На версии 1.2 не работает адекватно. Не выделяет рамкой слева и нельзя сгруппировать один тип предметов.
Может подскажет кто решение?

Читайте также:

  • Days gone моды как установить
  • Europa universalis 4 как делать моды
  • Как делать моды на майнкрафт через netbeans
  • Как установить мод на гта 5 на дома
  • Как узнать какой мод нагружает minecraft

Mod Error Checker Mod for RimWorld

Details :

Discover the ultimate tool for identifying and resolving issues in Rim World with the Mod Error Checker Mod! This feature-packed addon highlights errors and conflicts in your mod load order, ensuring a smoother gaming experience. With automatic error text translations and customizable settings, you’ll never have to worry about cumbersome error messages again. Plus, enjoy seamless integration with other popular Rim World mods. Features include:

  • Detailed error reports for quick and efficient troubleshooting
  • Automatic translations of error messages into your selected language
  • Customizable settings to match your gaming preferences

Get ready to revolutionize your Rim World gameplay and optimize your experience with the Mod Error Checker Mod today!

Gallery :

Mod Error Checker Mod for RimWorld

Download :

Понравилась статья? Поделить с друзьями:
  • Rimworld debug log ошибка
  • Rigs of rods ошибка при запуске
  • Right rear ошибка
  • Robomow ошибка u009
  • Robokassa код ошибки 500