Исходник Excellent Omni Fix

  • Автор темы Автор темы Nokeew
  • Дата начала Дата начала
это предупреждения на них вообще все равно, они ничего не делают
краш
Time: 06.11.2025, 12:14
Description: Initializing game

java.lang.ExceptionInInitializerError
at net.minecraft.client.resources.DownloadingPackFinder.<init>(DownloadingPackFinder.java:60)
at net.minecraft.client.Minecraft.<init>(Minecraft.java:305)
at ru.kotopushka.Launcher.start(Launcher.java:111)
at ru.kotopushka.Launcher.start(Launcher.java:94)
at ru.kotopushka.Launcher.main(Launcher.java:33)
Caused by: java.lang.NullPointerException: Cannot invoke "java.net.URL.toURI()" because "url" is null
at net.minecraft.resources.VanillaPack.lambda$static$0(VanillaPack.java:36)
at net.minecraft.util.Util.make(Util.java:278)
at net.minecraft.resources.VanillaPack.<clinit>(VanillaPack.java:29)
... 5 more


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

-- Head --
Thread: Main
Stacktrace:
at net.minecraft.client.resources.DownloadingPackFinder.<init>(DownloadingPackFinder.java:60)
at net.minecraft.client.Minecraft.<init>(Minecraft.java:305)

-- Initialization --
Details:
Stacktrace:
at ru.kotopushka.Launcher.start(Launcher.java:111)
at ru.kotopushka.Launcher.start(Launcher.java:94)
at ru.kotopushka.Launcher.main(Launcher.java:33)

-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 3bc4be1a7cce4eb8ba264820db562ba5
Operating System: Windows 11 (amd64) version 10.0
Java Version: 21.0.8, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 21867968 bytes (20 MB) / 161480704 bytes (154 MB) up to 4267704320 bytes (4070 MB)
CPUs: 12
JVM Flags: 0 total;
Launched Version: 1.16.5
Backend library: LWJGL version 3.3.4+7
Backend API: NO CONTEXT
GL Caps:
Using VBOs: Yes
Is Modded: Very likely; Jar signature invalidated
Type: Client (map_client.txt)
CPU: <unknown>
OptiFine Version: OptiFine_1.16.5_HD_U_G8
OptiFine Build: ~~NULL~~
Shaders: null
OpenGlVersion: null
OpenGlRenderer: null
OpenGlVendor: null
CpuCount: 0
#@!@# Game crashed! Crash report saved to: #@!@# C:\ExcellentOmni\game\crash-reports\crash-2025-11-06_12.14.45-client.txt

Process finished with exit code -1
 
краш
Time: 06.11.2025, 12:14
Description: Initializing game

java.lang.ExceptionInInitializerError
at net.minecraft.client.resources.DownloadingPackFinder.<init>(DownloadingPackFinder.java:60)
at net.minecraft.client.Minecraft.<init>(Minecraft.java:305)
at ru.kotopushka.Launcher.start(Launcher.java:111)
at ru.kotopushka.Launcher.start(Launcher.java:94)
at ru.kotopushka.Launcher.main(Launcher.java:33)
Caused by: java.lang.NullPointerException: Cannot invoke "java.net.URL.toURI()" because "url" is null
at net.minecraft.resources.VanillaPack.lambda$static$0(VanillaPack.java:36)
at net.minecraft.util.Util.make(Util.java:278)
at net.minecraft.resources.VanillaPack.<clinit>(VanillaPack.java:29)
... 5 more


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

-- Head --
Thread: Main
Stacktrace:
at net.minecraft.client.resources.DownloadingPackFinder.<init>(DownloadingPackFinder.java:60)
at net.minecraft.client.Minecraft.<init>(Minecraft.java:305)

-- Initialization --
Details:
Stacktrace:
at ru.kotopushka.Launcher.start(Launcher.java:111)
at ru.kotopushka.Launcher.start(Launcher.java:94)
at ru.kotopushka.Launcher.main(Launcher.java:33)

-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 3bc4be1a7cce4eb8ba264820db562ba5
Operating System: Windows 11 (amd64) version 10.0
Java Version: 21.0.8, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 21867968 bytes (20 MB) / 161480704 bytes (154 MB) up to 4267704320 bytes (4070 MB)
CPUs: 12
JVM Flags: 0 total;
Launched Version: 1.16.5
Backend library: LWJGL version 3.3.4+7
Backend API: NO CONTEXT
GL Caps:
Using VBOs: Yes
Is Modded: Very likely; Jar signature invalidated
Type: Client (map_client.txt)
CPU: <unknown>
OptiFine Version: OptiFine_1.16.5_HD_U_G8
OptiFine Build: ~~NULL~~
Shaders: null
OpenGlVersion: null
OpenGlRenderer: null
OpenGlVendor: null
CpuCount: 0
#@!@# Game crashed! Crash report saved to: #@!@# C:\ExcellentOmni\game\crash-reports\crash-2025-11-06_12.14.45-client.txt

Process finished with exit code -1
у тебя версия джавы не та стоит
 
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.

Time: 09.11.2025, 11:28
Description: Initializing game

java.lang.RuntimeException: Failed to read font data file: mice:fonts/productsans_black.json; Are you sure this is json file? Try to check the correctness of its syntax.
at org.sheluvparis.excellent.client.util.font.MsdfFont$Builder.build(MsdfFont.java:185)
at org.sheluvparis.excellent.client.util.font.Font.<init>(Font.java:28)
at org.sheluvparis.excellent.client.util.font.Fonts.loadFonts(Fonts.java:19)
at org.sheluvparis.excellent.client.Client.load(Client.java:94)
at net.minecraft.client.Minecraft.<init>(Minecraft.java:447)
at ru.kotopushka.Launcher.start(Launcher.java:111)
at ru.kotopushka.Launcher.start(Launcher.java:94)
at start.Start.main(Start.java:7)


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

