Git Product home page Git Product logo

Comments (15)

HellFirePvP avatar HellFirePvP commented on August 13, 2024

I guess you're rightclicking the crystal cluster yourself rather than having anything else rightclicking it?

One appropiate, yet time consuming, way to find out where the problem comes from, would be removing one mod after another to see if the crash happens even if only Gadomancy is installed - which i kindof doubt tbh. - or to see which mod interaction causes this. Howeveri guess that's something you don't really want to spend your day on.

I'll look into it and see what i can find out.

from gadomancy.

HellFirePvP avatar HellFirePvP commented on August 13, 2024

I cannot reproduce the crash in any way, i'm sorry.

If you happen to find out which mod interaction causes this, please provide more information then. For now, i can't do much.

from gadomancy.

Dream-Master avatar Dream-Master commented on August 13, 2024

@HellFirePvP I got this on the server. Single Player works just fine. Fastcraft are in the crash log too.

My client crash:
https://gist.github.com/Dream-Master/23dfb56c0ebdbc3071c74c87203e7165

Server log says this:

[12:34:20 INFO]: DreamMasterXXL lost connection: Internal Exception: java.io.IOException: Connection reset by peer
>
``

from gadomancy.

Dream-Master avatar Dream-Master commented on August 13, 2024

I can't login get every time the same crash.

from gadomancy.

HellFirePvP avatar HellFirePvP commented on August 13, 2024

This error does seem familiar yes, i wasn't really able to narrow down this issue, but i guess i'm gotta try harder then. I do suspect a mod interaction to cause this. i'll see to it again and inform you here then.

from gadomancy.

Dream-Master avatar Dream-Master commented on August 13, 2024

Ok thanks. After three crashes I can login. The core is ready.

from gadomancy.

HellFirePvP avatar HellFirePvP commented on August 13, 2024

Ok, i do have little to no success with that issue or any attempt to reproduce it.. Was Gadomancy added to the pack/world after the world was already created?

My suspicion would be some sort of id conflict between server and client, whereas the server spawns an auracore entity and the client "undestands" it as our fakeplayer entity that never actually should get spawned and thus should never ever get rendered...

from gadomancy.

Dream-Master avatar Dream-Master commented on August 13, 2024

Yes we add Gadomancy in an existing world. Item Ids cant change via config so what i can do or test?

from gadomancy.

Shadows-of-Fire avatar Shadows-of-Fire commented on August 13, 2024

If what @HellFirePvP thinks is the cause is accurate, I've seen this before... It's specifically a server client interaction issue, but not Gadomancy's afaik. Some mod isnt registering an entity on Dedicated Server environments, so the ids are shifted around. Usually it doesnt effect this, but adding new entity ids (new mods) to sn existing world would cause this.

from gadomancy.

Dream-Master avatar Dream-Master commented on August 13, 2024

So nothing i can do here with a old world ?

from gadomancy.

Shadows-of-Fire avatar Shadows-of-Fire commented on August 13, 2024

It might also be more complicated than that... but theres no way to check other than intensive binary removal.

from gadomancy.

Technus avatar Technus commented on August 13, 2024

Any one tried remotely WorldEdit it out with //pos1 #,#,# //pos2 #,#,# //set 0?

from gadomancy.

HellFirePvP avatar HellFirePvP commented on August 13, 2024

Discussing that with @Shadows-of-Fire it seems that there's an Entity ID mismatch between server and client. So basically if the server spawns the EntityAuraCore, it'll send the type ID for that entity over to the client, which is the id for the fakeplayer on the client, which then... well. leads to this error.

Other than that i don't really know what would cause this.

How to test this? Well i'm not sure if you can print the assigned entity id's from the registry to log? If there is something like that available, you might want to do that on client and on serverside and compare the results.

from gadomancy.

Dream-Master avatar Dream-Master commented on August 13, 2024

Sure if you implement a error log function I can test it and send you the logfile.

from gadomancy.

Dream-Master avatar Dream-Master commented on August 13, 2024

@HellFirePvP
ok is there a way to change the Entity ID ?

from gadomancy.

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.