RimWorld

RimWorld

Fortifications - Neolithic
Azzkiy Sep 6, 2021 @ 3:43pm
Missing textures
Hello! I'm getting error about missing texture for every building in this mod. Here is a sample:
Could not load UnityEngine.Texture2D at FT_Palisade in any active mod or in base resources. UnityEngine.StackTraceUtility:ExtractStackTrace () Verse.Log:Error (string) Verse.ContentFinder`1<UnityEngine.Texture2D>:Get (string,bool) Verse.Graphic_Single:Init (Verse.GraphicRequest) Verse.GraphicDatabase:GetInner<Verse.Graphic_Single> (Verse.GraphicRequest) Verse.GraphicDatabase:Get (System.Type,string,UnityEngine.Shader,UnityEngine.Vector2,UnityEngine.Color,UnityEngine.Color,Verse.GraphicData,System.Collections.Generic.List`1<Verse.ShaderParameter>,string) Verse.GraphicData:Init () Verse.GraphicData:get_Graphic () Verse.ThingDef:<PostLoad>b__311_0 () Verse.LongEventHandler:ExecuteToExecuteWhenFinished () Verse.LongEventHandler:UpdateCurrentAsynchronousEvent () Verse.LongEventHandler:LongEventsUpdate (bool&) (wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root) Verse.Root_Entry:Update ()
< >
Showing 1-10 of 10 comments
ScarletRed Sep 17, 2021 @ 8:07am 
Are you running on linux?
Kyrrisayo Sep 17, 2021 @ 3:02pm 
Same here, and a yes to linux.
ScarletRed Sep 18, 2021 @ 12:45am 
The way the mod has set up the textures in the (mod)/Common/Textures directory makes the game unable to load them.

To fix it copy them from (mod)/Common/Textures to (mod)/1.3/Textures
Kyrrisayo Sep 18, 2021 @ 12:53am 
Hm... I thought using the Common folder for common mod assets was supposed to work fine? Is this a Linux-specific issue?
Kyrrisayo Sep 18, 2021 @ 12:57am 
OH! I might know what it is... Testing my theory quick...
Kyrrisayo Sep 18, 2021 @ 1:01am 
Wow... Amazing. So, since UNIX-based systems care about case, Rimworld was unable to find the common folder, as it's currently named as such ("common"), and Rimworld is looking for "Common".

Changing the lower-case 'c' to an upper-case one fixed the issue. The mod developer didn't notice this issue during testing, as he was likely doing so on a Windows machine, which doesn't care about casing, and, thus, would have found the folder anyway.
true, I made a symlink to fix it and now it loads all textures fine
ln -s common Common
Kyrrisayo Jan 25, 2023 @ 8:32am 
I uploaded a version of the mod with the fix, since the mod author hasn't fixed it themselves yet: https://steamcommunity.com/sharedfiles/filedetails/?id=2923401275
Kyrrisayo Aug 26, 2024 @ 1:56pm 
For anyone coming to this thread now, I just checked, and it seems the mod author fixed the folder name since I'd last checked. Thanks, AOBA!
Originally posted by Kyrrisayo:
For anyone coming to this thread now, I just checked, and it seems the mod author fixed the folder name since I'd last checked. Thanks, AOBA!

I'm using the mod since version 1.6 and it didn't worked anymore by default. But just linking (or copy) the common/Textures Folder into the Version just helped. Like the posts from before :steamthumbsup:
< >
Showing 1-10 of 10 comments
Per page: 1530 50