Achtung2 icon indicating copy to clipboard operation
Achtung2 copied to clipboard

Getting error when opening mods list with Achtung enabled

Open ilyvion opened this issue 1 year ago • 2 comments

[S_API WARN] CClientUGC::SetRankedByTrendDays() failed - can only be used when querying for all files!

UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
Verse.Steam.SteamManager:SteamAPIDebugTextHook (int,System.Text.StringBuilder)
Steamworks.SteamUGC:SetRankedByTrendDays (Steamworks.UGCQueryHandle_t,uint)
Brrainz.CrossPromotion:FetchPromotionMods ()
Brrainz.CrossPromotion/<>c:<ModLister_RebuildModList_Postfix>b__8_0 ()
System.Threading.ThreadHelper:ThreadStart_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
System.Threading.ThreadHelper:ThreadStart ()

ilyvion avatar Jun 18 '24 12:06 ilyvion

Can you supply more information/versions about all pieces involved: Operating System, Rimworld, processor and Achtung version. Do you use Steam?

pardeike avatar Jun 18 '24 13:06 pardeike

OS: Win 10 RW: 1.5.4104 Processor: Intel Core i9-9900K Achtung: v3.9.5.0 Steam: Yes

I think I've discovered the source of the problem, and it's probably mostly a non-problem in that case: For developing mods, I use a custom copy of the Rimworld directory placed somewhere else than the usual Steam installation directory (I also keep separate copies of 1.4, and 1.3), and this error only happens in that copy, not when launched in the proper Steam location.

I only encountered this "bug" in the first place from adding Achtung-specific content to one of my mods.

ilyvion avatar Jun 19 '24 03:06 ilyvion