Подведи собственные итоги года совместно с YOUGAME и забери ценные призы! Перейти

Вопрос Краш сурса рича

  • Автор темы Автор темы mov0xFF
  • Дата начала Дата начала
Начинающий
Начинающий
Статус
Оффлайн
Регистрация
18 Июн 2022
Сообщения
322
Реакции
14
Вроде сначала в сурсе норм было но спустя день он просто перестал билдится (на 84% загрузки в майне зависает)
(
Exception in thread "Client thread"
Process finished with exit code 1
)
Вот краш лог (в чем проблема?):

Код:
Expand Collapse Copy
---- Minecraft Crash Report ----
// There are four lights!

Time: 2023-04-06 19:26
Description: Initializing game

java.lang.ExceptionInInitializerError
    at fun.rich.client.feature.FeatureManager.<init>(FeatureManager.java:32)
    at fun.rich.client.Rich.init(Rich.java:64)
    at net.minecraft.client.Minecraft.startGame(Minecraft.java:708)
    at net.minecraft.client.Minecraft.run(Minecraft.java:539)
    at net.minecraft.client.main.Main.main(Main.java:116)
    at Start.main(Start.java:11)
Caused by: java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 2
    at java.base/java.util.Arrays$ArrayList.get(Arrays.java:4165)
    at fun.rich.client.ui.settings.impl.ListSetting.<init>(ListSetting.java:19)
    at fun.rich.client.feature.impl.hud.Hud.<clinit>(Hud.java:37)
    ... 6 more


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

-- Head --
Thread: Client thread
Stacktrace:
    at fun.rich.client.feature.FeatureManager.<init>(FeatureManager.java:32)
    at fun.rich.client.Rich.init(Rich.java:64)
    at net.minecraft.client.Minecraft.startGame(Minecraft.java:708)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.run(Minecraft.java:539)
    at net.minecraft.client.main.Main.main(Main.java:116)
    at Start.main(Start.java:11)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 11 (amd64) version 10.0
    Java Version: 18.0.1, Oracle Corporation
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
    Memory: 431403232 bytes (411 MB) / 1116733440 bytes (1065 MB) up to 1598029824 bytes (1524 MB)
    JVM Flags: 0 total;
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    Launched Version: mcp
    LWJGL: 2.9.4
    OpenGL: AMD Radeon(TM) Vega 3 Graphics GL version 4.6.14761 Compatibility Profile Context 21.30.44.10 30.0.13044.10001, ATI Technologies Inc.
    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: §dPINK STYLE
    Current Language: ~~ERROR~~ NullPointerException: Cannot invoke "net.minecraft.client.resources.Language.toString()" because the return value of "net.minecraft.client.resources.LanguageManager.getCurrentLanguage()" is null
    Profiler Position: N/A (disabled)
    CPU: 4x AMD Ryzen 3 3200U with Radeon Vega Mobile Gfx
    OptiFine Version: OptiFine_1.12.2_HD_U_C6
    Render Distance Chunks: 8
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.6.14761 Compatibility Profile Context 21.30.44.10 30.0.13044.10001
    OpenGlRenderer: AMD Radeon(TM) Vega 3 Graphics
    OpenGlVendor: ATI Technologies Inc.
    CpuCount: 4
#@!@# Game crashed! Crash report saved to: #@!@# D:\(Prefabs)\Welltech\.\crash-reports\crash-2023-04-06_19.26.52-client.txt
[19:26:53] [Client thread/INFO]: [STDERR]: java.lang.NullPointerException: Cannot invoke "fun.rich.client.ui.config.ConfigManager.saveConfig(String)" because "fun.rich.client.Rich.instance.configManager" is null
[19:26:53] [Client thread/INFO]: [STDERR]:     at net.minecraft.client.Minecraft.displayCrashReport(Minecraft.java:902)
[19:26:53] [Client thread/INFO]: [STDERR]:     at net.minecraft.client.Minecraft.run(Minecraft.java:543)
[19:26:53] [Client thread/INFO]: [STDERR]:     at net.minecraft.client.main.Main.main(Main.java:116)
[19:26:53] [Client thread/INFO]: [STDERR]:     at Start.main(Start.java:11)
Exception in thread "Client thread"
Process finished with exit code 1
 
