> For the complete documentation index, see [llms.txt](https://astorbt.gitbook.io/unofficial-skyrim-hand-book-shang-gu-juan-zhou-fu-zhu-ben-ben/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://astorbt.gitbook.io/unofficial-skyrim-hand-book-shang-gu-juan-zhou-fu-zhu-ben-ben/ctd-pai-cha-fen-xi-1/papyrus-log-viewer-an.md).

# ► PapyrusLogViewer 安裝

★前置１－

本軟體為java軟體，他需要使用java驅動來開啟，開不起來要去安裝一下java。

Java : [https://www.java.com/zh\_TW/download/](https://ref.gamer.com.tw/redir.php?url=https%3A%2F%2Fwww.java.com%2Fzh_TW%2Fdownload%2F)

\
★前置２－

啟用遊戲紀錄ＬＯＧ設定找到Skyrim.ini檔案他位置在：\
C:\Users\你的使用者名稱\Documents\My Games\Skyrim\
在Skyrim.ini 的 \[Papyrus]下，複製貼上加入這三行。

bEnableLogging = 1

bEnableTrace = 1

bLoadDebugInformation = 1

下次遊戲ＣＴＤ或關遊戲的時候，就會在\
C:\Users\你的使用者名稱\Documents\My Games\Skyrim\Logs\Script\
看見你的ＬＯＧ檔案。

\
★解壓縮後點開PapyrusLogViewer.jar，打不開就是java沒裝好。

![](/files/-LIaEAW_CLO2CCC7cP-_)

&#x20;★當你打開Log檔案大概會是下面這個樣子

![](/files/-LIaEbktZTgFkO0G4VBb)

上面是程式幫你大致整理好的，並不是完整ＬＯＧ檔案。\
[![](https://truth.bahamut.com.tw/s01/201612/35ac53d416f36b7c9425873f17f499e8.PNG)](https://ref.gamer.com.tw/redir.php?url=https%3A%2F%2Ftruth.bahamut.com.tw%2Fs01%2F201612%2F35ac53d416f36b7c9425873f17f499e8.PNG)\
你可以多點擊幾下左邊的Papyrus.o.log，他會再跳出一層視窗。會跳出下面完整版ＬＯＧ

![](/files/-LIaEg8_VPPynEvkkP4C)

★我們可以看見最後一行\[12/17/2016 - 07:04:37PM] Error: Unable to bind script mq3dnpcskjarnrumarin to  (41199BC3) because their base types do not match其中的(41199BC3)前兩個就是Mod Index的順序ＩＤ你可以在 ＭＯ的右側找到對應的出問題的ＭＯＤ[![](https://truth.bahamut.com.tw/s01/201612/e4b60afd766c69feff31df697fd78bda.PNG)](https://ref.gamer.com.tw/redir.php?url=https%3A%2F%2Ftruth.bahamut.com.tw%2Fs01%2F201612%2Fe4b60afd766c69feff31df697fd78bda.PNG)

喔對，這個Chistmas In Skyrim是正常的MOD，咱只是要拍一下參考作示範而已。

\-----------------------

通常有幾種ＬＯＧ找不到為什發生錯誤的情況。

１．硬體配置撐不住大型ＭＯＤ的Script需求，需要大量ＣＰＵ運算腳本，來不及就會發生腳本延遲，接著錯誤就ＣＴＤ。\
２．該ＭＯＤ腳本程式寫的太耗資源，這種ＭＯＤ就會看見其他人用起來很正常，偏偏在你電腦上用了會出事情，像是戰鬥大修類ＭＯＤ，解決方法升級硬體，或者放棄該ＭＯＤ。\
３．顯卡不夠力跟硬碟讀取反應太慢，上古是一個即時類遊戲，能接受延遲已經很厲害了，太久的延遲代表遊戲引擎負荷不住，減少ＭＯＤ或升級硬體。

＊然後記得一旦你取消勾選了任何ESP，LOG上面的對應就要變動，就要重新測試才准，所以最好是用手抄好順序再來，一次性有問題的全部取消勾選。

千萬不要傻傻一個一個邊取消邊看ＬＯＧ。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://astorbt.gitbook.io/unofficial-skyrim-hand-book-shang-gu-juan-zhou-fu-zhu-ben-ben/ctd-pai-cha-fen-xi-1/papyrus-log-viewer-an.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
