question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Exception while rendering map

See original GitHub issue

Encountered 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:closed
  • Created 4 years ago
  • Comments:19 (19 by maintainers)

github_iconTop GitHub Comments

1reaction
Katrixcommented, Jan 19, 2020

Well, it didn’t outright crash at least. I’ll report back after it’s done rendering if anything else broke instead.

0reactions
TBlueFcommented, Feb 4, 2020

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 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found