-- Head --
Thread: Main
Stacktrace:
at org.sheluvparis.excellent.client.util.font.MsdfFont$Builder.build(MsdfFont.java:185)
at org.sheluvparis.excellent.client.util.font.Font.<init>(Font.java:28)
at org.sheluvparis.excellent.client.util.font.Fonts.loadFonts(Fonts.java:19)
at org.sheluvparis.excellent.client.Client.load(Client.java:94)
at net.minecraft.client.Minecraft.<init>(Minecraft.java:447)

-- Initialization --
Details:
Stacktrace:
at ru.kotopushka.Launcher.start(Launcher.java:111)
at ru.kotopushka.Launcher.start(Launcher.java:94)
at start.Start.main(Start.java:7)

-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Windows 10 (amd64) version 10.0
Java Version: 21.0.8, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 102697344 bytes (97 MB) / 245366784 bytes (234 MB) up to 4294967296 bytes (4096 MB)
CPUs: 4
JVM Flags: 0 total;
Launched Version: 1.16.5
Backend library: LWJGL version 3.3.4+7
Backend API: NVIDIA GeForce GTX 1060 3GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 560.94, NVIDIA Corporation
GL Caps: Using framebuffer using OpenGL 3.0
Using VBOs: Yes
Is Modded: Very likely; Jar signature invalidated
Type: Client (map_client.txt)
CPU: 4x AMD Phenom(tm) II X4 945 Processor
OptiFine Version: OptiFine_1.16.5_HD_U_G8
OptiFine Build: ~~NULL~~
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 560.94
OpenGlRenderer: NVIDIA GeForce GTX 1060 3GB/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4
[11:28:57] [Via-Mappingloader-0/INFO]: Using FastUtil Long2ObjectOpenHashMap for block connections
[11:28:59] [Via Async Task 1/WARN]: There is a newer plugin version available: 5.5.0, you're on: 4.7.1
#@!@# Game crashed! Crash report saved to: #@!@# C:\mice\game\crash-reports\crash-2025-11-09_11.28.55-client.txt
[11:28:59] [Via Async Scheduler 0/INFO]: Finished mapping loading, shutting down loader executor!
[11:28:59] [Thread-0/INFO]: [STDERR]: java.io.FileNotFoundException: C:\mice\game\mice\feature\default.wtf (Системе не удается найти указанный путь)
[11:28:59] [Thread-0/INFO]: [STDERR]: at java.base/java.io.FileOutputStream.open0(Native Method)
[11:28:59] [Thread-0/INFO]: [STDERR]: at java.base/java.io.FileOutputStream.open(FileOutputStream.java:289)
[11:28:59] [Thread-0/INFO]: [STDERR]: at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:230)
[11:28:59] [Thread-0/INFO]: [STDERR]: at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:179)
[11:28:59] [Thread-0/INFO]: [STDERR]: at java.base/java.io.FileWriter.<init>(FileWriter.java:98)
[11:28:59] [Thread-0/INFO]: [STDERR]: at org.sheluvparis.excellent.client.impl.config.ConfigFile.write(ConfigFile.java:72)
[11:28:59] [Thread-0/INFO]: [STDERR]: at org.sheluvparis.excellent.client.impl.config.ConfigManager.set(ConfigManager.java:41)
[11:28:59] [Thread-0/INFO]: [STDERR]: at org.sheluvparis.excellent.client.impl.config.ConfigManager.set(ConfigManager.java:45)
[11:28:59] [Thread-0/INFO]: [STDERR]: at org.sheluvparis.excellent.client.Client.unload(Client.java:124)
[11:28:59] [Thread-0/INFO]: [STDERR]: at java.base/java.lang.Thread.run(Thread.java:1583)
[11:28:59] [Thread-0/INFO]: [STDERR]: java.io.FileNotFoundException: C:\mice\game\mice\draggable\default.wtf (Системе не удается найти указанный путь)
[11:28:59] [Thread-0/INFO]: [STDERR]: at java.base/java.io.FileOutputStream.open0(Native Method)
[11:28:59] [Thread-0/INFO]: [STDERR]: at java.base/java.io.FileOutputStream.open(FileOutputStream.java:289)
[11:28:59] [Thread-0/INFO]: [STDERR]: at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:230)
[11:28:59] [Thread-0/INFO]: [STDERR]: at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:179)
[11:28:59] [Thread-0/INFO]: [STDERR]: at java.base/java.io.FileWriter.<init>(FileWriter.java:98)
[11:28:59] [Thread-0/INFO]: [STDERR]: at org.sheluvparis.excellent.client.impl.draggable.DragFile.write(DragFile.java:50)
[11:28:59] [Thread-0/INFO]: [STDERR]: at org.sheluvparis.excellent.client.impl.draggable.DraggableManager.set(DraggableManager.java:42)
[11:28:59] [Thread-0/INFO]: [STDERR]: at org.sheluvparis.excellent.client.impl.draggable.DraggableManager.set(DraggableManager.java:46)
[11:28:59] [Thread-0/INFO]: [STDERR]: at org.sheluvparis.excellent.client.Client.unload(Client.java:125)
[11:28:59] [Thread-0/INFO]: [STDERR]: at java.base/java.lang.Thread.run(Thread.java:1583)
Disconnected from the target VM, address: '127.0.0.1:61099', transport: 'socket'

Process finished with exit code -1





помогите чето с фонтом не то
 

Похожие темы

Назад
Сверху Снизу