Exception while rendering map
See original GitHub issueEncountered this while rendering on of my maps.
Exception in thread "Thread-8" Exception in thread "Thread-9" java.lang.IllegalArgumentException: The box is degenerate on z
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122)
at de.bluecolored.bluemap.core.util.AABB.<init>(AABB.java:92)
at de.bluecolored.bluemap.core.util.AABB.<init>(AABB.java:60)
at de.bluecolored.bluemap.core.render.hires.HiresModelManager.getTileRegion(HiresModelManager.java:124)
at de.bluecolored.bluemap.core.render.TileRenderer.render(TileRenderer.java:49)
at de.bluecolored.bluemap.cli.RenderTask.renderThread(RenderTask.java:162)
at java.lang.Thread.run(Thread.java:748)
java.lang.IllegalArgumentException: The box is degenerate on z
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122)
at de.bluecolored.bluemap.core.util.AABB.<init>(AABB.java:92)
at de.bluecolored.bluemap.core.util.AABB.<init>(AABB.java:60)
at de.bluecolored.bluemap.core.render.hires.HiresModelManager.getTileRegion(HiresModelManager.java:124)
at de.bluecolored.bluemap.core.render.TileRenderer.render(TileRenderer.java:49)
at de.bluecolored.bluemap.cli.RenderTask.renderThread(RenderTask.java:162)
at java.lang.Thread.run(Thread.java:748)
Not sure how I can get more information to help track down the cause, so opening this mostly just to inform that it happened, and get instructions on how to track down the issue.
Issue Analytics
- State:
- Created 4 years ago
- Comments:19 (19 by maintainers)
Top Results From Across the Web
Exceptions during map render : r/chunky - Reddit
This error is caused by corrupt block data for a torch or redstone torch block. I have committed a fix that secures the...
Read more >Error While Rendering Visualization -- Map (Markers)
I have a table with latitude and longitude for a few addresses (no more than 10 at the moment) but when I select...
Read more >T251218 <mapframe>: Javascript exception while rendering a ...
If a fullscreen map is rendered by Javascript, for instance after clicking on "show in full screen" button at a map, an exception...
Read more >Exception while rendering: this.binders[l].setUniform is not a ...
I upgraded from v1.7.0 to 1.8.1, but had to roll back because of elevated exceptions across all browsers that looked like: this.binders[l].
Read more >Errors while Using map functions in React - Stack Overflow
Your Redux store's courses might be undefined at the start and hence this.props.courses becomes undefined . Trying to access .map of ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Well, it didn’t outright crash at least. I’ll report back after it’s done rendering if anything else broke instead.
Since i still can’t reproduce this, i’ll close this. Feel free to reopen this if the issue persists and you have a possible way for me to reproduce it 😃