怎么解决java.lang.NoClassDefFoundError: kotlin/jvm/internal/Intrinsics

报错如下

2023-07-18 12:18:57,320 ERROR Error processing element Queue: CLASS_NOT_FOUND
[12:18:57] [Client thread/INFO]: Setting user: 1122
[12:18:58] [Client thread/INFO]: (Session ID is token::873357d12e3234ffb5ba71a34f4e397e)
[12:19:00] [Client thread/INFO]: LWJGL Version: 2.9.4
[12:19:01] [Client thread/INFO]: Reloading ResourceManager: Default, !    §bStimpy Waar Pack Edit.zip
[12:19:02] [Sound Library Loader/INFO]: Starting up SoundSystem...
[12:19:02] [Thread-6/INFO]: Initializing LWJGL OpenAL
[12:19:02] [Thread-6/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[12:19:02] [Thread-6/INFO]: OpenAL initialized.
[12:19:02] [Sound Library Loader/INFO]: Sound engine started
[12:19:06] [Client thread/INFO]: Created: 1024x1024 textures-atlas
[12:19:08] [Client thread/INFO]: Starting LiquidBounce b73, by CCBlueX
---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 23-7-18 下午12:19
Description: Initializing game

java.lang.NoClassDefFoundError: kotlin/jvm/internal/Intrinsics
    at net.ccbluex.liquidbounce.file.configs.ShortcutsConfig.(ShortcutsConfig.kt)
    at net.ccbluex.liquidbounce.file.FileManager.(FileManager.java:31)
    at net.ccbluex.liquidbounce.LiquidBounce.startClient(LiquidBounce.kt:77)
    at net.minecraft.client.Minecraft.startGame(Minecraft.java:606)
    at net.minecraft.client.Minecraft.run(Minecraft.java:468)
    at net.minecraft.client.main.Main.main(Main.java:113)
Caused by: java.lang.ClassNotFoundException: kotlin.jvm.internal.Intrinsics
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 6 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
    at net.ccbluex.liquidbounce.file.configs.ShortcutsConfig.(ShortcutsConfig.kt)
    at net.ccbluex.liquidbounce.file.FileManager.(FileManager.java:31)
    at net.ccbluex.liquidbounce.LiquidBounce.startClient(LiquidBounce.kt:77)
    at net.minecraft.client.Minecraft.startGame(Minecraft.java:606)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.run(Minecraft.java:468)
    at net.minecraft.client.main.Main.main(Main.java:113)

-- System Details --
Details:
    Minecraft Version: 1.8.9
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_311, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 97161096 bytes (92 MB) / 234881024 bytes (224 MB) up to 2919235584 bytes (2784 MB)
    JVM Flags: 12 total; -Xverify:none -Xmx2775m -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32m -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -XX:-DontCompileHugeMethods -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    Launched Version: Liquidbounce
    LWJGL: 2.9.4
    OpenGL: GeForce GT 720/PCIe/SSE2 GL version 4.6.0 NVIDIA 460.89, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Very likely; Jar signature invalidated
    Type: Client (map_client.txt)
    Resource Packs: !    §bStimpy Waar Pack Edit.zip
    Current Language: 简体中文 (中国)
    Profiler Position: N/A (disabled)
    CPU: 4x AMD A8-7500 Radeon R7, 10 Compute Cores 4C+6G 
#@!@# Game crashed! Crash report saved to: #@!@# E:\桌面\端\.minecraft\crash-reports\crash-2023-07-18_12.19.08-client.txt
[12:19:08] [Client Shutdown Thread/INFO]: Stopping server
AL lib: (EE) alc_cleanup: 1 device not closed


本文来自互联网用户投稿,文章观点仅代表作者本人,不代表本站立场,不承担相关法律责任。如若转载,请注明出处。 如若内容造成侵权/违法违规/事实不符,请点击【内容举报】进行投诉反馈!

相关文章

立即
投稿

微信公众账号

微信扫一扫加关注

返回
顶部