RER may be unable to place players in worlds in some scenarios
Opened this issue · 5 comments
Sunconure11 commented
theorbtwo commented
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: ***@***.***>
Sunconure11 commented
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.
clarfonthey commented
Is there a workaround for getting this to work in the meantime? Thanks for making the mod ❤️
ThinkWithPbody commented
I think I'm having the same problem, cannot join server with rer installed.