高级玩家

- 贡献度
- 18
- 金元
- 2740
- 积分
- 346
- 精华
- 0
- 注册时间
- 2012-2-26
|
本帖最后由 这名叫什么 于 2012-12-25 14:26 编辑
首先是因为看了这个http://bbs.3dmgame.com/thread-3228473-1-1.html帖子的内容,现在找到了log文件后,发现似乎是游戏运行情况的记录,得到的日志文件是这个
Papyrus.0.log
(29.1 KB, 下载次数: 200)
已经按照日期的顺序做了分行,求分析一下此次跳出的冲突脚本~
日志文件太长,这里贴出一部分,是跳出前3分钟的日志文件记录~可以完整分析的大大请下载附件~
另求问每个记录末尾的line+数字是不是错误分类?
dragonActorSCRIPT.psc
WIFunctionsScript.psc
这两个文件在最后几个错误里都有,第一个是n网上那个非官方bug修复(天际本体)BSA文件里的。
第二个存在于Skyrim - Misc这个BSA文件
[12/25/2012 - 12:25:51PM] VM is frozen
[12/25/2012 - 12:25:52PM] Saving game...
[12/25/2012 - 12:25:52PM] VM is thawing...
[12/25/2012 - 12:26:22PM] error: (000DC556): cannot enable an object with an enable state parent.
stack:
[ (000DC556)].lvlpredatorscript.Enable() - "<native>" Line ?
[ (000DC556)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26
[12/25/2012 - 12:27:47PM] error: Unable to call RegisterForSingleUpdate - no native object bound to the script object, or object is of incorrect type
stack:
[None]._WetRainDrip.RegisterForSingleUpdate() - "<native>" Line ?
[None]._WetRainDrip.OnUpdate() - "_WetRainDrip.psc" Line ?
[12/25/2012 - 12:27:52PM] [DLC1EclipseAttackPlayerScript <alias Player on quest DLC1EclipseAttack5 (0201764B)>]OnLocationChange() stopping quest, player is not in:[Location < (00018A56)>]
[12/25/2012 - 12:27:52PM] [DLC1_QF_DLC1EclipseAttack5_0101764B <DLC1EclipseAttack5 (0201764B)>]stage 255, calling DeleteWhenAble() on created aliases
[12/25/2012 - 12:27:52PM] [DLC1EclipseAttackPlayerScript <alias Player on quest DLC1EclipseAttack2 (02017648)>]OnLocationChange() stopping quest, player is not in:[Location < (00018A56)>]
[12/25/2012 - 12:27:52PM] [DLC1_QF_DLC1EclipseAttack2_01017648 <DLC1EclipseAttack2 (02017648)>]stage 255, calling DeleteWhenAble() on created aliases
[12/25/2012 - 12:28:13PM] error: (000DC556): cannot enable an object with an enable state parent.
stack:
[ (000DC556)].lvlpredatorscript.Enable() - "<native>" Line ?
[ (000DC556)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26
[12/25/2012 - 12:28:24PM] error: (000DC546): cannot enable an object with an enable state parent.
stack:
[ (000DC546)].lvlpredatorscript.Enable() - "<native>" Line ?
[ (000DC546)].lvlpredatorscript.OnCellLoad() - "LvlPredatorScript.psc" Line 26
[12/25/2012 - 12:28:25PM] error: Cannot call HasKeyword() on a None object, aborting function call
stack:
[WI (00035D64)].wifunctionsscript.RegisterDragonAttack() - "WIFunctionsScript.psc" Line 476
[ (FF0014FB)].dragonactorscript.OnLocationChange() - "dragonActorSCRIPT.psc" Line 110
[12/25/2012 - 12:28:25PM] warning: Assigning None to a non-object variable named "::temp32"
stack:
[WI (00035D64)].wifunctionsscript.RegisterDragonAttack() - "WIFunctionsScript.psc" Line 476
[ (FF0014FB)].dragonactorscript.OnLocationChange() - "dragonActorSCRIPT.psc" Line 110
[12/25/2012 - 12:28:25PM] error: Cannot call HasKeyword() on a None object, aborting function call
stack:
[WI (00035D64)].wifunctionsscript.RegisterDragonAttack() - "WIFunctionsScript.psc" Line 476
[ (FF001539)].dragonactorscript.OnLocationChange() - "dragonActorSCRIPT.psc" Line 110
[12/25/2012 - 12:28:25PM] warning: Assigning None to a non-object variable named "::temp32"
stack:
[WI (00035D64)].wifunctionsscript.RegisterDragonAttack() - "WIFunctionsScript.psc" Line 476
[ (FF001539)].dragonactorscript.OnLocationChange() - "dragonActorSCRIPT.psc" Line 110
[12/25/2012 - 12:28:32PM] VM is freezing...
[12/25/2012 - 12:28:32PM] VM is frozen
|
|