高级玩家

- 贡献度
- 0
- 金元
- 5121
- 积分
- 512
- 精华
- 0
- 注册时间
- 2017-3-20
|
遇上这个问题
[14:03:41.514] [Il2CppInterop] During invoking native->managed trampoline
Il2CppInterop.Runtime.Il2CppException: System.FormatException: Input string was not in a correct format.
--- BEGIN IL2CPP STACK TRACE ---
System.FormatException: Input string was not in a correct format.
at System.Number.ParseSingle (System.String value, System.Globalization.NumberStyles options, System.Globalization.NumberFormatInfo numfmt) [0x00000] in <00000000000000000000000000000000>:0
at ManageTagController.CheckMeetOneCondition (HeroData checkHero, System.String requirement) [0x00000] in <00000000000000000000000000000000>:0
at ManageTagController.CheckMeetCondition (HeroData checkHero, HeroTagDataBase targetTag) [0x00000] in <00000000000000000000000000000000>:0
at ManageTagController.FreshManageTagUI () [0x00000] in <00000000000000000000000000000000>:0
--- END IL2CPP STACK TRACE ---
at Il2CppInterop.Runtime.Il2CppException.RaiseExceptionIfNecessary(IntPtr returnedException) in /home/runner/work/Il2CppInterop/Il2CppInterop/Il2CppInterop.Runtime/Il2CppException.cs:line 36
at DMD<Il2Cpp.ManageTagController::ShowManageTagUI>(ManageTagController this, HeroData _targetHero, Boolean _useMoney)
at (il2cpp -> managed) ShowManageTagUI(IntPtr , IntPtr , Byte , Il2CppMethodInfo* ) |
|