Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hexerei 1.16.5 Crashes with Flash's NPCs 1.16.5 #1

Closed
AuroraHydroid opened this issue Dec 18, 2021 · 1 comment
Closed

Hexerei 1.16.5 Crashes with Flash's NPCs 1.16.5 #1

AuroraHydroid opened this issue Dec 18, 2021 · 1 comment

Comments

@AuroraHydroid
Copy link

When i load up a single player world, the game crashes and gives me this error:
"The game crashed whilst exception in server tick loop
Error: java.lang.NullPointerException: Exception in server tick loop
Exit Code: -1"

Quoted from someone who understands crash logs better than i do:
"a mod with the namespace herexi is colliding with flashnpc's core
it's saying here the crow is trying to construct its object, but that object becomes unusable to flash's npcs' enum creator because it's missing important data so flash's npc's is seeing a null
long story short joefoxe didn't setup his entity's ai in a mod safe manner.
flash's npcs is expecting ai information to reside in the usual location that all LivingEntities should have it, so that it can build an enum list off that "

Attached is the crash log
crash-2021-12-18_17.01.03-server.txt

@JoeFoxe
Copy link
Owner

JoeFoxe commented Jan 2, 2022

honestly I think this just might be too much of an edge case for me to try to fix. I just dont have time to go back and fix a 1.16.5 edge case bug, sorry my man.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants