Giter Site home page Giter Site logo

Comments (21)

tommy10622 avatar tommy10622 commented on August 19, 2024 1

im only using a small modpack filled with just quality of life mods if u need me to list them all just let me know, this error occurs on the first log in on a brand new world

from cagedmobs.

Corgam avatar Corgam commented on August 19, 2024 1

Hey, just checking if it's already possible to get the updated mod?
I'd like to include it on the server that we play on, but it doesn't mix well with the current mods that we're using.
Don't want to start it until I get this mod running as well, since it looks really good and fun to play with!

Please check the 1.2.6 version, the problem should be fixed.

from cagedmobs.

Corgam avatar Corgam commented on August 19, 2024

Thanks for information, which mods are you using? And did you already place a cage in the world or was it your first log in?

from cagedmobs.

Corgam avatar Corgam commented on August 19, 2024

If you can, please give me the list of the mods. One of them could be the problem

from cagedmobs.

DrUltraLux avatar DrUltraLux commented on August 19, 2024

Can confirm the same problem working on a modpack. Runs fine single player, can start a dedicated server, but when a player joins the server this error occurs.
Our modpack is well over 200 mods, so narrowing it down is pretty painful.

However if Tommy can post his much smaller list, I'll cross-reference it with this modpack list to help find where the clash is.

from cagedmobs.

MachinegunMarty avatar MachinegunMarty commented on August 19, 2024

Minecraft_Mods.txt
Might as well leave my issue closed, i will respond in this one.
When connecting to 1.16.4 server, 1.2.5 still gives the error Failed to read mobData from packet buffer.

Version 1.2.2 is the last one that works, and doesn't give this error.

Edit: added my mod list

from cagedmobs.

Corgam avatar Corgam commented on August 19, 2024

I tried to find the cause, but no luck yet. I added a line of code that should print more info about the error if it happens in the next update.

from cagedmobs.

DrUltraLux avatar DrUltraLux commented on August 19, 2024

I tried to find the cause, but no luck yet. I added a line of code that should print more info about the error if it happens in the next update.

That would help. My guess is that it is trying to parse a mob from another mod for the cages and running into a type error or some such. I'll see if I can work out the clash from random guessing today. Wish me luck. lol

from cagedmobs.

DrUltraLux avatar DrUltraLux commented on August 19, 2024

Minecraft_Mods.txt
Might as well leave my issue closed, i will respond in this one.
When connecting to 1.16.4 server, 1.2.5 still gives the error Failed to read mobData from packet buffer.

Version 1.2.2 is the last one that works, and doesn't give this error.

Edit: added my mod list

OK. I went through everything on that list that is also in our modpack, disabling and reenabling them one by one, rebuilding the world and restarting the server every time, and the error continues.

So if that is a complete list of all mods, then that means this error is occuring with multiple mods.

from cagedmobs.

Corgam avatar Corgam commented on August 19, 2024

I tried to find the cause, but no luck yet. I added a line of code that should print more info about the error if it happens in the next update.

That would help. My guess is that it is trying to parse a mob from another mod for the cages and running into a type error or some such. I'll see if I can work out the clash from random guessing today. Wish me luck. lol

Other thing I'm thinking about is something that I changed after 1.2.2 version of the mod, because as MachinegunMarty said it works with that version. But to be honest I have no idea what's wrong... arrow upgrade was introduced but it shouldn't break everything. Maybe as you said it's a problem with other mod support

from cagedmobs.

Corgam avatar Corgam commented on August 19, 2024

So if that is a complete list of all mods, then that means this error is occuring with multiple mods.

Did you try running it without any other mods?

from cagedmobs.

DrUltraLux avatar DrUltraLux commented on August 19, 2024

So if that is a complete list of all mods, then that means this error is occuring with multiple mods.

Did you try running it without any other mods?

I tried running it on it's own and it works perfectly fine, so it is definitely a mod conflict issue.

As I said, I also tried disabling all of the mods our two lists had in common, and still got the same error.

from cagedmobs.

MachinegunMarty avatar MachinegunMarty commented on August 19, 2024

Forge 35.1.7
CagedMobs 1.2.5

Had some spare time today.

I found the problem !

I made a new world with just CagedMobs 1.2.5 (client and server) and can log in just fine.
Then i started adding in mods 1 by 1.

As soon as i added Thermal Foundation it started to give the error.
So i tried with all the mods, except Thermal Foundation and i could log in just fine !

So to be sure i tested again and the only mods i used on Server and Client were:
CagedMobs 1.2.5
CoFH_core (Latest)
Thermal Foundation ( Latest)

and the error showed up.
( to be more precise you can add CoFH_Core without a problem)
So as soon as i add Thermal Foundation the error starts and i can't log in to the world.
(Thermal Foundation needs CoFH_Core to run, and the rest of the thermal mods need Thermal Foundation to run.)

I looked in my existing world if Thermal adds any arrows, but it doesn't (to narrow it down even more for you)

So it's your mod and Thermal Foundation that are biting each other.

Like i said i added all of the other mods on my list and i can log in just fine.

Hope it helps you out with finding the culprit, at least now you know where to look for it.

from cagedmobs.

Corgam avatar Corgam commented on August 19, 2024

Amazing! I just tried it and it also crashed, I will try to fix it today or tomorrow. If it's not possible I will remove for now the Thermal support.

from cagedmobs.

Corgam avatar Corgam commented on August 19, 2024

Ok, it will be fixed in the next version! There is still a problem with rendering of the models, but the functionality works and what is more important, it doesn't crash ;)

from cagedmobs.

DrUltraLux avatar DrUltraLux commented on August 19, 2024

Ok, it will be fixed in the next version! There is still a problem with rendering of the models, but the functionality works and what is more important, it doesn't crash ;)

I still had the crash issue even after removing Thermal Foundation, but hoping that your fix might resolve it for whatever other mod is also causing issues.

from cagedmobs.

Corgam avatar Corgam commented on August 19, 2024

It turned out it was a problem with more then one supported mods, but I hope I fixed all of them.
I will upload the new version tomorrow

from cagedmobs.

DrUltraLux avatar DrUltraLux commented on August 19, 2024

It turned out it was a problem with more then one supported mods, but I hope I fixed all of them.
I will upload the new version tomorrow

As soon as you do I'll test it with our pack and post the results.

EDIT: Fixed and working. 👍

from cagedmobs.

Corgam avatar Corgam commented on August 19, 2024

Ok, I just uploaded 1.2.6 version, I hope it will fix the problem, but there is still a bug with entity model rendering.

from cagedmobs.

galveyra avatar galveyra commented on August 19, 2024

It turned out it was a problem with more then one supported mods, but I hope I fixed all of them.
I will upload the new version tomorrow

As soon as you do I'll test it with our pack and post the results.

Hey, just checking if it's already possible to get the updated mod?
I'd like to include it on the server that we play on, but it doesn't mix well with the current mods that we're using.
Don't want to start it until I get this mod running as well, since it looks really good and fun to play with!

from cagedmobs.

Corgam avatar Corgam commented on August 19, 2024

Seems like it's not crashing in the newest version, cool.

from cagedmobs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.