@Aqsa-Bibi ViaFabricPlus
Important for new members!
All future posts from members with a reputation of less than 1 will be queued for manual review to prevent forum spam. We will review your posts as soon as possible!
Hello everyone, I wrote a small script for LiquidBounce NextGen, which, when a player hits, writes to the chat #stop (to stop Baritone, rather than entering the chat and inserting a command). But it doesn't work, LiquidBounce writes in the chat:
[SAPI] BaritoneStopper::playerTick threw
[PolyglotExeption]: ReferenceError: 'Player' is not defined
Help me solve this problem, I haven't worked with js much. :/```
[18:26:43] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[18:26:43] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[18:26:43] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[18:26:43] [main/INFO]: Forge Mod Loader version 11.15.1.2318 for Minecraft 1.8.9 loading
[18:26:43] [main/INFO]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_432-internal, running on Linux:aarch64:Android-14, installed at /data/user/0/net.kdt.pojavlaunch.firefly/runtimes/Internal-8
[18:26:44] [main/ERROR]: Unable to read the jar file liquidbounce.jar - ignoring
java.io.FileNotFoundException: /storage/emulated/0/Android/data/net.kdt.pojavlaunch.firefly/files/.minecraft/mods/liquidbounce.jar (Permission denied)
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_432-internal]
at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_432-internal]
at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_432-internal]
at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_432-internal]
at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_432-internal]
at net.minecraftforge.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:334) [forge-1.8.9-11.15.1.2318-1.8.9.jar:?]
at net.minecraftforge.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:246) [forge-1.8.9-11.15.1.2318-1.8.9.jar:?]
at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:95) [forge-1.8.9-11.15.1.2318-1.8.9.jar:?]
at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:72) [forge-1.8.9-11.15.1.2318-1.8.9.jar:?]
at net.minecraftforge.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.8.9-11.15.1.2318-1.8.9.jar:?]
at net.minecraftforge.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:119) [forge-1.8.9-11.15.1.2318-1.8.9.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[18:26:44] [main/INFO]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.8.9_HD_U_M5.jar
[18:26:44] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:26:44] [main/INFO]: Loading tweak class name optifine.OptiFineForgeTweaker
[18:26:44] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[18:26:44] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:26:44] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[18:26:44] [main/INFO]: Calling tweak class optifine.OptiFineForgeTweaker
[18:26:44] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: acceptOptions
[18:26:44] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: injectIntoClassLoader
[18:26:44] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:242]: OptiFine ClassTransformer
[18:26:44] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:242]: OptiFine ZIP file: /storage/emulated/0/Android/data/net.kdt.pojavlaunch.firefly/files/.minecraft/mods/OptiFine_1.8.9_HD_U_M5.jar
[18:26:44] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:26:47] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[18:26:47] [main/ERROR]: FML appears to be missing any signature data. This is not a good thing
[18:26:47] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[18:26:47] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[18:26:48] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[18:26:48] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[18:26:48] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: getLaunchArguments
[18:26:48] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[18:26:49] [main/INFO]: [org.lwjgl.system.Library:printError:555]: [LWJGL] Failed to load a library. Possible solutions:
a) Add the directory that contains the shared library to -Djava.library.path or -Dorg.lwjgl.librarypath.
b) Add the JAR that contains the shared library to the classpath.
[18:26:49] [main/INFO]: [org.lwjgl.system.Library:printError:557]: [LWJGL] Enable debug mode with -Dorg.lwjgl.util.Debug=true for better diagnostics.
[18:26:49] [main/INFO]: [org.lwjgl.system.Library:printError:559]: [LWJGL] Enable the SharedLibraryLoader debug mode with -Dorg.lwjgl.util.DebugLoader=true for better diagnostics.
[18:26:50] [Client thread/INFO]: Setting user: sweetdre4m
[18:26:56] [Client thread/INFO]: [org.lwjgl.opengl.GLContext:initCapabilities:13]: LWJGLX: GL caps init
[18:26:56] [Client thread/INFO]: [org.lwjgl.opengl.GL:IsUseBuffer:296]: [LWJGL] Workaround glCheckFramebufferStatus issue on 1.13+ 64-bit
[18:26:56] [Client thread/INFO]: [OptiFine] *** Reflector Forge ***
[18:26:56] [Client thread/INFO]: [OptiFine] *** Reflector Vanilla ***
[18:26:57] [Client thread/INFO]: LWJGL Version: 3.3.1 SNAPSHOT
[18:26:57] [Client thread/INFO]: [org.lwjgl.opengl.Display:setIcon:953]: java.lang.NullPointerException
[18:26:57] [Client thread/INFO]: [org.lwjgl.opengl.Display:setIcon:953]: at org.lwjgl.system.Pointer$Default.<init>(Pointer.java:88)
[18:26:57] [Client thread/INFO]: [org.lwjgl.opengl.Display:setIcon:953]: at org.lwjgl.system.CustomBuffer.<init>(CustomBuffer.java:25)
[18:26:57] [Client thread/INFO]: [org.lwjgl.opengl.Display:setIcon:953]: at org.lwjgl.system.StructBuffer.<init>(StructBuffer.java:20)
[18:26:57] [Client thread/INFO]: [org.lwjgl.opengl.Display:setIcon:953]: at org.lwjgl.glfw.GLFWImage$Buffer.<init>(GLFWImage.java:294)
[18:26:57] [Client thread/INFO]: [org.lwjgl.opengl.Display:setIcon:953]: at org.lwjgl.opengl.Display.setIcon(Display.java:947)
[18:26:57] [Client thread/INFO]: [org.lwjgl.opengl.Display:setIcon:953]: at net.minecraft.client.Minecraft.func_175594_ao(Minecraft.java:615)
[18:26:57] [Client thread/INFO]: [org.lwjgl.opengl.Display:setIcon:953]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:406)
[18:26:57] [Client thread/INFO]: [org.lwjgl.opengl.Display:setIcon:953]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
[18:26:57] [Client thread/INFO]: [org.lwjgl.opengl.Display:setIcon:953]: at net.minecraft.client.main.Main.main(SourceFile:124)
[18:26:57] [Client thread/INFO]: [org.lwjgl.opengl.Display:setIcon:953]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[18:26:57] [Client thread/INFO]: [org.lwjgl.opengl.Display:setIcon:953]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[18:26:57] [Client thread/INFO]: [org.lwjgl.opengl.Display:setIcon:953]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[18:26:57] [Client thread/INFO]: [org.lwjgl.opengl.Display:setIcon:953]: at java.lang.reflect.Method.invoke(Unknown Source)
[18:26:57] [Client thread/INFO]: [org.lwjgl.opengl.Display:setIcon:953]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[18:26:57] [Client thread/INFO]: [org.lwjgl.opengl.Display:setIcon:953]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[18:26:57] [Client thread/INFO]: [org.lwjgl.opengl.ContextGL:<init>:105]: LWJGLX: ready-handle context created
[18:26:57] [Client thread/INFO]: [org.lwjgl.input.GLFWInputImplementation:grabMouse:66]: Grab: false
[18:26:57] [Client thread/INFO]: [OptiFine]
[18:26:57] [Client thread/INFO]: [OptiFine] OptiFine_1.8.9_HD_U_M5
[18:26:57] [Client thread/INFO]: [OptiFine] Build: 20210124-163719
[18:26:57] [Client thread/INFO]: [OptiFine] OS: Linux (aarch64) version Android-14
[18:26:57] [Client thread/INFO]: [OptiFine] Java: 1.8.0_432-internal, Oracle Corporation
[18:26:57] [Client thread/INFO]: [OptiFine] VM: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
[18:26:57] [Client thread/INFO]: [OptiFine] LWJGL: 3.3.1 SNAPSHOT
[18:26:57] [Client thread/INFO]: [OptiFine] OpenGL: Mali-G57 MC2, version 2.1 gl4es wrapper 1.1.5, PojavLauncherTeam & ptitSeb
[18:26:57] [Client thread/INFO]: [OptiFine] OpenGL Version: 2.1.0
[18:26:57] [Client thread/INFO]: [OptiFine] OpenGL Occlussion culling: Not available (GL_ARB_occlusion_query)
[18:26:57] [Client thread/INFO]: [OptiFine] Maximum texture size: 8192x8192
[18:26:57] [VersionCheck/INFO]: [OptiFine] Checking for new version
[18:26:57] [Client thread/INFO]: [org.lwjgl.glfw.GLFW:glfwSetWindowSize:1046]: GLFW: Set size for window 524772791680, width=2400, height=1080
[18:26:57] [Client thread/INFO]: [org.lwjgl.glfw.GLFW:glfwSetWindowSize:1046]: GLFW: Set size for window 524772791680, width=2400, height=1080
[18:26:57] [Client thread/INFO]: [Shaders] OpenGL Version: 2.1 gl4es wrapper 1.1.5
[18:26:57] [Client thread/INFO]: [Shaders] Vendor: PojavLauncherTeam & ptitSeb
[18:26:57] [Client thread/INFO]: [Shaders] Renderer: Mali-G57 MC2
[18:26:57] [Client thread/INFO]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 -
[18:26:57] [Client thread/INFO]: [Shaders] GL_MAX_DRAW_BUFFERS: 8
[18:26:57] [Client thread/INFO]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
[18:26:57] [Client thread/INFO]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 16
[18:26:57] [Client thread/INFO]: [Shaders] Load shaders configuration.
[18:26:57] [Client thread/INFO]: [Shaders] Save shaders configuration.
[18:26:57] [Client thread/INFO]: [Shaders] No shaderpack loaded.
[18:26:57] [Client thread/INFO]: [OptiFine] [Shaders] Delayed loading of block mappings after resources are loaded
[18:26:57] [Client thread/INFO]: [OptiFine] [Shaders] Delayed loading of item mappings after resources are loaded
[18:26:57] [Client thread/INFO]: [OptiFine] [Shaders] Delayed loading of entity mappings after resources are loaded
[18:26:57] [Client thread/INFO]: Forge Mod Loader has detected optifine OptiFine_1.8.9_HD_U_M5, enabling compatibility features
[18:26:58] [Client thread/INFO]: MinecraftForge v11.15.1.2318 Initialized
[18:26:58] [VersionCheck/INFO]: [OptiFine] Version found: M5
[18:26:58] [Client thread/INFO]: Replaced 229 ore recipies
[18:26:58] [Client thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[18:26:58] [Client thread/INFO]: Searching /storage/emulated/0/Android/data/net.kdt.pojavlaunch.firefly/files/.minecraft/mods for mods
[18:27:00] [Client thread/WARN]: Zip file liquidbounce.jar failed to read properly, it will be ignored
java.io.FileNotFoundException: /storage/emulated/0/Android/data/net.kdt.pojavlaunch.firefly/files/.minecraft/mods/liquidbounce.jar (Permission denied)
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_432-internal]
at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_432-internal]
at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_432-internal]
at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_432-internal]
at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_432-internal]
at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:43) [JarDiscoverer.class:?]
at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:42) [ContainerType.class:?]
at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:71) [ModCandidate.class:?]
at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:134) [ModDiscoverer.class:?]
at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:363) [Loader.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:488) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:417) [ave.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329) [ave.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_432-internal]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_432-internal]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_432-internal]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_432-internal]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[18:27:00] [Client thread/INFO]: Forge Mod Loader has identified 3 mods to load
[18:27:00] [Client thread/INFO]: FML has found a non-mod file liquidbounce.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[18:27:00] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge] at CLIENT
[18:27:00] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge] at SERVER
[18:27:00] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, §bMicro§3Fault §8[§3v§b1§8].zip
[18:27:01] [Client thread/INFO]: Processing ObjectHolder annotations
[18:27:01] [Client thread/INFO]: Found 384 ObjectHolder annotations
[18:27:01] [Client thread/INFO]: Identifying ItemStackHolder annotations
[18:27:01] [Client thread/INFO]: Found 0 ItemStackHolder annotations
[18:27:01] [Client thread/INFO]: Configured a dormant chunk cache size of 0
[18:27:01] [Forge Version Check/INFO]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[18:27:01] [Client thread/INFO]: Applying holder lookups
[18:27:01] [Client thread/INFO]: Holder lookups applied
[18:27:01] [Client thread/INFO]: Injecting itemstacks
[18:27:01] [Client thread/INFO]: Itemstack injection complete
[18:27:01] [Client thread/INFO]: [OptiFine] *** Reloading textures ***
[18:27:01] [Client thread/INFO]: [OptiFine] Resource packs: §bMicro§3Fault §8[§3v§b1§8].zip
[18:27:01] [Client thread/INFO]: [tv.twitch.StandardCoreAPI:<init>:16]: If on Windows, make sure to provide all of the necessary dll's as specified in the twitchsdk README. Also, make sure to set the PATH environment variable to point to the directory containing the dll's.
[18:27:01] [Client thread/ERROR]: Couldn't initialize twitch stream
[18:27:01] [Sound Library Loader/INFO]: Starting up SoundSystem...
[18:27:01] [Thread-6/INFO]: Initializing LWJGL OpenAL
[18:27:01] [Thread-6/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[18:27:01] [Thread-6/INFO]: OpenAL initialized.
[18:27:02] [Sound Library Loader/INFO]: Sound engine started
[18:27:06] [Client thread/INFO]: [OptiFine] Multitexture: false
[18:27:06] [Client thread/INFO]: [OptiFine] Multipass connected textures: false
[18:27:06] [Client thread/INFO]: [OptiFine] Multipass connected textures: false
[18:27:06] [Client thread/INFO]: [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties
[18:27:06] [Client thread/INFO]: Created: 8x8 textures-atlas
[18:27:06] [Client thread/INFO]: [OptiFine] Animated sprites: 0
[18:27:07] [Client thread/INFO]: Injecting itemstacks
[18:27:07] [Client thread/INFO]: Itemstack injection complete
[18:27:08] [Client thread/INFO]: Forge Mod Loader has successfully loaded 3 mods
[18:27:08] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, §bMicro§3Fault §8[§3v§b1§8].zip
[18:27:08] [Client thread/INFO]: [OptiFine] *** Reloading textures ***
[18:27:08] [Client thread/INFO]: [OptiFine] Resource packs: §bMicro§3Fault §8[§3v§b1§8].zip
[18:27:08] [Client thread/INFO]: SoundSystem shutting down...
[18:27:08] [Client thread/ERROR]: Error in class 'SoundSystem'
[18:27:08] [Client thread/ERROR]: Problem during Library.cleanup()!
[18:27:08] [Client thread/INFO]: Ignoring errors... continuing clean-up.
[18:27:08] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
[18:27:08] [Sound Library Loader/INFO]: Starting up SoundSystem...
[18:27:08] [Thread-8/INFO]: Initializing LWJGL OpenAL
[18:27:08] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[18:27:08] [Thread-8/INFO]: OpenAL initialized.
[18:27:08] [Sound Library Loader/INFO]: Sound engine started
[18:27:10] [Client thread/INFO]: [OptiFine] Multitexture: false
[18:27:10] [Client thread/INFO]: [OptiFine] Multipass connected textures: false
[18:27:10] [Client thread/INFO]: [OptiFine] Multipass connected textures: false
[18:27:10] [Client thread/INFO]: [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties
[18:27:10] [Client thread/INFO]: [OptiFine] Custom loader sprites: 1
[18:27:10] [Client thread/INFO]: [OptiFine] Custom loader sprites (skipped): 1
[18:27:10] [Client thread/INFO]: Created: 512x512 textures-atlas
[18:27:10] [Client thread/INFO]: [OptiFine] Animated sprites: 12
[18:27:11] [Client thread/WARN]: Failed to load shader: minecraft:shaders/post/entity_outline.json
net.minecraft.client.util.JsonException: Invalid shaders/program/entity_sobel.fsh: Couldn't compile fragment program: 0:65: L0002: No matching function for call to 'texture2D'
0:71: L0002: No matching function for call to 'texture2D'
0:77: L0002: No matching function for call to 'texture2D'
0:83: L0002: No matching function for call to 'texture2D'
0:89: L0002: No matching function for call to 'texture2D'
at net.minecraft.client.shader.ShaderLoader.func_148057_a(SourceFile:67) ~[blt.class:?]
at net.minecraft.client.shader.ShaderManager.<init>(SourceFile:133) ~[blq.class:?]
at net.minecraft.client.shader.Shader.<init>(SourceFile:29) ~[bls.class:?]
at net.minecraft.client.shader.ShaderGroup.func_148023_a(SourceFile:268) ~[blr.class:?]
at net.minecraft.client.shader.ShaderGroup.func_152764_a(SourceFile:138) ~[blr.class:?]
at net.minecraft.client.shader.ShaderGroup.func_152765_a(SourceFile:86) ~[blr.class:?]
at net.minecraft.client.shader.ShaderGroup.<init>(SourceFile:52) ~[blr.class:?]
at net.minecraft.client.renderer.RenderGlobal.func_174966_b(RenderGlobal.java:315) [bfr.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:528) [ave.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329) [ave.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_432-internal]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_432-internal]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_432-internal]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_432-internal]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[18:27:11] [Client thread/INFO]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
[18:27:11] [Client thread/INFO]: [OptiFine] *** Reloading custom textures ***
[18:27:12] [Client thread/INFO]: [OptiFine] Enable face culling: acacia_leaves, birch_leaves, dark_oak_leaves, jungle_leaves, oak_leaves, spruce_leaves
[18:27:22] [Client thread/INFO]: Stopping!
[18:27:22] [Client thread/INFO]: SoundSystem shutting down...
[18:27:22] [Client thread/ERROR]: Error in class 'SoundSystem'
[18:27:22] [Client thread/ERROR]: Problem during Library.cleanup()!
[18:27:22] [Client thread/INFO]: Ignoring errors... continuing clean-up.
[18:27:22] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
what does exit code 1 mean?
log code:
Loading minecraft version manifest...Downloading recommended mod LiquidBounceDownloading recommended mod MemoryFixDownloading recommended mod EssentialModDownloading recommended mod ViaForgeDownloading recommended mod OptiFineLoading version profile...Downloading inherited version 1.8.9...Launching 8020de58767d4b5bca074c6bce946b17a25d625e...Setting up...Determined OS to be windows 10.0.19045Checking for JRE...Java Path: "C:\Users\rayane\AppData\Roaming\CCBlueX\LiquidLauncher\data\runtimes\temurin_8\jdk8u422-b05-jre\bin\javaw.exe"Client JAR local hash: 3870888a6c3d349d3771a3e9d16c9bf5e076b908, remote: 3870888a6c3d349d3771a3e9d16c9bf5e076b908Checking libraries...Library net.minecraftforge:forge:1.8.9-11.15.1.1722 already exists and SHA1 matches.Library net.minecraft:launchwrapper:1.12 already exists and SHA1 matches.Library jline:jline:2.13 already exists and SHA1 matches.Library com.typesafe.akka:akka-actor_2.11:2.3.3 already exists and SHA1 matches.Library io.netty:netty-all:4.0.23.Final already exists and SHA1 matches.Library com.typesafe:config:1.2.1 already exists and SHA1 matches.Library org.scala-lang:scala-actors-migration_2.11:1.1.0 already exists and SHA1 matches.Library org.ow2.asm:asm-all:5.0.3 already exists and SHA1 matches.Library org.scala-lang:scala-compiler:2.11.1 already exists and SHA1 matches.Library org.scala-lang.plugins:scala-continuations-library_2.11:1.0.2 already exists and SHA1 matches.Library org.scala-lang.plugins:scala-continuations-plugin_2.11.1:1.0.2 already exists and SHA1 matches.Fetching SHA1 of library org.scala-lang:scala-parser-combinators_2.11:1.0.1Fetching SHA1 of library org.scala-lang:scala-swing_2.11:1.0.1Fetching SHA1 of library org.scala-lang:scala-xml_2.11:1.0.2Library org.scala-lang:scala-library:2.11.1 already exists and SHA1 matches.Library org.scala-lang:scala-reflect:2.11.1 already exists and SHA1 matches.Library lzma:lzma:0.0.1 already exists and SHA1 matches.Library net.sf.jopt-simple:jopt-simple:4.6 already exists and SHA1 matches.Library java3d:vecmath:1.5.2 already exists and SHA1 matches.Library net.sf.trove4j:trove4j:3.0.3 already exists and SHA1 matches.Library com.mojang:netty:1.8.8 already exists and SHA1 matches.Library oshi-project:oshi-core:1.1 already exists and SHA1 matches.Library net.java.dev.jna:jna:3.4.0 already exists and SHA1 matches.Library com.ibm.icu:icu4j-core-mojang:51.2 already exists and SHA1 matches.Library com.paulscode:codecjorbis:20101023 already exists and SHA1 matches.Library net.java.dev.jna:platform:3.4.0 already exists and SHA1 matches.Library net.sf.jopt-simple:jopt-simple:4.6 already exists and SHA1 matches.Library com.paulscode:codecwav:20101023 already exists and SHA1 matches.Library com.paulscode:libraryjavasound:20101123 already exists and SHA1 matches.Library com.paulscode:soundsystem:20120107 already exists and SHA1 matches.Library io.netty:netty-all:4.0.23.Final already exists and SHA1 matches.Library com.google.guava:guava:17.0 already exists and SHA1 matches.Library com.paulscode:librarylwjglopenal:20100824 already exists and SHA1 matches.Library org.apache.commons:commons-lang3:3.3.2 already exists and SHA1 matches.Library commons-io:commons-io:2.4 already exists and SHA1 matches.Library commons-codec:commons-codec:1.9 already exists and SHA1 matches.Library net.java.jutils:jutils:1.0.0 already exists and SHA1 matches.Library com.google.code.gson:gson:2.2.4 already exists and SHA1 matches.Library com.mojang:authlib:1.5.21 already exists and SHA1 matches.Library net.java.jinput:jinput:2.0.5 already exists and SHA1 matches.Library com.mojang:realms:1.7.59 already exists and SHA1 matches.Library org.apache.commons:commons-compress:1.8.1 already exists and SHA1 matches.Library org.apache.httpcomponents:httpclient:4.3.3 already exists and SHA1 matches.Library org.apache.httpcomponents:httpcore:4.3.2 already exists and SHA1 matches.Library commons-logging:commons-logging:1.1.3 already exists and SHA1 matches.Library org.apache.logging.log4j:log4j-api:2.0-beta9 already exists and SHA1 matches.Library org.apache.logging.log4j:log4j-core:2.0-beta9 already exists and SHA1 matches.Library org.lwjgl.lwjgl:lwjgl:2.9.4-nightly-20150209 already exists and SHA1 matches.Library org.lwjgl.lwjgl:lwjgl_util:2.9.4-nightly-20150209 already exists and SHA1 matches.Library org.lwjgl.lwjgl:lwjgl-platform:2.9.4-nightly-20150209 already exists and SHA1 matches.Extracting natives...Library net.java.jinput:jinput-platform:2.0.5 already exists and SHA1 matches.Extracting natives...Library tv.twitch:twitch:6.5 already exists and SHA1 matches.Library org.scala-lang:scala-xml_2.11:1.0.2 already exists.Library org.scala-lang:scala-swing_2.11:1.0.1 already exists.Library org.scala-lang:scala-parser-combinators_2.11:1.0.1 already exists.Checking assets...Launching...Running...2024-07-20 09:10:11,567 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[09:10:12] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[09:10:12] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[09:10:12] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[09:10:12] [main/INFO]: Forge Mod Loader version 11.15.1.1722 for Minecraft 1.8.9 loading
[09:10:12] [main/INFO]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_422, running on Windows 10:amd64:10.0, installed at C:\Users\rayane\AppData\Roaming\CCBlueX\LiquidLauncher\data\runtimes\temurin_8\jdk8u422-b05-jre
[09:10:12] [main/INFO]: Loading tweaker gg.essential.loader.stage0.EssentialSetupTweaker from EssentialMod.jar
[09:10:12] [main/INFO]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from LiquidBounce.jar
[09:10:13] [main/INFO]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine.jar
[09:10:13] [main/INFO]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from ViaForge.jar
[09:10:13] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[09:10:13] [main/INFO]: Loading tweak class name gg.essential.loader.stage0.EssentialSetupTweaker
[09:10:15] [main/WARN]: Found an old version of ASM (5.0.3). This may cause issues.
[09:10:15] [main/WARN]:
[09:10:15] [main/WARN]:
[09:10:15] [main/WARN]:
[09:10:15] [main/WARN]: ==================================================================================
[09:10:15] [main/WARN]: Attempting re-launch to load the newer version instead.
[09:10:15] [main/WARN]:
[09:10:15] [main/WARN]: If AND ONLY IF you know what you are doing, have fixed the issue manually and need
[09:10:15] [main/WARN]: to suppress this behavior (did you really fix it then?), you can set the
[09:10:15] [main/WARN]: "essential.loader.relaunch" system property to false.
[09:10:15] [main/WARN]: ==================================================================================
[09:10:15] [main/WARN]:
[09:10:15] [main/WARN]:
[09:10:15] [main/WARN]:
[09:10:15] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[09:10:15] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[09:10:15] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[09:10:16] [main/INFO]: Forge Mod Loader version 11.15.1.1722 for Minecraft 1.8.9 loading
[09:10:16] [main/INFO]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_422, running on Windows 10:amd64:10.0, installed at C:\Users\rayane\AppData\Roaming\CCBlueX\LiquidLauncher\data\runtimes\temurin_8\jdk8u422-b05-jre
[09:10:16] [main/INFO]: Loading tweaker gg.essential.loader.stage0.EssentialSetupTweaker from EssentialMod.jar
[09:10:16] [main/INFO]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from LiquidBounce.jar
[09:10:16] [main/INFO]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine.jar
[09:10:16] [main/INFO]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from ViaForge.jar
[09:10:16] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[09:10:16] [main/INFO]: Loading tweak class name gg.essential.loader.stage0.EssentialSetupTweaker
[09:10:19] [main/INFO]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
2024-07-20 09:10:19,692 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2024-07-20 09:10:19,817 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[09:10:19] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/C:/Users/rayane/AppData/Roaming/CCBlueX/LiquidLauncher/data/gameDir/legacy/essential/Essential (forge_1.8.9).processed.jar Service=LaunchWrapper Env=CLIENT
[09:10:20] [main/DEBUG]: Instantiating coremod class MixinLoader
[09:10:20] [main/WARN]: The coremod net.ccbluex.liquidbounce.injection.forge.MixinLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[09:10:20] [main/INFO]: [net.ccbluex.liquidbounce.injection.forge.MixinLoader:<init>:20]: [LiquidBounce] Injecting with IFMLLoadingPlugin.
[09:10:20] [main/INFO]: Compatibility level set to JAVA_8
[09:10:20] [main/ERROR]: Mixin config liquidbounce.forge.mixins.json does not specify "minVersion" property
[09:10:20] [main/DEBUG]: Enqueued coremod MixinLoader
[09:10:20] [main/INFO]: Loading tweak class name optifine.OptiFineForgeTweaker
[09:10:20] [main/WARN]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[09:10:20] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[09:10:20] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[09:10:20] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[09:10:20] [main/INFO]: Calling tweak class optifine.OptiFineForgeTweaker
[09:10:20] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: acceptOptions
[09:10:20] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: injectIntoClassLoader
[09:10:20] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:242]: OptiFine ClassTransformer
[09:10:20] [main/INFO]: [optifine.OptiFineClassTransformer:dbg:242]: OptiFine ZIP file: C:\Users\rayane\AppData\Roaming\CCBlueX\LiquidLauncher\data\gameDir\legacy\mods\OptiFine.jar
[09:10:20] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:10:20] [main/DEBUG]: Injecting coremod FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin} class transformers
[09:10:20] [main/TRACE]: Registering transformer net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
[09:10:20] [main/TRACE]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer
[09:10:20] [main/TRACE]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[09:10:20] [main/TRACE]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[09:10:20] [main/DEBUG]: Injection complete
[09:10:20] [main/DEBUG]: Running coremod plugin for FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin}
[09:10:20] [main/DEBUG]: Running coremod plugin FMLCorePlugin
[09:10:21] [main/DEBUG]: Read 818 binary patches
[09:10:21] [main/DEBUG]: Loading deobfuscation resource /deobfuscation_data-1.8.9.lzma with 27891 records
[09:10:23] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[09:10:23] [main/ERROR]: FML appears to be missing any signature data. This is not a good thing
[09:10:23] [main/DEBUG]: Coremod plugin class FMLCorePlugin run successfully
[09:10:23] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:10:23] [main/DEBUG]: Injecting coremod FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} class transformers
[09:10:23] [main/DEBUG]: Injection complete
[09:10:23] [main/DEBUG]: Running coremod plugin for FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin}
[09:10:23] [main/DEBUG]: Running coremod plugin FMLForgePlugin
[09:10:23] [main/DEBUG]: Coremod plugin class FMLForgePlugin run successfully
[09:10:23] [main/INFO]: Calling tweak class gg.essential.loader.stage0.EssentialSetupTweaker
[09:10:23] [main/INFO]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[09:10:23] [main/INFO]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@41ec4271
[09:10:23] [main/DEBUG]: Injecting coremod MixinLoader {net.ccbluex.liquidbounce.injection.forge.MixinLoader} class transformers
[09:10:23] [main/TRACE]: Registering transformer net.ccbluex.liquidbounce.injection.transformers.ForgeNetworkTransformer
[09:10:23] [main/TRACE]: Registering transformer net.ccbluex.liquidbounce.script.remapper.injection.transformers.AbstractJavaLinkerTransformer
[09:10:23] [main/DEBUG]: Injection complete
[09:10:23] [main/DEBUG]: Running coremod plugin for MixinLoader {net.ccbluex.liquidbounce.injection.forge.MixinLoader}
[09:10:23] [main/DEBUG]: Running coremod plugin MixinLoader
[09:10:23] [main/DEBUG]: Coremod plugin class MixinLoader run successfully
[09:10:23] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[09:10:23] [main/DEBUG]: Loaded 163 rules from AccessTransformer config file forge_at.cfg
[09:10:23] [main/DEBUG]: Loaded 68 rules from AccessTransformer mod jar file C:\Users\rayane\AppData\Roaming\CCBlueX\LiquidLauncher\data\gameDir\legacy\mods\LiquidBounce.jar!META-INF/liquidbounce_at.cfg
[09:10:23] [main/DEBUG]: Validating minecraft
[09:10:24] [main/INFO]: Initializing MixinExtras via gg.essential.lib.mixinextras.service.MixinExtrasServiceImpl(version=0.3.5).
[09:10:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[09:10:25] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[09:10:25] [main/INFO]: Loading tweak class name gg.essential.asm.compat.betterfps.tweaker.BetterFpsWrappingTweaker
[09:10:25] [main/INFO]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
[09:10:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[09:10:25] [main/INFO]: Calling tweak class gg.essential.asm.compat.betterfps.tweaker.BetterFpsWrappingTweaker
[09:10:25] [main/INFO]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
[09:10:25] [main/INFO]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: getLaunchArguments
[09:10:26] [main/INFO]: Starting Essential v1.3.2.8 (#0e9765ce1e) [stable]
[09:10:31] [main/INFO]: A re-entrant transformer '$wrapper.net.ccbluex.liquidbounce.injection.transformers.ForgeNetworkTransformer' was detected and will no longer process meta class data
[09:10:32] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[09:10:33] [main/WARN]: @ModifyConstant conflict. Skipping mixins.essential.json:client.MixinMinecraft->@ModifyConstant::modify(I)I with priority 1000, already redirected by liquidbounce.forge.mixins.json:client.MixinMinecraft->@ModifyConstant::getLimitFramerate(I)I with priority 1000
[09:10:35] [main/INFO]: Mixing fixes.MixinEntityPlayerSP from mixins.viaforge-mc18.json into net.minecraft.client.entity.EntityPlayerSP
[09:10:38] [main/WARN]: @Final field field_110330_c:Lnet/minecraft/util/ResourceLocation; in liquidbounce.forge.mixins.json:gui.MixinGuiInGame should be final
[09:10:38] [main/INFO]: Mixing MixinGuiMainMenu from mixins.viaforge-mc18.json into net.minecraft.client.gui.GuiMainMenu
[09:10:39] [Client thread/INFO]: Setting user: mrgamerbro2004
[09:10:39] [Client thread/INFO]: IntegratedServer mixin successfully loaded!
[09:10:46] [Client thread/INFO]: Mixing MixinServerData from mixins.viaforge-mc18.json into net.minecraft.client.multiplayer.ServerData
[09:10:52] [Client thread/INFO]: Starting DI!
[09:10:54] [Client thread/INFO]: Waiting for Terms Of Service to be accepted before attempting connection
[09:10:59] [Client thread/INFO]: OptiFine version OptiFine_1.8.9_HD_U_M5 detected.
[09:10:59] [Client thread/INFO]: [OptiFine] *** Reflector Forge ***
[09:11:00] [Client thread/INFO]: [OptiFine] *** Reflector Vanilla ***
[09:11:00] [Client thread/INFO]: LWJGL Version: 2.9.4
[09:11:04] [Client thread/INFO]: [OptiFine]
[09:11:04] [Client thread/INFO]: [OptiFine] OptiFine_1.8.9_HD_U_M5
[09:11:04] [Client thread/INFO]: [OptiFine] Build: 20210124-163719
[09:11:04] [Client thread/INFO]: [OptiFine] OS: Windows 10 (amd64) version 10.0
[09:11:04] [Client thread/INFO]: [OptiFine] Java: 1.8.0_422, Temurin
[09:11:04] [Client thread/INFO]: [OptiFine] VM: OpenJDK 64-Bit Server VM (mixed mode), Temurin
[09:11:04] [Client thread/INFO]: [OptiFine] LWJGL: 2.9.4
[09:11:04] [Client thread/INFO]: [OptiFine] OpenGL: softpipe, version 3.3 (Compatibility Profile) Mesa 24.2.0-devel (git-57f4f8520a), Mesa
[09:11:04] [Client thread/INFO]: [OptiFine] OpenGL Version: 3.3.0
[09:11:04] [Client thread/INFO]: [OptiFine] Maximum texture size: 8192x8192
[09:11:04] [VersionCheck/INFO]: [OptiFine] Checking for new version
[09:11:05] [Client thread/INFO]: [Shaders] OpenGL Version: 3.3 (Compatibility Profile) Mesa 24.2.0-devel (git-57f4f8520a)
[09:11:05] [Client thread/INFO]: [Shaders] Vendor: Mesa
[09:11:05] [Client thread/INFO]: [Shaders] Renderer: softpipe
[09:11:05] [Client thread/INFO]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 -
[09:11:05] [Client thread/INFO]: [Shaders] GL_MAX_DRAW_BUFFERS: 8
[09:11:05] [Client thread/INFO]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
[09:11:05] [Client thread/INFO]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32
[09:11:05] [Client thread/INFO]: [Shaders] Load shaders configuration.
[09:11:05] [Client thread/INFO]: [Shaders] Save shaders configuration.
[09:11:05] [Client thread/INFO]: [Shaders] No shaderpack loaded.
[09:11:05] [VersionCheck/INFO]: [OptiFine] Version found: M5
[09:11:05] [Client thread/INFO]: [OptiFine] [Shaders] Delayed loading of block mappings after resources are loaded
[09:11:05] [Client thread/INFO]: [OptiFine] [Shaders] Delayed loading of item mappings after resources are loaded
[09:11:05] [Client thread/INFO]: [OptiFine] [Shaders] Delayed loading of entity mappings after resources are loaded
[09:11:05] [Client thread/WARN]: =============================================================
[09:11:05] [Client thread/WARN]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
[09:11:05] [Client thread/WARN]: Offendor: com/sun/jna/Native.main([Ljava/lang/String;)V
[09:11:05] [Client thread/WARN]: Use FMLCommonHandler.exitJava instead
[09:11:05] [Client thread/WARN]: =============================================================
[09:11:07] [Client thread/INFO]: Forge Mod Loader has detected optifine OptiFine_1.8.9_HD_U_M5, enabling compatibility features
[09:11:07] [Client thread/INFO]: Mixing MixinNetworkManager from mixins.viaforge-mc18.json into net.minecraft.network.NetworkManager
[09:11:07] [Client thread/INFO]: [net.minecraftforge.fml.client.SplashProgress:start:246]: ---- Minecraft Crash Report ----
WARNING: coremods are present:
MixinLoader (LiquidBounce.jar)
FMLLoadingPlugin (MemoryFix.jar)
Contact their authors BEFORE contacting forge
// Why did you do that?
Time: 7/20/24 9:11 AM
Description: Loading screen debug info
This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
A detailed walkthrough of the error, its code path and all known details is as follows:-- System Details --
Details:
Minecraft Version: 1.8.9
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_422, Temurin
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Temurin
Memory: 817277744 bytes (779 MB) / 1241513984 bytes (1184 MB) up to 3456106496 bytes (3296 MB)
JVM Flags: 7 total; -Xmx3267M -XX: UnlockExperimentalVMOptions -XX: UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
Loaded coremods (and transformers):
MixinLoader (LiquidBounce.jar)
net.ccbluex.liquidbounce.injection.transformers.ForgeNetworkTransformer
net.ccbluex.liquidbounce.script.remapper.injection.transformers.AbstractJavaLinkerTransformer
FMLLoadingPlugin (MemoryFix.jar)
io.prplz.memoryfix.ClassTransformer
GL info: ' Vendor: 'Mesa' Version: '3.3 (Compatibility Profile) Mesa 24.2.0-devel (git-57f4f8520a)' Renderer: 'softpipe'
[09:11:13] [Client thread/INFO]: MinecraftForge v11.15.1.1722 Initialized
[09:11:14] [Client thread/INFO]: Replaced 204 ore recipies
An error occourd:
Process exited with non-zero exit code: 1.
I need help getting stuff from the hypixel bazaar api to use in my script, i have no idea what I am doing with java just a little bit of javascript.
When I try to get chat gpt or any ai to get stuff from api it just returns a null pointer array thing. I just need to get data into my code if anyone could help that would be great! Thanks!
-
-
-
General Discussion
A place to talk about anything related to LiquidBounce
-
Suggestions
Think something is missing? Let us know!
-
Bug Reports
Found a bug? Report it here!
-
Chinese
A place for our Chinese community
-
Off-Topic
Talk about anything you like (as long as you follow the rules)!