-
Notifications
You must be signed in to change notification settings - Fork 22
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
RER may be unable to place players in worlds in some scenarios #51
Comments
The log is extremely long and the error message from minecraft is
misleading. The relevant part seems to be:
1. : String too big (was 34278 bytes encoded, max 32767)
2. at Not Enough Crashes deobfuscated stack trace.(1.18.1+build.22)
~[?:?]
3. at
net.minecraft.network.PacketByteBuf.writeString(PacketByteBuf:1587) ~[?:?]
4. at net.minecraft.network.PacketByteBuf.writeString(PacketByteBuf:513)
~[?:?]
5. at
uk.me.desert_island.rer.RoughlyEnoughResources.writeJsonPrimitive(RoughlyEnoughResources.java:142)
~[rer-2.4.0.jar:?]
6.
That is to say, RER cannot deal with a loot json file being over 32k. This
seems exceedingly large to me, so unless there is an actual reason to have
such a huge loot table, it probably makes more sense to give a warning
message and skip the file then to actually support it. What modpack is
this?
…On Thu, 10 Feb 2022, 21:01 Anonymous, ***@***.***> wrote:
https://pastebin.com/aF6N6Bnp
—
Reply to this email directly, view it on GitHub
<#51>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAX44MOK4GWDTT7XKXXR43U2QRSBANCNFSM5OCA7UBQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
This is something I've been toying with. It is not out for public use yet, and will likely undergo a bunch of changes as I configure everything. |
Is there a workaround for getting this to work in the meantime? Thanks for making the mod ❤️ |
I think I'm having the same problem, cannot join server with rer installed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://pastebin.com/aF6N6Bnp
The text was updated successfully, but these errors were encountered: