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

uncaught exception JsonModelFace.getColor() #18

Open
jackjt8 opened this issue Aug 10, 2020 · 1 comment
Open

uncaught exception JsonModelFace.getColor() #18

jackjt8 opened this issue Aug 10, 2020 · 1 comment
Labels
json-block-models Issues that affect the JSON block model loader

Comments

@jackjt8
Copy link
Collaborator

jackjt8 commented Aug 10, 2020

Render worker 6 crashed with uncaught exception.
java.lang.NullPointerException
	at se.llbit.chunky.block.ResourcepackBlockProvider$JsonModelFace.getColor(ResourcepackBlockProvider.java:613)
	at se.llbit.chunky.block.ResourcepackBlockProvider$JsonModelElement.intersect(ResourcepackBlockProvider.java:731)
	at se.llbit.chunky.block.ResourcepackBlockProvider$JsonModel.intersect(ResourcepackBlockProvider.java:805)
	at se.llbit.math.Octree.enterBlock(Octree.java:488)
	at se.llbit.chunky.renderer.scene.Scene.worldIntersection(Scene.java:638)
	at se.llbit.chunky.renderer.scene.Scene.intersect(Scene.java:614)
	at se.llbit.chunky.renderer.scene.PreviewRayTracer.nextIntersection(PreviewRayTracer.java:98)
	at se.llbit.chunky.renderer.scene.PreviewRayTracer.trace(PreviewRayTracer.java:44)
	at se.llbit.chunky.renderer.scene.Scene.rayTrace(Scene.java:594)
	at se.llbit.chunky.renderer.RenderWorker.work(RenderWorker.java:185)
	at se.llbit.chunky.renderer.RenderWorker.run(RenderWorker.java:73)

Unsure what block caused the issue at this time. Will look into it shortly.

Resourcepack

@jackjt8 jackjt8 changed the title json-block-models uncaught exception JsonModelFace.getColor() [json-block-models] uncaught exception JsonModelFace.getColor() Aug 10, 2020
@leMaik leMaik added the json-block-models Issues that affect the JSON block model loader label Aug 16, 2020
@leMaik leMaik changed the title [json-block-models] uncaught exception JsonModelFace.getColor() uncaught exception JsonModelFace.getColor() Aug 16, 2020
@leMaik
Copy link
Owner

leMaik commented Aug 16, 2020

Might be fixed in more recent builds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
json-block-models Issues that affect the JSON block model loader
Projects
None yet
Development

No branches or pull requests

2 participants