Вроде сначала в сурсе норм было но спустя день он просто перестал билдится (на 84% загрузки в майне зависает)
(
Exception in thread "Client thread"
Process finished with exit code 1
)
Вот краш лог (в чем проблема?):

Код:
Expand Collapse Copy
---- Minecraft Crash Report ----
// There are four lights!

Time: 2023-04-06 19:26
Description: Initializing game

java.lang.ExceptionInInitializerError
    at fun.rich.client.feature.FeatureManager.<init>(FeatureManager.java:32)
    at fun.rich.client.Rich.init(Rich.java:64)
    at net.minecraft.client.Minecraft.startGame(Minecraft.java:708)
    at net.minecraft.client.Minecraft.run(Minecraft.java:539)
    at net.minecraft.client.main.Main.main(Main.java:116)
    at Start.main(Start.java:11)
Caused by: java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 2
    at java.base/java.util.Arrays$ArrayList.get(Arrays.java:4165)
    at fun.rich.client.ui.settings.impl.ListSetting.<init>(ListSetting.java:19)
    at fun.rich.client.feature.impl.hud.Hud.<clinit>(Hud.java:37)
    ... 6 more


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

-- Head --
Thread: Client thread
Stacktrace:
    at fun.rich.client.feature.FeatureManager.<init>(FeatureManager.java:32)
    at fun.rich.client.Rich.init(Rich.java:64)
    at net.minecraft.client.Minecraft.startGame(Minecraft.java:708)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.run(Minecraft.java:539)
    at net.minecraft.client.main.Main.main(Main.java:116)
    at Start.main(Start.java:11)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 11 (amd64) version 10.0
    Java Version: 18.0.1, Oracle Corporation
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
    Memory: 431403232 bytes (411 MB) / 1116733440 bytes (1065 MB) up to 1598029824 bytes (1524 MB)
    JVM Flags: 0 total;
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    Launched Version: mcp
    LWJGL: 2.9.4
    OpenGL: AMD Radeon(TM) Vega 3 Graphics GL version 4.6.14761 Compatibility Profile Context 21.30.44.10 30.0.13044.10001, ATI Technologies Inc.
    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: §dPINK STYLE
    Current Language: ~~ERROR~~ NullPointerException: Cannot invoke "net.minecraft.client.resources.Language.toString()" because the return value of "net.minecraft.client.resources.LanguageManager.getCurrentLanguage()" is null
    Profiler Position: N/A (disabled)
    CPU: 4x AMD Ryzen 3 3200U with Radeon Vega Mobile Gfx
    OptiFine Version: OptiFine_1.12.2_HD_U_C6
    Render Distance Chunks: 8
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.6.14761 Compatibility Profile Context 21.30.44.10 30.0.13044.10001
    OpenGlRenderer: AMD Radeon(TM) Vega 3 Graphics
    OpenGlVendor: ATI Technologies Inc.
    CpuCount: 4
#@!@# Game crashed! Crash report saved to: #@!@# D:\(Prefabs)\Welltech\.\crash-reports\crash-2023-04-06_19.26.52-client.txt
[19:26:53] [Client thread/INFO]: [STDERR]: java.lang.NullPointerException: Cannot invoke "fun.rich.client.ui.config.ConfigManager.saveConfig(String)" because "fun.rich.client.Rich.instance.configManager" is null
[19:26:53] [Client thread/INFO]: [STDERR]:     at net.minecraft.client.Minecraft.displayCrashReport(Minecraft.java:902)
[19:26:53] [Client thread/INFO]: [STDERR]:     at net.minecraft.client.Minecraft.run(Minecraft.java:543)
[19:26:53] [Client thread/INFO]: [STDERR]:     at net.minecraft.client.main.Main.main(Main.java:116)
[19:26:53] [Client thread/INFO]: [STDERR]:     at Start.main(Start.java:11)
Exception in thread "Client thread"
Process finished with exit code 1
java.lang.NullPointerException: Cannot invoke "fun.rich.client.ui.config.ConfigManager.saveConfig(String)" because "fun.rich.client.Rich.instance.configManager" is null
 
Назад
Сверху Снизу