MoonflowerTeam / pollen

⚙️ Library for all Moonflower mods. Adds bridges for Fabric and Forge using Architectury along with utilities such as our Pinwheel bedrock animation API.
https://www.curseforge.com/minecraft/mc-mods/pollen
Other
32 stars 19 forks source link

[Server bug] Error logs in console on player join #38

Closed itsdinkd closed 2 years ago

itsdinkd commented 2 years ago

What version are you seeing the problem on?

1.18.2

Describe the issue

1. Start Server
2. Player Joins
3. See console

latest.log

https://gist.github.com/itsdinkd/b99260c1747505f32460b03f36ce6744

log was too big
jacksonhardaway commented 2 years ago

Make sure the player trying to join has Pollen, it seems like they don't have it installed.

itsdinkd commented 2 years ago

Everyone joining is making this error occur. They all have pollen as it's in the client modpack that was just released along with other mods they would need to have otherwise they wouldn't be able to join due to registrey missing

On Thu, May 12, 2022, 8:51 PM jackson @.***> wrote:

Make sure the player trying to join has Pollen, it seems like they don't have it installed.

— Reply to this email directly, view it on GitHub https://github.com/MoonflowerTeam/pollen/issues/38#issuecomment-1125630530, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIL5CKFHGLHOCKM5HPINDS3VJXGTFANCNFSM5V2DJA7Q . You are receiving this because you authored the thread.Message ID: @.***>

itsdinkd commented 2 years ago

Registry*

On Thu, May 12, 2022, 10:28 PM C J @.***> wrote:

Everyone joining is making this error occur. They all have pollen as it's in the client modpack that was just released along with other mods they would need to have otherwise they wouldn't be able to join due to registrey missing

On Thu, May 12, 2022, 8:51 PM jackson @.***> wrote:

Make sure the player trying to join has Pollen, it seems like they don't have it installed.

— Reply to this email directly, view it on GitHub https://github.com/MoonflowerTeam/pollen/issues/38#issuecomment-1125630530, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIL5CKFHGLHOCKM5HPINDS3VJXGTFANCNFSM5V2DJA7Q . You are receiving this because you authored the thread.Message ID: @.***>

jacksonhardaway commented 2 years ago

The Pollen login packet comes before the registry sync afaik, so they would be kicked because of this issue first. The only person causing this error is "jurassicking". Double check they ACTUALLY have Pollen loaded

itsdinkd commented 2 years ago

I am not talking about pollen having a registry. I am talking about the other mods that I have added into the update I released with pollen. If pollen did not exist in the modpack when they joined the server, that would mean they do not have the other mods that do have a registry, and would be unable to join.

Not sure why I have to argue about this, there are other people that have joined since that produce the same error.

On Thu, May 12, 2022, 10:39 PM C J @.***> wrote:

I am not talking about pollen having a registry. I am talking about the other mods that I have added into the update I released with pollen. If pollen did not exist in the modpack when they joined the server, that would mean they do not have the other mods that do have a registry, and would be unable to join.

On Thu, May 12, 2022, 10:32 PM jackson @.***> wrote:

That's not how that works, Pollen does not have a registry. The only person causing this error is "jurassicking". Double check they ACTUALLY have Pollen loaded

— Reply to this email directly, view it on GitHub https://github.com/MoonflowerTeam/pollen/issues/38#issuecomment-1125672332, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIL5CKCICBMQ2ZTGB6JPBJDVJXSP7ANCNFSM5V2DJA7Q . You are receiving this because you authored the thread.Message ID: @.***>

itsdinkd commented 2 years ago

You're right, I am wrong, they are people who have not updated the modpack and have attempted to join. finally had a chance to come home and fully dig into the logs