我也不是特懂这些,抛砖引玉,希望有高人指点
<?xml version="1.0" ?><root>
<report><version>2</version><sessionid>b58f30f1a1d520525d690622</sessionid><type>desync</type><sku>ea.maxis.sims4_64.15.pc</sku><createtime>2019-08-30 23:16:07</createtime><buildsignature>Local.Unknown.Unknown.1.54.120.1020-1.200.000.404.Release</buildsignature><categoryid>adventure.py:520</categoryid><desyncid>b58f30f1a1d520525d690622</desyncid><systemconfig/><screenshot/><desyncdata>Exception tuple index out of range while attempting to get finish action.FinishActions length: 8, ActionIndex: 10002,Current Moment:
这段前面都是些记录数据,错误时间类型之类的,还有一个游戏内坐标,报错是这句话’Exception tuple index out of range while attempting to get finish action‘
后面的13和10是回车换行的asc码,不用管,在之后我都换成换行。然后完成动作长度8,动作索引10002
正在进行的动作是’AdventureMomentKey.Parenting_ChanceCard_Advice_Child_03‘ ’冒险时刻扳机.育儿_机遇卡_寻求_婴儿_03‘
AdventureMomentKey.Parenting_ChanceCard_Advice_Child_03,
Resolver: InteractionResolver: affordance: <class
Resolver: InteractionResolver: affordance 这句我没看懂,直接翻译的话是 冲突解决程序:交互冲突解决程序:可见性
然后 <是小于号的意思,gt是大于号 可能是说03动作的这两个值小于后面这个class中介绍的动作的值,我继续翻译
'sims4.tuning.instances.superInteraction_ParentingAdventure'>, interaction: running superInteraction_ParentingAdventure:63324 on , target: , context: interactions.context.InteractionContext(<sim '' 0xa109e54de14728>, InteractionSource.SCRIPT, <Priority.High = 2>), si: None.
(IndexError: tuple index out of range)
<’sims4.协调.范例.上级交互_父母行为‘ > ’互动:运行 上级交互_父母行为:63324 在 目标 'context: interactions.context.InteractionContext' (<sim '' 0xa109e54de14728> 交互源,<优先级2>)‘ 这一句意思就是在运行嘿咻育儿动作中的63324号,这可能是个随机数用来判断怀孕之类的,然后主人公是 sim '' 0xa109e54de14728 这个人,然后问题来了,后面出现了一句si: None 我不确定是不是就是这句的 si缺失了,或者只是这个si值没有,(问一问可能的大佬,不应该用void或者t/f么?)
下面的部分是回溯,也就是在出问题之前有谁访问过问题数据
Traceback (most recent call last):
File "T:\InGame\Gameplay\Scripts\Core\sims4\commands.py", line 369, in invoke_command
File "T:\InGame\Gameplay\Scripts\Server\server_commands\ui_commands.py", line 26, in ui_dialog_respond
File "T:\InGame\Gameplay\Scripts\Server\ui\ui_dialog_service.py", line 144, in dialog_respond
File "T:\InGame\Gameplay\Scripts\Server\ui\ui_dialog.py", line 311, in respond
File "T:\InGame\Gameplay\Scripts\Core\sims4\callback_utils.py", line 158, in __call__
File "T:\InGame\Gameplay\Scripts\Server\interactions\utils\adventure.py", line 623, in _on_dialog_response
File "T:\InGame\Gameplay\Scripts\Server\interactions\utils\adventure.py", line 527, in _run_action_from_index
File "E:\Builds\MCCC_6_4_1\mc_cmd_center\mc_utils.py", line 130, in _wrapper_function
File "T:\InGame\Gameplay\Scripts\Server\interactions\utils\adventure.py", line 520, in _run_action_from_index
IndexError: tuple index out of range
rtim=0</desyncdata></report>
</root>
大概看了一下都是正常脚本,除了倒数第二行,显示,在mc控制中心文件夹中的mc_utils访问了打包功能,啊...我先睡觉了。
希望你的问题早日解决
|