🥟
HMCL-PE 用戶手冊
  • 📜介紹
    • 介紹
    • 新用戶須知
    • HMCL-PE
    • HMCL-PE用戶手冊
    • 在手冊的編寫工作中發光發熱
    • HMCL-PE用戶手冊更新日誌
  • 🚀如何下載&安裝?
    • 下載
    • 安裝
    • 下載JRE 17
  • 🔧主要設定
    • 語言
    • 全局遊戲設定
      • ☕Java路徑
      • 📁工作路徑
      • 💻記憶體
      • 👀分辨率
      • ⌨️控件佈局
      • 🎮啟動&渲染器選項
    • 外觀
      • 主題
      • 忽略劉海屏
      • 背景圖片
    • 下載
      • ⚙️下載設定
      • 🚀多線程下載
  • 🥟賬戶
    • 添加賬戶
      • 認賬伺服器登入
        • Authlib-injector
          • Littleskin
          • Blessing Skin(未完成的項目)
        • nide8auth(未完成的項目)
        • Login via 認證伺服器
          • nide8auth(未完成的項目)
          • Authlib-injector
      • 微軟賬戶登入
      • 離線模式登入
      • 對比
    • 皮膚
      • 默認皮膚
      • 加載皮膚文件
      • 認證伺服器的名字
      • 多人遊戲
    • 刪除賬戶
  • 🎁為Minecraft做準備
    • 關於文件位置的一些提示
    • 下載
      • 在HMCL-PE中下載Minecraft
      • 下載Forge/Fabric/Liteloader
      • 下載Optifine
      • 下載Mods
      • 下載其他的Minecraft資源
    • 安裝
      • 安裝Mod文件夾
      • 安裝Mod
      • 安裝Forge/Fabric/Liteloader
      • 安裝Optifine
    • 升級
      • 升級Mods
  • 🕹️遊戲時間
    • 游玩Minecraft
    • HMCL-PE 遊戲內的控制面板
    • HMCL-PE 控件佈局
      • 默認佈局說明
      • 剪輯遊戲中的控件佈局
      • 在HMCL-PE的設定界面修改控件佈局
    • 多人遊戲
      • 尋找伺服器
      • 使用HMCL-PE的多人遊戲功能
      • 在同一個Wifi下
      • 購買一個伺服器
    • 尋求幫助
      • 高效率的提問
      • 遊戲崩潰了!
        • 親自解決問題(未完成的項目)
        • 啟動器問題
      • HMCL-PE崩潰了!
  • ❓FAQ
    • Q:無法安裝HMCL-PEAPP
    • Q:渲染錯誤
    • Q:遊戲內渲染模糊&錯誤
    • Q:在HMCL-PE中的下載總是失敗
    • Q:我的HMCLPE文件夾是空的
    • Q:無法點擊物品欄中的物品
    • Q:需要密鑰進入HMCL-PE
  • 🤝有幫助的mods
    • 介紹
    • 優化的mods
    • 不兼容的Mods
  • 🤔通過第三方軟件提出問題
    • Github
      • 註冊你的Github賬戶
      • 提交問題
      • 添加拉取請求(未完成的項目)
    • Discord
      • 如何使用子區?
由 GitBook 提供支持
在本页
  • Check Modlist
  • Deeper Analysis
  • Other issues
  • NoClassDefFoundError
  • ClassCastException
  • LoaderException
  • OutOfMemoryError
  • Exception while ticking a block

这有帮助吗?

在GitHub上编辑
  1. 遊戲時間
  2. 尋求幫助
  3. 遊戲崩潰了!

親自解決問題(未完成的項目)

上一页遊戲崩潰了!下一页啟動器問題

最后更新于2年前

这有帮助吗?

If you can't find a crash report when a crash occurs, it's better to say "I've crashed and what to do" than to go to the street and find a fortune teller to figure out why it crashed, so where to find them?

--943

Check Modlist

For beginners, the first thing you can do is to start by looking at the bottom of the entire crash log, where there is a self-shaped table with all the modules that have been identified.

Here we note the column with LCHI or LCHE on the left, each letter carries its own meaning

Letter
Meaning

'U'

Unloaded(Indicates that this mod was aborted while loading.)

'E'

Errored(Indicates that an error occurred while loading this mod.)

'D'

Disabled(Indicates that this mod is a disabled mod.)

'L'

Loaded

'C'

Constructed

'H'

Pre-initialized

'I'

Initialized

'J'

Post-initialized

'A'

Available

Deeper Analysis

Why is there also a place at the top that shows the mod where the error occurred, so if I look at it from the top will I get a more detailed answer?

Yes, if we look at the sentences following Description and Caused by above, we can roughly determine who(WHAT MOD) is behind it.

Other issues

You can find java.lang.XXX in the next line of the Description,The following are some of the XXX representatives' questions:

NoClassDefFoundError

Server side:

(1)The server side lacks classes and methods related to the GUI like the client side, and the client mod will show that the classes are not found when calling these methods

Solutions:Remove mods that only work on the client side

ClassCastException

both Server&Client

Unable to perform class conversion, in layman's terms, a mod conflict

Solutions:Remove conflicting mods

LoaderException

both Server&Client

There was a problem loading the mod

OutOfMemoryError

both Server&Client

Solution: Increase your RAM allocation

Exception while ticking a block

both Server&Client

Solution: Find the "-- Block being ticked --" section, learn the block coordinates, and use some methods to remove the block

Solution: Check to find Errored MODS,Replace or delete the mod/update the forge

🕹️
Check Modlist section