Giter Site home page Giter Site logo

Comments (18)

Corosauce avatar Corosauce commented on August 23, 2024 4

Fixed in dev a while ago (just commited now though): 70cdef2

Due to some bad practices on my part I can't release this until I am finished with sandstorm release for weather2, due to some code changes in coroutil that will require me to release weather2 and zombie awareness updates at the same time.

Sorry for the delay.

from zombieawareness.

PONYRYDE avatar PONYRYDE commented on August 23, 2024

Same here in SSP while flying in creative (testing out a custom modpack). I never encountered nor can reproduce the crash without Zombie Awareness installed.

With the risk of providing disinformation I feel as if it may have something to do with mod villagers (I see too CustomNPC's mentioned above) as it seems to happen as a village appears in the distance. As for me, removing Immersive Engineering also allows me to relog but that may be just coincidence.

It has been hit and miss reproducing it in test worlds but with CoroUtil, Zombie Awareness, Immersive Engineering, Extra Utilities, Quark and AutoRegLib installed I have been able to crash several times by spawning in heaps of villagers but I have also spawned in thousands and not crashed at all.
crash-2016-11-19_14.50.16-server.txt

from zombieawareness.

PONYRYDE avatar PONYRYDE commented on August 23, 2024

After further testing it would seem to have been the villagers added by Immersive Engineering that were triggering the crash. If this turns out to be a bug on that end I will report it there.

As a workaround I added Structural Engineer, Electrician and Machinist to the blacklist in PlayerRulesAndLists.cfg which so far seems to have fixed it.

from zombieawareness.

PONYRYDE avatar PONYRYDE commented on August 23, 2024

Nope, still crashing sometimes when a village is spawned. Have now set awareness_Sound to false and haven't crashed since......

from zombieawareness.

Lanaess avatar Lanaess commented on August 23, 2024

In SSP I am able to play just fine with all mods loaded, no crash, no CPU usage issues.

In SMP (Server) environment is where I am having my problems. If I remove Custom NPC I can stop the crashing, but the CPU still runs at 100% (See #8 for more details...)

from zombieawareness.

jprocket45 avatar jprocket45 commented on August 23, 2024

just to let everyone know I filed this 23 days ago #8 its been in discussion :) yes its def a issue with zombie awareness its been confirmed from many tests. oh nvm i see Lanaess was the one discussing it there lol

from zombieawareness.

NitroxydeX avatar NitroxydeX commented on August 23, 2024

Can confirm this issue too.. took me a long time to find out ZA is causing this issue.

from zombieawareness.

Lanaess avatar Lanaess commented on August 23, 2024

I have been busy but finally found some time to work on Minecraft. After reading your post above Corosauce I built the latest ZombieAwareness commit 70cdef2 and the latest CoroUtil a678c96. They both compiled without issue and load fine in Minecraft Forge, but the max CPU issue is still present.
Maybe I am rushing the issue and you have not completed the fix, if that is the case I apologize and will wait patiently for the solution. I just wanted to provide this information in case you believed it was fixed.

from zombieawareness.

Corosauce avatar Corosauce commented on August 23, 2024

I'll keep an eye on it Lanaess, I am about to push the new build out (finally). Once v1.11.1 is out for testing, please provide a full log of the crash and not just a crash report log.

from zombieawareness.

Lanaess avatar Lanaess commented on August 23, 2024

I will build and try v1.11.1 when you make it available. Question, will the new build also try to address the CPU issue on servers ( #8 )?

I know it's not easy troubleshooting issues like this. I want to thank you for your time and commitment with this great mod!

from zombieawareness.

jprocket45 avatar jprocket45 commented on August 23, 2024

I sure hope where talking about 1.11.2 and not 1.11.1 like everyone is putting lol unless i am missing that the actual mod is 1.11.1 which then im derping....in any case just checking.

from zombieawareness.

NitroxydeX avatar NitroxydeX commented on August 23, 2024

@jprocket45 it's just the version string from the mod. The mod is still for 1.10.2

from zombieawareness.

jprocket45 avatar jprocket45 commented on August 23, 2024

on that case thank you and sorry about that I am hoping this processor issue does get worked out soon though it sounds like it doesn't happen all the time or to some people.... I load it up as 1 mod and it throws my server processor for a loop. I am still holding out hope! :)

from zombieawareness.

Corosauce avatar Corosauce commented on August 23, 2024

I'm hoping this issue is fixed for 1.11.1 release, extra hoping it was the cause of the high cpu usage, see #8 (comment) for more info

Let me know if the issue stopped since 1.11.1's release

from zombieawareness.

Lanaess avatar Lanaess commented on August 23, 2024

@Corosauce As discussed in #8 I have loaded the latest ZA and CoroUtil with all my mods.
Great news, they all seem to work perfectly together, one big happy family. I no longer have the crash issue stated here.

One very interesting feature of ZA with another mod I use called CustomNPC. When a NPC is made hostile to monsters and attacks one, ZA sends the zombies after it just like a player char, lol. So city guards will have a bit more work...

from zombieawareness.

Corosauce avatar Corosauce commented on August 23, 2024

Hahah, nice, love lil AI surprises like that, glad to hear its working! Closing this one off.

from zombieawareness.

Tri0de avatar Tri0de commented on August 23, 2024

I know this a bit of a necro, but I am a mod developer and I too am having this same crash (with my mod, not ZombieAwareness). I've looked through the commits that have been stated to fix this bug, but I really cant find the code that directly prevented the Entity$1 bug from happening.

Any help for a desperate modder?

from zombieawareness.

Corosauce avatar Corosauce commented on August 23, 2024

Recalling this from memory, it's not obvious in the crash reports that hide the whole story, but if you check the fml logs, you should see huge stacktraces where it looks like its stuck in a loop. There were some edge cases where sounds played in chunks that were not loaded, and I was blindly hooking those sounds and not considering seeing if the source area is even loaded before doing stuff. I fixed by either checking with world.isBlockLoaded or just added in more sanity checks.

from zombieawareness.

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.