forked from Clarence-yp/GenshinNight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2023_03_25 15_23_04.log
29 lines (26 loc) · 2.1 KB
/
2023_03_25 15_23_04.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[time]:2023/3/25 15:23:04
[type]:Error
[exception message]:剧情文本解析错误:第5行 add指令第二参数指定的sprite不存在:3
[stack trace]:UnityEngine.Debug:LogError (object)
StoryInterpreter:PrintError (StoryInstructError) (at Assets/框架代码/剧情相关/StoryInterpreter.cs:311)
StoryInterpreter:AnalysisGroup (System.Collections.Generic.List`1<StoryInstruct>) (at Assets/框架代码/剧情相关/StoryInterpreter.cs:93)
StoryInterpreter/<Analysis>d__12:MoveNext () (at Assets/框架代码/剧情相关/StoryInterpreter.cs:43)
UnityEngine.MonoBehaviour:StartCoroutine (System.Collections.IEnumerator)
StoryInterpreter:Interpret (storyData) (at Assets/框架代码/剧情相关/StoryInterpreter.cs:32)
StoryManager:Start () (at Assets/框架代码/剧情相关/StoryManager.cs:26)
[time]:2023/3/25 15:23:04
[type]:Error
[exception message]:剧情文本解析错误:第8行 del指令用字符串指定的位置不存在
[stack trace]:UnityEngine.Debug:LogError (object)
StoryInterpreter:PrintError (StoryInstructError) (at Assets/框架代码/剧情相关/StoryInterpreter.cs:311)
StoryInterpreter:AnalysisGroup (System.Collections.Generic.List`1<StoryInstruct>) (at Assets/框架代码/剧情相关/StoryInterpreter.cs:93)
StoryInterpreter/<Analysis>d__12:MoveNext () (at Assets/框架代码/剧情相关/StoryInterpreter.cs:43)
UnityEngine.SetupCoroutine:InvokeMoveNext (System.Collections.IEnumerator,intptr)
[time]:2023/3/25 15:23:04
[type]:Exception
[exception message]:ArgumentOutOfRangeException: Index and length must refer to a location within the string.
Parameter name: length
[stack trace]:System.String.Substring (System.Int32 startIndex, System.Int32 length) (at <695d1cc93cca45069c528c15c9fdd749>:0)
StoryInterpreter.AnalysisGroup (System.Collections.Generic.List`1[T] list) (at Assets/框架代码/剧情相关/StoryInterpreter.cs:80)
StoryInterpreter+<Analysis>d__12.MoveNext () (at Assets/框架代码/剧情相关/StoryInterpreter.cs:43)
UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at <2c831a24e8f345e7a82c0159a31280b3>:0)