Posted February 9, 20205 yr I am using the latest version of forge for 1.14.4(28.2.0) on both the server and the client. The first time I enter the world I don't get this error, as soon as I go out and try to reconnect, this happens. How can I solve it? My github for the code is this: https://github.com/Edivad99/DimStorage Edited February 9, 20205 yr by Edivad99 public ip visible
February 9, 20205 yr Please post the full log About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
February 10, 20205 yr Author This is the part where something happens, the rest is minecraft and forge standart stuff
February 10, 20205 yr Author Here are the new logs: Client: https://pastebin.com/VRMd30Hx Server: https://pastebin.com/Je0N3scA
February 10, 20205 yr Author Could it be a bug regarding mod config? Although it seems strange to me because I followed the mcjty tutorial.
February 17, 20205 yr On 2/11/2020 at 5:43 AM, Edivad99 said: Could it be a bug regarding mod config? Although it seems strange to me because I followed the mcjty tutorial. Probably not, but McJty’s tutorial isn’t the best - It uses a hack to load the config before it should be loaded + doesn’t bake config values. You can see my tutorial here. I think McJty fixed his tutorial but you followed the outdated one. About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
February 17, 20205 yr On 2/12/2020 at 7:02 PM, Edivad99 said: [09Feb2020 11:07:25.090] [Netty Epoll Server IO #3/ERROR] [net.minecraft.network.NettyPacketEncoder/]: java.lang.StackOverflowError [09Feb2020 11:07:25.114] [Server thread/INFO] [net.minecraft.network.play.ServerPlayNetHandler/]: diamn05 lost connection: Internal Exception: io.netty.handler.codec.EncoderException: java.lang.StackOverflowError This appears to be your error. Please post the debug logs from both client and server. About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
February 17, 20205 yr Author 10 hours ago, Cadiboo said: This appears to be your error. Please post the debug logs from both client and server. I know it's my mistake ..., if I remove the mod it doesn't happen;) Anyway the server returns this, no errors appear where the ID of my mod is written. As I said before, I enter a server world, I place my block, I leave the server, I return to it and I get this error. This happens even if I place the block, go to the Nether and return to the overworld and crash again. Server : https://pastebin.com/upQ3B3jh The client message is the same as I had put above https://pastebin.com/VRMd30Hx
February 17, 20205 yr Author You would do me a great favor if you tried it yourself to test the mod and understand where I'm wrong. I can't find anything. What I know is that it only happens when I play on a server, if I am in singleplayer this does not happen https://www.curseforge.com/minecraft/mc-mods/dimstorage/files
February 17, 20205 yr Author On eclipse or IntelliJ start the client first and then the server and try to see what I say
February 17, 20205 yr Author Ok I misunderstood the message, so you have no problem if you connect to the server, then go out and come back? Have you placed DimChest?
February 17, 20205 yr Author 5 minutes ago, diesieben07 said: This is your bug. This first writes the frequency to "tag". Then it puts "tag" into itself under the key "Frequency". This creates an infinite loop (to write "tag" you must write "Frequency", which needs to write "tag", which needs to write "Frequency", etc.). So do you advise me to write like this? tag.put ("Frequency", frequency.writeToNBT (new CompoundNBT ()));
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.