OxideWaveLength / Minecraft-Hack-BaseClient

This is a Minecraft Base Client
MIT License
310 stars 47 forks source link

[BUG] Client crashes on launch #91

Closed PixGuy closed 2 years ago

PixGuy commented 2 years ago

Describe the bug The client was working fine last week, When I tried to run it today, It crashed...

To Reproduce Run the client (The client crashes in both Eclipse and IntelliJ)

Expected behavior The client to open

Screenshots https://media.discordapp.net/attachments/890657652223393812/891790735836328026/unknown.png

Stack Trace Stacktrace: at net.minecraft.client.Minecraft.run(Minecraft.java:438) at net.minecraft.client.main.Main.main(Main.java:108) at Start.main(Start.java:7)

-- System Details -- Details: Minecraft Version: 1.8.8 Operating System: Windows 10 (amd64) version 10.0 CPU: Java Version: 15.0.2, Oracle Corporation Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 964968432 bytes (920 MB) / 1073741824 bytes (1024 MB) up to 1073741824 bytes (1024 MB) JVM Flags: 3 total; -Xmx1024M -Xms1024M -XX:+ShowCodeDetailsInExceptionMessages IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 Launched Version: mcp LWJGL: 2.9.4 OpenGL: ERROR RuntimeException: No OpenGL context found in the current thread. GL Caps: Using VBOs: No Is Modded: Very likely; Jar signature invalidated Type: Client (map_client.txt) Resource Packs: Current Language: ERROR NullPointerException: Cannot invoke "net.minecraft.client.resources.LanguageManager.getCurrentLanguage()" because "this.this$0.mcLanguageManager" is null Profiler Position: N/A (disabled) CPU:

@!@# Game crashed! Crash report saved to: #@!@# G:\Downloads Folder\7 4 2021\CrackByPaolloV\mcp918\jars.\crash-reports\crash-2021-09-26_17.54.10-client.txt

[17:54:11] [Client Shutdown Thread/INFO]: Stopping server

Versions:

josephworks commented 2 years ago

Please send full log file

PixGuy commented 2 years ago

Please send full log file

---- Minecraft Crash Report ---- // There are four lights!

Time: 26/09/2021 19:58 Description: Initializing game

java.lang.NullPointerException: Cannot invoke "net.minecraft.client.multiplayer.PlayerControllerMP.getGameType()" because "this.mc.playerController" is null at me.wavelength.baseclient.module.modules.exploit.CreativeMode.onDisable(CreativeMode.java:52) at me.wavelength.baseclient.module.Module.setToggled(Module.java:169) at me.wavelength.baseclient.module.modules.exploit.CreativeMode.setup(CreativeMode.java:41) at me.wavelength.baseclient.module.Module.initializeModule(Module.java:71) at me.wavelength.baseclient.module.Module.(Module.java:38) at me.wavelength.baseclient.module.modules.exploit.CreativeMode.(CreativeMode.java:35) at me.wavelength.baseclient.module.ModuleManager.registerModules(ModuleManager.java:74) at me.wavelength.baseclient.module.ModuleManager.(ModuleManager.java:45) at me.wavelength.baseclient.BaseClient.initialize(BaseClient.java:104) at net.minecraft.client.Minecraft.createDisplay(Minecraft.java:621) at net.minecraft.client.Minecraft.startGame(Minecraft.java:500) at net.minecraft.client.Minecraft.run(Minecraft.java:438) at net.minecraft.client.main.Main.main(Main.java:108) at Start.main(Start.java:7)

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

-- Head -- Stacktrace: at me.wavelength.baseclient.module.modules.exploit.CreativeMode.onDisable(CreativeMode.java:52) at me.wavelength.baseclient.module.Module.setToggled(Module.java:169) at me.wavelength.baseclient.module.modules.exploit.CreativeMode.setup(CreativeMode.java:41) at me.wavelength.baseclient.module.Module.initializeModule(Module.java:71) at me.wavelength.baseclient.module.Module.(Module.java:38) at me.wavelength.baseclient.module.modules.exploit.CreativeMode.(CreativeMode.java:35) at me.wavelength.baseclient.module.ModuleManager.registerModules(ModuleManager.java:74) at me.wavelength.baseclient.module.ModuleManager.(ModuleManager.java:45) at me.wavelength.baseclient.BaseClient.initialize(BaseClient.java:104) at net.minecraft.client.Minecraft.createDisplay(Minecraft.java:621) at net.minecraft.client.Minecraft.startGame(Minecraft.java:500)

-- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.run(Minecraft.java:438) at net.minecraft.client.main.Main.main(Main.java:108) at Start.main(Start.java:7)

-- System Details -- Details: Minecraft Version: 1.8.8 Operating System: Windows 10 (amd64) version 10.0 CPU: Java Version: 15.0.2, Oracle Corporation Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 965058032 bytes (920 MB) / 1073741824 bytes (1024 MB) up to 1073741824 bytes (1024 MB) JVM Flags: 3 total; -Xmx1024M -Xms1024M -XX:+ShowCodeDetailsInExceptionMessages IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 Launched Version: mcp LWJGL: 2.9.4 OpenGL: ERROR RuntimeException: No OpenGL context found in the current thread. GL Caps: Using VBOs: No Is Modded: Very likely; Jar signature invalidated Type: Client (map_client.txt) Resource Packs: Current Language: ERROR NullPointerException: Cannot invoke "net.minecraft.client.resources.LanguageManager.getCurrentLanguage()" because "this.this$0.mcLanguageManager" is null Profiler Position: N/A (disabled) CPU:

PixGuy commented 2 years ago

Please send full log file

so, what is my problem?

josephworks commented 2 years ago

share this file me.wavelength.baseclient.module.modules.exploit.CreativeMode

PixGuy commented 2 years ago

share this file me.wavelength.baseclient.module.modules.exploit.CreativeMode

Oh, So that was the problem...Thanks for pointing that out, Turns out I did an oopsie which would loop a specific command crashing your game :P thanks! I thought my client was gone