安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
at System.Collections.Generic.List`1[System.UInt32].Add (UInt32 item) [0x00000] in <filename unknown>:0
at CampusIndustriesHousingMod.Managers.WorkerManager.RefreshWorkers (UInt32 step) [0x00000] in <filename unknown>:0
at CampusIndustriesHousingMod.Managers.WorkerManager.RefreshWorkers () [0x00000] in <filename unknown>:0
at CampusIndustriesHousingMod.Managers.WorkerManager.ProcessFrame (UInt32 frameIndex) [0x00000] in <filename unknown>:0
at CampusIndustriesHousingMod.Managers.WorkerManager.OnBeforeSimulationFrame () [0x00000] in <filename unknown>:0
at HealkitMod.Patches.ThreadingWrapperOnBeforeSimulationFramePatch.Prefix (System.Collections.Generic.List`1 ___m_ThreadingExtensions) [0x00000] in <filename unknown>:0
An error has occured in mod's OnBeforeSimulationFrame method.
Mod name: Campus Industries Housing Mod - Turn the Dorms and Barracks to actual living spaces apart from their other functions
Assembly: CampusIndustriesHousingMod, Version=1.0.9086.4829, Culture=neutral, PublicKeyToken=null
Severity: Medium
System.OutOfMemoryException: Out of memory
at (wrapper managed-to-native) object:__icall_wrapper_mono_array_new_specific (intptr,int)
at System.Array.Resize[UInt32] (System.UInt32[]+ array, Int32 length, Int32 newSize) [0x00000] in <filename unknown>:0
at System.Array.Resize[UInt32] (System.UInt32[]+ array, Int32 newSize) [0x00000] in <filename unknown>:0
at System.Collections.Generic.List`1[System.UInt32].set_Capacity (Int32 value) [0x00000] in <filename unknown>:0
at System.Collections.Generic.List`1[System.UInt32].GrowIfNeeded (Int32 newCount) [0x00000]
continued ...
An element with the same key already exists in the dictionary. [System.ArgumentException]
Details:
No details
save, exit e reload and work fine for me
System.ArgumentException: An element with the same key already exists in the dictionary.
at System.Collections.Generic.Dictionary`2<uint16, CampusIndustriesHousingMod.Managers.HousingManager/BuildingRecord>.Add (uint16,CampusIndustriesHousingMod.Managers.HousingManager/BuildingRecord) <0x002d5>
at CampusIndustriesHousingMod.Managers.HousingManager.CreateBuildingRecord (uint16) <0x002d8>
at CampusIndustriesHousingMod.AI.DormsAI.CreateBuilding (uint16,Building+) <0x0004a>
at BuildingManager.CreateBuilding (uint16+,ColossalFramework.Math.Randomizer+,BuildingInfo,UnityEngine.Vector3,single,int,uint) <0x00cab>
at (wrapper dynamic-method) BuildingTool.BuildingTool.CreateBuilding_Patch2 (BuildingTool,BuildingInfo+,UnityEngine.Vector3,single,int,bool,bool) <0x00531>
at BuildingTool/<CreateBuilding>c__Iterator0.MoveNext () <0x00706>
at AsyncTask.Execute () <0x000a8>