Streaming jar in
Hey! so my minecraft mod has a loader as its a private mod. it recieves the b64 buffer of the jar file, then starts loading the classes. the thing is though it has errors for the minecraft classes, like:
Caused by: java.lang.ClassNotFoundException: net.minecraft.class_2382
Any help would be appreciated!
18 Replies
⌛
This post has been reserved for your question.
Hey @cvs0! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
thats where we get the classes from the jar, and here is the custom class loader.
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.
need help
stacktrace of the error?
do you have any context around the code? some github repo i can look at?
hard to diagnose what exactly is wrong without proper context
Its closed source, but it pretty much recieves the buffer of a jar, then just passes the bytes to that load method.
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.
hey
you could try logging
classes
and name
in findClass
and ask yourself where the net.minecraft.class_2382
is supposed to be, what requires it and why
you can still provide a minima reproducerits a library that the jar references, so i dont think its bundled with it.
and where is that class located?
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.
Well i mean thats just an internal minecraft class. we should be ignoring those when defining the classes i think
?
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.