Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • failed to synchronize registry data from server closing connection. [1.16.4][Server][Modded]
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 0
Veo

failed to synchronize registry data from server closing connection. [1.16.4][Server][Modded]

By Veo, January 10 in Support & Bug Reports

  • Reply to this topic
  • Start new topic

Recommended Posts

Veo    0

Veo

Veo    0

  • Tree Puncher
  • Veo
  • Members
  • 0
  • 7 posts
Posted January 10

Hey, I'm trying to host a modded forge server for me and my friends. We made a custom Modpack per CursedForge.

Everything worked fine until I changed some mods, but nothing I've tried so far helped. Everytime I try to join the server I get the "Failed to synchronize registry data from server closing connection."
 The Server gives me: " [Server thread/INFO] [minecraft/ServerLoginNetHandler]: com.mojang.authlib.GameProfile@34a0dd79[id=17de6071-8fd1-4a9a-bb33-b85e27244f29,name=VeoSpielt,properties={textures=[com.mojang.authlib.properties.Property@26b7a6fb]},legacy=false] (/25.100.177.16:53183) lost connection: Disconnected".

server logs:
latest server log

debug.log
 

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7696

diesieben07

diesieben07    7696

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7696
  • 56376 posts
Posted January 10

You need to post the debug.log from client as well.

  • Quote

Share this post


Link to post
Share on other sites

Veo    0

Veo

Veo    0

  • Tree Puncher
  • Veo
  • Members
  • 0
  • 7 posts
Posted January 10
57 minutes ago, diesieben07 said:

You need to post the debug.log from client as well.

oh mb

client log:
latest.log

that's the only log I found here:  

image.png

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7696

diesieben07

diesieben07    7696

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7696
  • 56376 posts
Posted January 10

The log does not match up with the server log.

The server log shows a login attempt at [10Jan2021 15:03:52.014] . The client log only starts at [16:11:24] (so even different time zones cannot account for this).

The client log also does not show any attempts to connect to any server.

  • Quote

Share this post


Link to post
Share on other sites

Veo    0

Veo

Veo    0

  • Tree Puncher
  • Veo
  • Members
  • 0
  • 7 posts
Posted January 10
1 hour ago, diesieben07 said:

The log does not match up with the server log.

The server log shows a login attempt at [10Jan2021 15:03:52.014] . The client log only starts at [16:11:24] (so even different time zones cannot account for this).

The client log also does not show any attempts to connect to any server.

damn it, sorry. 

server-log

server-debug

client-log

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7696

diesieben07

diesieben07    7696

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7696
  • 56376 posts
Posted January 10
Quote

[18:05:03] [Netty Client IO #2/INFO]: Server has additional mods that may be needed on the client: bookshelf@9.3.18, fastleafdecay@v25, dash@1.0.1
[18:05:03] [Netty Client IO #2/INFO]: Client has mods that are missing on server: [clienttweaks, repurposed_structures, mousetweaks, jei, gravestone, ftbguilibrary, jeienchantmentinfo]

From these bookshelf and dash are actually required to be installed on the client. fastleafdecay is most likely a server-only mod.

repurposed_structures and gravesteone are most likely required on the server if you want them to function.

  • Thanks 1
  • Quote

Share this post


Link to post
Share on other sites

Veo    0

Veo

Veo    0

  • Tree Puncher
  • Veo
  • Members
  • 0
  • 7 posts
Posted January 10

Thanks allot, now everything works!
and I learned something too.

  • Quote

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

    • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 0
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • NovaMachina
      [1.16] Block texture resonds to sky light not block light

      By NovaMachina · Posted 1 hour ago

      Great point. Should have seen that. Would I just pass that into the IVertexBuilder#lightmap function?
    • Draco18s
      [1.16] Block texture resonds to sky light not block light

      By Draco18s · Posted 1 hour ago

      I wonder what combinedLight is. https://github.com/NovaMachina-Mods/ExNihiloSequentia/blob/1.16/src/main/java/novamachina/exnihilosequentia/client/render/SieveRender.java#L34
    • NovaMachina
      [1.16] Block texture resonds to sky light not block light

      By NovaMachina · Posted 1 hour ago

      I received a bug report where the texture of a block is only responding to the sky light, but not any block lights (such as torches). Here is the link to the renderer that I believe to be the culprit. Any suggestions? https://github.com/NovaMachina-Mods/ExNihiloSequentia/blob/1.16/src/main/java/novamachina/exnihilosequentia/client/render/SieveRender.java Here is an image that shows the issue: https://repo.jacob-williams.me/repository/raw/exnihilosequentia/issues/images/Lighting%20Bug.png
    • brok4d
      OBJ MODELS

      By brok4d · Posted 3 hours ago

      Hello, this mod is the source, you have to get boredhttps://gitlab.com/Lycanite/LycanitesMobs
    • JayNeedsHelp
      Logger not working

      By JayNeedsHelp · Posted 3 hours ago

      So I'm currently creating a forge mod and I'm having an issue where the console stops logging after some errors. It seems to be connected to the access transformers that I'm using as before I added at's my console was working fine.   Here is my at file:  public-f net.minecraft.client.Minecraft session public net.minecraft.client.Minecraft timer public net.minecraft.client.gui.GuiScreen buttonList public net.minecraft.util.Timer tickLength public net.minecraft.network.play.client.CPacketPlayer onGround public net.minecraft.network.play.server.SPacketEntityVelocity motionX public net.minecraft.network.play.server.SPacketEntityVelocity motionY public net.minecraft.network.play.server.SPacketEntityVelocity motionZ public net.minecraft.network.play.server.SPacketExplosion motionX public net.minecraft.network.play.server.SPacketExplosion motionY public net.minecraft.network.play.server.SPacketExplosion motionZ public net.minecraft.client.renderer.entity.RenderManager renderPosX public net.minecraft.client.renderer.entity.RenderManager renderPosY public net.minecraft.client.renderer.entity.RenderManager renderPosZ   Any help is greatly appreciated thank you!
  • Topics

    • NovaMachina
      2
      [1.16] Block texture resonds to sky light not block light

      By NovaMachina
      Started 1 hour ago

    • Milk_Shak3s
      1
      OBJ MODELS

      By Milk_Shak3s
      Started 19 hours ago

    • JayNeedsHelp
      0
      Logger not working

      By JayNeedsHelp
      Started 3 hours ago

    • cadbane86140
      0
      Minecraft: Hunger Games Game #36- Shear FIGHT!

      By cadbane86140
      Started 5 hours ago

    • Sad Whale
      6
      Game crashes whenever I try to increase the RAM

      By Sad Whale
      Started 6 hours ago

  • Who's Online (See full list)

    • EclipseNation
    • sarkozi
    • brok4d
    • alpxca07
    • Sad Whale
    • Sqsuensay
    • DrCowiber
    • bananaman2xx
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • failed to synchronize registry data from server closing connection. [1.16.4][Server][Modded]
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community