Giter VIP home page Giter VIP logo

Comments (9)

OskarZyg avatar OskarZyg commented on July 17, 2024 2

Removed All other plugins of mine, no error. Seems like a plugin issue for now.

from terra.

dfsek avatar dfsek commented on July 17, 2024

Test on other Paper forks, unable to replicate on Paper or Purpur.

from terra.

dfsek avatar dfsek commented on July 17, 2024

Why did you close this... If it's a plugin issue, figure out what plugin it is and report back.

from terra.

OskarZyg avatar OskarZyg commented on July 17, 2024

Sorry for closing this (misclick while alt-tabbing), I have no idea how, but I removed all plugins and added one by one, and I've added them all back, and am unable to reproduce. Exact same configs, etc. I have 0 idea what the culprit is.

from terra.

solonovamax avatar solonovamax commented on July 17, 2024

This seems like an issue to do with the server software itself. Be it paper, purpur, tuinity, or bukkit. Because I don't see why another plugin would be able to do anything that would cause a concurrent modification error to arise from our plugin.
It might just be so unbelievably rare that we never found it before now. Who knows.

from terra.

OskarZyg avatar OskarZyg commented on July 17, 2024

What does a concurrent modification error mean necessarily? I might be able to get the cause if I know what I'm looking for.

from terra.

solonovamax avatar solonovamax commented on July 17, 2024

Basically, it means that a thread that is not the main thread attempted to modify the chunk data. Which is illegal, because chunk data can only be modified by 1 thread at a time (so only the main thread can modify it.)

What were you doing when it occurred?

from terra.

OskarZyg avatar OskarZyg commented on July 17, 2024

I wasn't doing anything at the time, I just started the server and it crashed a few times, any idea if it could be the somewhat redundant (in this case) AntiSeedCracker?

from terra.

dfsek avatar dfsek commented on July 17, 2024

I'm going to close this since I have been unable to replicate this with extensive testing on Paper and Purpur. If you can provide steps to replicate, please reopen.

from terra.

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.