RimWorld

RimWorld

Fortifications - Neolithic
Azzkiy 6 Sep, 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-9 of 9 comments
7ux0n0 17 Sep, 2021 @ 8:07am 
Are you running on linux?
Kyrrisayo 17 Sep, 2021 @ 3:02pm 
Same here, and a yes to linux.
7ux0n0 18 Sep, 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 18 Sep, 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 18 Sep, 2021 @ 12:57am 
OH! I might know what it is... Testing my theory quick...
Kyrrisayo 18 Sep, 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 25 Jan, 2023 @ 8:32am 
I uploaded a version of the mod with the fix, since the mod author hasn't fixed it themselves yet: https://steamproxy.net/sharedfiles/filedetails/?id=2923401275
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!
< >
Showing 1-9 of 9 comments
Per page: 1530 50