mirror of
https://github.com/Astatin3/meteorbot.git
synced 2026-06-08 16:18:01 -06:00
Mostly make this thing work
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
https://github.com/cabaletta/baritone
|
||||
@@ -0,0 +1,128 @@
|
||||
---- 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
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 689 B |
Binary file not shown.
|
After Width: | Height: | Size: 661 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 255 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,142 @@
|
||||
version:3953
|
||||
ao:false
|
||||
biomeBlendRadius:0
|
||||
enableVsync:false
|
||||
entityDistanceScaling:1.0
|
||||
entityShadows:true
|
||||
forceUnicodeFont:false
|
||||
japaneseGlyphVariants:false
|
||||
fov:0.0
|
||||
fovEffectScale:1.0
|
||||
darknessEffectScale:1.0
|
||||
glintSpeed:0.5
|
||||
glintStrength:0.75
|
||||
prioritizeChunkUpdates:1
|
||||
fullscreen:false
|
||||
gamma:0.5
|
||||
graphicsMode:0
|
||||
guiScale:0
|
||||
maxFps:10
|
||||
mipmapLevels:4
|
||||
narrator:0
|
||||
particles:2
|
||||
reducedDebugInfo:false
|
||||
renderClouds:"false"
|
||||
renderDistance:12
|
||||
simulationDistance:12
|
||||
screenEffectScale:1.0
|
||||
soundDevice:""
|
||||
autoJump:false
|
||||
operatorItemsTab:false
|
||||
autoSuggestions:true
|
||||
chatColors:true
|
||||
chatLinks:true
|
||||
chatLinksPrompt:true
|
||||
discrete_mouse_scroll:false
|
||||
invertYMouse:false
|
||||
realmsNotifications:true
|
||||
showSubtitles:false
|
||||
directionalAudio:false
|
||||
touchscreen:false
|
||||
bobView:true
|
||||
toggleCrouch:false
|
||||
toggleSprint:false
|
||||
darkMojangStudiosBackground:false
|
||||
hideLightningFlashes:false
|
||||
hideSplashTexts:false
|
||||
mouseSensitivity:0.5
|
||||
damageTiltStrength:1.0
|
||||
highContrast:false
|
||||
narratorHotkey:true
|
||||
resourcePacks:["vanilla","fabric"]
|
||||
incompatibleResourcePacks:[]
|
||||
lastServer:localhost
|
||||
lang:en_us
|
||||
chatVisibility:0
|
||||
chatOpacity:1.0
|
||||
chatLineSpacing:0.0
|
||||
textBackgroundOpacity:0.5
|
||||
backgroundForChatOnly:true
|
||||
hideServerAddress:false
|
||||
advancedItemTooltips:false
|
||||
pauseOnLostFocus:true
|
||||
overrideWidth:0
|
||||
overrideHeight:0
|
||||
chatHeightFocused:1.0
|
||||
chatDelay:0.0
|
||||
chatHeightUnfocused:0.4375
|
||||
chatScale:1.0
|
||||
chatWidth:1.0
|
||||
notificationDisplayTime:1.0
|
||||
useNativeTransport:true
|
||||
mainHand:"right"
|
||||
attackIndicator:1
|
||||
tutorialStep:open_inventory
|
||||
mouseWheelSensitivity:1.0
|
||||
rawMouseInput:true
|
||||
glDebugVerbosity:1
|
||||
skipMultiplayerWarning:true
|
||||
hideMatchedNames:true
|
||||
joinedFirstServer:true
|
||||
hideBundleTutorial:false
|
||||
syncChunkWrites:false
|
||||
showAutosaveIndicator:true
|
||||
allowServerListing:true
|
||||
onlyShowSecureChat:false
|
||||
panoramaScrollSpeed:1.0
|
||||
telemetryOptInExtra:false
|
||||
onboardAccessibility:false
|
||||
menuBackgroundBlurriness:5
|
||||
key_key.attack:key.mouse.left
|
||||
key_key.use:key.mouse.right
|
||||
key_key.forward:key.keyboard.w
|
||||
key_key.left:key.keyboard.a
|
||||
key_key.back:key.keyboard.s
|
||||
key_key.right:key.keyboard.d
|
||||
key_key.jump:key.keyboard.space
|
||||
key_key.sneak:key.keyboard.left.shift
|
||||
key_key.sprint:key.keyboard.left.control
|
||||
key_key.drop:key.keyboard.q
|
||||
key_key.inventory:key.keyboard.e
|
||||
key_key.chat:key.keyboard.t
|
||||
key_key.playerlist:key.keyboard.tab
|
||||
key_key.pickItem:key.mouse.middle
|
||||
key_key.command:key.keyboard.slash
|
||||
key_key.socialInteractions:key.keyboard.p
|
||||
key_key.screenshot:key.keyboard.f2
|
||||
key_key.togglePerspective:key.keyboard.f5
|
||||
key_key.smoothCamera:key.keyboard.unknown
|
||||
key_key.fullscreen:key.keyboard.f11
|
||||
key_key.spectatorOutlines:key.keyboard.unknown
|
||||
key_key.swapOffhand:key.keyboard.f
|
||||
key_key.saveToolbarActivator:key.keyboard.c
|
||||
key_key.loadToolbarActivator:key.keyboard.x
|
||||
key_key.advancements:key.keyboard.l
|
||||
key_key.hotbar.1:key.keyboard.1
|
||||
key_key.hotbar.2:key.keyboard.2
|
||||
key_key.hotbar.3:key.keyboard.3
|
||||
key_key.hotbar.4:key.keyboard.4
|
||||
key_key.hotbar.5:key.keyboard.5
|
||||
key_key.hotbar.6:key.keyboard.6
|
||||
key_key.hotbar.7:key.keyboard.7
|
||||
key_key.hotbar.8:key.keyboard.8
|
||||
key_key.hotbar.9:key.keyboard.9
|
||||
key_key.meteor-client.open-gui:key.keyboard.right.shift
|
||||
key_key.meteor-client.open-commands:key.keyboard.period
|
||||
soundCategory_master:1.0
|
||||
soundCategory_music:1.0
|
||||
soundCategory_record:1.0
|
||||
soundCategory_weather:1.0
|
||||
soundCategory_block:1.0
|
||||
soundCategory_hostile:1.0
|
||||
soundCategory_neutral:1.0
|
||||
soundCategory_player:1.0
|
||||
soundCategory_ambient:1.0
|
||||
soundCategory_voice:1.0
|
||||
modelPart_cape:true
|
||||
modelPart_jacket:true
|
||||
modelPart_left_sleeve:true
|
||||
modelPart_right_sleeve:true
|
||||
modelPart_left_pants_leg:true
|
||||
modelPart_right_pants_leg:true
|
||||
modelPart_hat:true
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user