RimWorld
防禦工事拓展-新石器時代
Azzkiy 2021 年 9 月 6 日 下午 3:43
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 ()
< >
目前顯示第 1-9 則留言,共 9
7ux0n0 2021 年 9 月 17 日 上午 8:07 
Are you running on linux?
Kyrrisayo 2021 年 9 月 17 日 下午 3:02 
Same here, and a yes to linux.
7ux0n0 2021 年 9 月 18 日 上午 12:45 
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 2021 年 9 月 18 日 上午 12:53 
Hm... I thought using the Common folder for common mod assets was supposed to work fine? Is this a Linux-specific issue?
Kyrrisayo 2021 年 9 月 18 日 上午 12:57 
OH! I might know what it is... Testing my theory quick...
Kyrrisayo 2021 年 9 月 18 日 上午 1:01 
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.
Children of the Pentapod 2021 年 10 月 5 日 上午 9:17 
true, I made a symlink to fix it and now it loads all textures fine
ln -s common Common
Kyrrisayo 2023 年 1 月 25 日 上午 8:32 
I uploaded a version of the mod with the fix, since the mod author hasn't fixed it themselves yet: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2923401275
Kyrrisayo 2024 年 8 月 26 日 下午 1:56 
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!
< >
目前顯示第 1-9 則留言,共 9
每頁顯示: 1530 50