jinxOAO / DSPmod_MoreMegaStructures

Add more megastructures.
6 stars 2 forks source link

在游戏内会无限增加Output_Log的文件大小 #37

Closed Leng-Long closed 2 months ago

Leng-Long commented 2 months ago

文件位于C:\Users\Administrator\AppData\LocalLow\Youthcat Studio\Dyson Sphere Program\output_log.txt 联机时发现c盘空间异常才注意到的 那时候log已经209G大小了(草 QQ截图20240622034303 mod一共启用这些 QQ截图20240622034326 该文件内刷屏的内容(mulit Thread enable with 0) 已经排查了存档与mod冲突问题(指单启用该mod与开新档都仍然存在该bug) 不清楚是不是只有我这样 反正我联机的另一个人那边的output也出现了该问题。

starfi5h commented 2 months ago

MoreMegaStructures v1.5.0的打印造成的

[HarmonyPostfix]
[HarmonyPatch(typeof (WorkerThreadExecutor), "ComputerThread")]
public static void CTest(WorkerThreadExecutor __instance) => Utils.Log(string.Format("multi Thread enabled with {0}", (object) (uint) __instance.threadMissionOrders));
Leng-Long commented 2 months ago

好问题。所以这个怎么解决呢() 禁用之后不知道哪个mod抽风 导致保存会出现修改数据的提示 QQ图片20240622142928 (然后整了屏蔽异常检测玩的)

jinxOAO commented 2 months ago

收到,我立刻更新一下。

jinxOAO commented 2 months ago

数据异常是正常现象,是因为mod把游戏内数据修改了。