This error typically appears as ERR:[Site_label] [detected] debug log or UI. It is usually caused by corrupted quest data missing faction information within your save file, often due to a mod being removed mid-playthrough. Immediate Cause Missing Factions : The game is attempting to reference a faction that was removed from your mod list. When it can't find the faction data, it spits out an Quest Generation Failure : A quest (like an "Ancient Complex") was partially generated but failed to find a valid location or target, leaving a "ghost" entry in your save. How to Fix It The most effective way to resolve this is by manually editing your save file to remove the corrupted entry. Ludeon Studios Backup Your Save : Locate your save file (usually in AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios\Saves ) and create a copy before editing. Open with a Text Editor : Use a tool like to open the Search for "ERR" : Use the search function (Ctrl+F) with "Enable case sensitivity" to find the specific ERR:[Site_label] Delete the Entry : Locate the block containing the error and delete everything from the opening tag to the closing tag ( Verify Integrity : If the error occurs on a Steam "Verify Integrity of Game Files" option to ensure core game data isn't corrupted. Ludeon Studios General Troubleshooting Tips Check Dependencies : Ensure all your active mods have their required libraries (like Harmony or HugsLib) loaded and up to date. Mod Compatibility : If the error persists, use Mod Error Checker to identify conflicts between third-party mods. : You can use RimWorld's built-in Development Mode to "Discard" active quests that are showing the error without editing files, though this may not always work if the error is "detected" but not fully active. Steam Community specific mod might have caused this based on your current mod list? Visible Error Logs - Steam Workshop
Based on your query "rimworld err site label detected new" , this appears to be a debug log error or a modded notification from RimWorld . You’re asking me to produce a feature — meaning you want a game feature suggestion that either explains, resolves, or creatively builds upon that error message. Here’s a designed feature for RimWorld :
Feature Name: Dynamic Site Labeling System (with Error Recovery) Problem This Feature Solves The error "err site label detected new" typically occurs when a world site (e.g., an enemy base, quest location, or resource lump) is generated but fails to receive a proper display name or category label due to mod conflicts or generation glitches. The Feature 1. On‑Error Fallback Label Generator
When the game fails to assign a label to a new site, it triggers a fallback routine instead of throwing an error. The fallback creates a temporary label like: "Uncharted Locale [Biome Name]" or "Anomaly Site #XXXX" Player can rename the site from the world map (right‑click → "Rename Site").
2. Site Label Diagnostic Panel (Developer Mode)
Accessible via the World Map → Debug actions → Show Site Label Diagnostics . Lists all active sites with:
Internal label ID Assigned display label Source mod (if any) Any label‑generation errors
Button: "Re‑generate Label" – forces the game to re‑run label creation without reloading the save.
3. Player‑Facing Notification Improvement Instead of a cryptic error in the log, the player sees a small yellow notification:
"A newly discovered site lacks a clear label. It has been marked as [Fallback Name]. You can rename it via the world map."
This eliminates confusion and prevents the error from spamming the debug log. 4. Modder API Enhancement
Provides a new hook: ITaggedSiteLabelGenerator Modders can define priority and fallback logic for site naming. If a mod’s label generation fails, RimWorld logs which mod caused it and falls back to the vanilla system.