mirror of
https://github.com/Astatin3/meteorbot.git
synced 2026-06-09 00:28:01 -06:00
129 lines
6.6 KiB
Plaintext
129 lines
6.6 KiB
Plaintext
|
|
---- Minecraft Crash Report ----
|
||
|
|
// Would you like a cupcake?
|
||
|
|
|
||
|
|
Time: 2024-07-22 13:44:42
|
||
|
|
Description: Initializing game
|
||
|
|
|
||
|
|
java.lang.ExceptionInInitializerError
|
||
|
|
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:22)
|
||
|
|
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:176)
|
||
|
|
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:53)
|
||
|
|
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:65)
|
||
|
|
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:54)
|
||
|
|
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:49)
|
||
|
|
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:66)
|
||
|
|
at net.minecraft.util.Util.make(Util.java:537)
|
||
|
|
at net.minecraft.client.font.FontManager.<init>(FontManager.java:66)
|
||
|
|
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:558)
|
||
|
|
at net.minecraft.client.main.Main.main(Main.java:239)
|
||
|
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
|
||
|
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||
|
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||
|
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||
|
|
Caused by: java.io.UncheckedIOException: java.nio.file.NoSuchFileException: /home/astatin3/GitHub/no-more-render/run/.fabric/processedMods/meteor-client-0.5.8-2136-64b5720b4b825f21.jar
|
||
|
|
at net.fabricmc.loader.impl.util.LoaderUtil.normalizeExistingPath(LoaderUtil.java:46)
|
||
|
|
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getCodeSource(KnotClassDelegate.java:515)
|
||
|
|
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getMetadata(KnotClassDelegate.java:363)
|
||
|
|
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:338)
|
||
|
|
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
|
||
|
|
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
|
||
|
|
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
|
||
|
|
at java.base/java.lang.ClassLoader.defineClass1(Native Method)
|
||
|
|
at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1023)
|
||
|
|
at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150)
|
||
|
|
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.defineClassFwd(KnotClassLoader.java:160)
|
||
|
|
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:355)
|
||
|
|
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
|
||
|
|
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
|
||
|
|
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
|
||
|
|
at net.minecraft.client.render.RenderLayer.getClouds(RenderLayer.java:724)
|
||
|
|
at net.minecraft.client.render.RenderLayer.<clinit>(RenderLayer.java:719)
|
||
|
|
... 15 more
|
||
|
|
Caused by: java.nio.file.NoSuchFileException: /home/astatin3/GitHub/no-more-render/run/.fabric/processedMods/meteor-client-0.5.8-2136-64b5720b4b825f21.jar
|
||
|
|
at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
|
||
|
|
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
|
||
|
|
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
|
||
|
|
at java.base/sun.nio.fs.UnixPath.toRealPath(UnixPath.java:886)
|
||
|
|
at net.fabricmc.loader.impl.util.LoaderUtil.normalizeExistingPath(LoaderUtil.java:44)
|
||
|
|
... 31 more
|
||
|
|
|
||
|
|
|
||
|
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
||
|
|
---------------------------------------------------------------------------------------
|
||
|
|
|
||
|
|
-- Head --
|
||
|
|
Thread: Render thread
|
||
|
|
Stacktrace:
|
||
|
|
at net.minecraft.client.font.TextRenderLayerSet.of(TextRenderLayerSet.java:22)
|
||
|
|
at net.minecraft.client.font.FontStorage.getGlyphRenderer(FontStorage.java:176)
|
||
|
|
at net.minecraft.client.font.BuiltinEmptyGlyph.bake(BuiltinEmptyGlyph.java:53)
|
||
|
|
at net.minecraft.client.font.FontStorage.clear(FontStorage.java:65)
|
||
|
|
at net.minecraft.client.font.FontStorage.setActiveFilters(FontStorage.java:54)
|
||
|
|
at net.minecraft.client.font.FontStorage.setFonts(FontStorage.java:49)
|
||
|
|
at net.minecraft.client.font.FontManager.method_27540(FontManager.java:66)
|
||
|
|
at net.minecraft.util.Util.make(Util.java:537)
|
||
|
|
at net.minecraft.client.font.FontManager.<init>(FontManager.java:66)
|
||
|
|
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:558)
|
||
|
|
|
||
|
|
-- Initialization --
|
||
|
|
Details:
|
||
|
|
Modules:
|
||
|
|
Stacktrace:
|
||
|
|
at net.minecraft.client.main.Main.main(Main.java:239)
|
||
|
|
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
|
||
|
|
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
||
|
|
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
||
|
|
at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
|
||
|
|
|
||
|
|
-- System Details --
|
||
|
|
Details:
|
||
|
|
Minecraft Version: 1.21
|
||
|
|
Minecraft Version ID: 1.21
|
||
|
|
Operating System: Linux (amd64) version 6.8.9-arch1-2
|
||
|
|
Java Version: 22, N/A
|
||
|
|
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
|
||
|
|
Memory: 303479936 bytes (289 MiB) / 937426944 bytes (894 MiB) up to 4173332480 bytes (3980 MiB)
|
||
|
|
CPUs: 12
|
||
|
|
Processor Vendor: GenuineIntel
|
||
|
|
Processor Name: Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
|
||
|
|
Identifier: Intel64 Family 6 Model 165 Stepping 5
|
||
|
|
Microarchitecture: Comet Lake
|
||
|
|
Frequency (GHz): 4.10
|
||
|
|
Number of physical packages: 1
|
||
|
|
Number of physical CPUs: 6
|
||
|
|
Number of logical CPUs: 12
|
||
|
|
Graphics card #0 name: GA104 [GeForce RTX 3070]
|
||
|
|
Graphics card #0 vendor: NVIDIA Corporation (0x10de)
|
||
|
|
Graphics card #0 VRAM (MiB): 288.00
|
||
|
|
Graphics card #0 deviceId: 0x2484
|
||
|
|
Graphics card #0 versionInfo: unknown
|
||
|
|
Virtual memory max (MiB): 12052.49
|
||
|
|
Virtual memory used (MiB): 17154.10
|
||
|
|
Swap memory total (MiB): 4096.00
|
||
|
|
Swap memory used (MiB): 3197.18
|
||
|
|
Space in storage for jna.tmpdir (MiB): <path not set>
|
||
|
|
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
|
||
|
|
Space in storage for io.netty.native.workdir (MiB): <path not set>
|
||
|
|
Space in storage for java.io.tmpdir (MiB): available: 7841.08, total: 7956.49
|
||
|
|
Space in storage for workdir (MiB): available: 333892.63, total: 467346.75
|
||
|
|
JVM Flags: 0 total;
|
||
|
|
Launched Version: Fabric
|
||
|
|
Backend library: LWJGL version 3.3.3-snapshot
|
||
|
|
Backend API: NV174 GL version 4.3 (Core Profile) Mesa 24.0.7-arch1.3, Mesa
|
||
|
|
Window size: <not initialized>
|
||
|
|
GFLW Platform: x11
|
||
|
|
GL Caps: Using framebuffer using OpenGL 3.2
|
||
|
|
GL debug messages:
|
||
|
|
Is Modded: Definitely; Client brand changed to 'fabric'
|
||
|
|
Universe: 404
|
||
|
|
Type: Client (map_client.txt)
|
||
|
|
Locale: en_US
|
||
|
|
System encoding: UTF-8
|
||
|
|
File encoding: UTF-8
|
||
|
|
CPU: 12x Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz
|
||
|
|
|
||
|
|
-- Meteor Client --
|
||
|
|
|
||
|
|
Version: 0.5.8
|
||
|
|
Dev Build: 2136
|