
Dyson Sphere Program
You are viewing a potentially older version of this package. View Latest Version


For exmaple, the above image will copy the following text to clipboard.
An error has occurred! Game version 0.10.28.20779
3 Mods used: [IlLine1.0.0] [ErrorAnalyzer1.0.0] [MinerInfo1.1.0]
System.TypeLoadException: Could not resolve type with token 0100003d (from typeref, class/assembly StringTranslate, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null)
at UIVeinDetailNode._OnUpdate () [0x00005] ;IL_0005
at ManualBehaviour._Update () [0x0001f] ;IL_001F
== Related patches on the stack ==
_OnUpdate(Prefix): static bool MinerInfo.MaxOutputPatch::UIVeinDetailNode_OnUpdate(UIVeinDetailNode __instance)
Usually the namespace of the function is the mod name, so we can find that a prefix patch in the mod MinerInfo is causing the error.
通常函数的命名空间就是模组(mod)名称,因此我们可以得知模组MinerInfo中的前缀补丁导致了例图中的错误。
- v1.0.0: Initial released. (DSP 0.10.28.20779)