-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crash on playing hypixel bedwars with the mods stuff on #114
Comments
Could you please attach the full crash log (f.e. uploaded to https://mclo.gs)? And are you using Hypixel's nick feature by any chance? |
mclo.gs/knqfQgO (no crash report was made) |
and what is the nick fature? |
It's a feature mainly for content creators to nick themselves (to not get targeted) |
i dont use the nick feature |
I figured and unfortunately I have no idea what caused this error. |
im cheking the codee for |
theres also deprecated arrays all over the dpendecias part of the quilt.mod.json
|
but i doud thats causing the bug |
This is caused by the qsl modules (embedded in the mod, will be left out in the future) being old and still using this now deprecated format |
and it seems like hypixels sending bad packets
|
it always does that, the only thing you can do about that is ignore the logspam it causes |
hypixel i dont use badlion!
why does hypixel always clutter my logs with stuff for badlion |
They seem to offer integration with one of badlion's modules and this is how it looks if you don't use it |
it turns out theres a mod to dissable hypixel badlion logspam |
what is |
it's minecraft's game jar, the "transformed-mod-" part is made by quilt loader and its TransformCache (for allowing a little faster startups etc) |
why does quilt care so much about |
Quilt doesn't at all, it just appears in the stacktrace since it wraps the game |
You can definitely work around this possible bug by disabling hardcore hearts in the bedwars module, I'm not sure why this error happened in the first place. |
i wish i could get a backtrace |
i cant even find |
Line 41 in 837fecc
(it has a lombok gettter attached to it from the |
im not great at using java BTW so im mainly debuging this as a learning exersise |
Lines 100 to 114 in 837fecc
The inherent flaw likely is somewhere in here since the self player isn't set in both instances |
useing not enoth crashes when this crashes somehow makes the mc screen go to the dirt backround without saying (back to playing" |
now "io.github.axolotlclient.modules.hypixel.bedwars.BedwarsPlayer.getStats()" is cuasing th breaking log |
porlby due to my changed config |
if u want to isolate variables dont hire me |
java Cannot invoke "io.github.axolotlclient.modules.hypixel.bedwars.BedwarsPlayer.getStats()" because "this.me" is null |
it seems like
io.github.axolotlclient.modules.hypixel.bedwars.BedwarsGame.getSelf()
returns nulllog
mods
The text was updated successfully, but these errors were encountered: