🐼
HMCL-PE 用户使用手册
  • 📜主要介绍
    • 主要介绍
    • 新人须知
    • HMCL-PE
    • HMCL-PE 用户手册
    • 对手册撰写作贡献
    • HMCL-PE 用户手册更新日志
  • 🚀下载&安装
    • 下载
    • 安装
    • 下载JRE 17
  • 🔧基础设置
    • 更改语言
    • 全局游戏设定
      • ☕Java路径
      • 📁工作路径
      • 💻内存
      • 👀分辨率
      • ⌨️触控布局方案
      • 🎮启动选项
    • 外观
      • 主题
      • 忽略刘海屏
      • 背景图片
    • 下载
      • ⚙️下载设置
      • 🚀多线程下载
  • 🐼Accounts
    • Add an account
      • Authentication Server Login
        • Authlib-injector
          • Littleskin
          • Blessing Skin(WIP)
        • nide8auth(WIP)
        • Login via Authentication Server
          • nide8auth(WIP)
          • Authlib-injector
      • Microsoft Account Login
      • Offline Mode Login
      • Comparison
    • Costume Skin
      • Default Skin
      • Local Skin File
      • Authentication Server's name
      • Multiplayer game display
    • Delete an account
  • 🎁Prepare for Minecraft
    • Some tips about file location
    • Download
      • Download Minecraft with HMCL-PE
      • Download Forge/Fabric/Liteloader
      • Download Optifine
      • Download Mods
      • Download other minecraft resources
    • Installing
      • Installing Modpack
      • Installing Mods
      • Install Forge/Fabric/Liteloader
      • Install Optifine
    • Updates
      • Mods Update
  • 🕹️Time to Play
    • Play Minecraft
    • HMCL-PE In-game Control Panel
    • HMCL-PE Control Layout Pattern
      • Default button description
      • In-game Control Layout Pattern
      • HMCL-PE setting interface modification
    • Multiplayer
      • Go,Find a server
      • Use HMCL-PE Multiplayer Function
      • Online in the same Wifi
      • Buy a server
    • Asking for Help
      • The Art of Asking Questions
      • Game Crashed!
        • Solve the problem yourself(WIP)
        • Launcher issues
      • HMCL-PE Crashed!
  • ❓FAQ
    • Q:Can't Install HMCL-PE APP
    • Q:Screen rendering errors
    • Q:Unclear & Error In-game rendering
    • Q:Download always fails with HMCL-PE
    • Q:My HMCLPE folder is empty
    • Q:Cannot touch the items in item bar
    • Q:Need a key to enter HMCL-PE
  • 🤝MOD Helper
    • Introduction
    • 优化模组列表
    • 可能不兼容的模组
  • 🤔Asking questions by third-party software
    • Github
      • Get your Github Account
      • Submit an Issue
      • Add Pull Requests(WIP)
    • Discord
      • How to use threads?
由 GitBook 提供支持
在本页
  • Check Modlist
  • Deeper Analysis
  • Other issues
  • NoClassDefFoundError
  • ClassCastException
  • LoaderException
  • OutOfMemoryError
  • Exception while ticking a block

这有帮助吗?

在GitHub上编辑
  1. Time to Play
  2. Asking for Help
  3. Game Crashed!

Solve the problem yourself(WIP)

上一页Game Crashed!下一页Launcher issues

最后更新于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

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

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

🕹️