OxideWaveLength / Minecraft-Hack-BaseClient

This is a Minecraft Base Client
MIT License
314 stars 48 forks source link

bug - AL lib: (EE) alc_cleanup: 1 device not closed #100

Open VVSNi opened 2 years ago

VVSNi commented 2 years ago

when i run client, minecraft crashes with this error :

https://cdn.discordapp.com/attachments/847555678251515944/946003007412269106/unknown.png

pls help

OxideWaveLength commented 2 years ago

Upload the full crash log (stripping out potentially sensitive information such as session token or unwanted mentions of your username). This should also not have the bug flag as it's not a problem within the client itself but with your configuration instead

VVSNi commented 2 years ago

https://pastebin.com/P3sitj9U

OxideWaveLength commented 2 years ago

This issue seems to be related to inheritance; please, try switching to Java 8. The change should be applied inside of your IDE.

VVSNi commented 2 years ago

where can i download java 8?

OxideWaveLength commented 2 years ago

https://www.oracle.com/it/java/technologies/javase/javase8-archive-downloads.html

OxideWaveLength commented 2 years ago

Is this resolved?