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.

Spigot 1.13.2 renders nothing with IllegalArgumentException

See original GitHub issue

I can open the web UI but nothing renders. I can see player positions but every time it tries to render chunks, the console spits out the following error

[05:01:52 ERROR]: [dynmap] Exception during render job: org.dynmap.MapManager$CheckWorldTimes@67504b37
[05:01:52 WARN]: java.lang.IllegalArgumentException: Task must be Runnable or Consumer
[05:01:52 WARN]:        at org.apache.commons.lang.Validate.isTrue(Validate.java:136)
[05:01:52 WARN]:        at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.validate(CraftScheduler.java:442)
[05:01:52 WARN]:        at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.callSyncMethod(CraftScheduler.java:213)
[05:01:52 WARN]:        at org.dynmap.bukkit.DynmapPlugin$BukkitServer.callSyncMethod(DynmapPlugin.java:248)
[05:01:52 WARN]:        at org.dynmap.MapManager$CheckWorldTimes.run(MapManager.java:779)
[05:01:52 WARN]:        at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$2.run(MapManager.java:207)
[05:01:52 WARN]:        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[05:01:52 WARN]:        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[05:01:52 WARN]:        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
[05:01:52 WARN]:        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
[05:01:52 WARN]:        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[05:01:52 WARN]:        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[05:01:52 WARN]:        at java.lang.Thread.run(Thread.java:748)

I am using the latest spigot build for 1.13.2 with Java 8

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:6

github_iconTop GitHub Comments

2reactions
Numpty-Clodpolecommented, Nov 24, 2018

I’d like to retract the above comment of mine, and say that this seems to have been an issue with the specific version of spigot I was on. After updating again today, the issue is gone and everything functions normally.

So to reiterate…

  • Problem version:
    • CraftBukkit version git-Spigot-bc4adcb-8cd538e (MC: 1.13.2)
  • Fixed version:
    • CraftBukkit version git-Spigot-a1f2566-97b0057 (MC: 1.13.2)

This is not an issue on Dynmap’s end.

1reaction
Numpty-Clodpolecommented, Nov 24, 2018

Do either of you on this issue know what was fixed?

I don’t know exactly what Spigot fixed, sorry. Just that the latest build is functional.

Should I be expecting Spigot to be breaking this frequently?

If you are using 1.13.2 - Yes. It is still in active development, and not yet listed as the recommended version. In fact, 1.12.2 is still the current recommended one. You’ll want to keep an eye on the Spigot website for announcements regarding that.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to render maps (1.13.2) · Issue #2388 - GitHub
I have Spigot installed on version 1.13.2 and I'm having issues rendering. If I do a render in my area, it says it's...
Read more >
[1.13.1] Player Head doesn't render Player Skin | SpigotMC
I use Spigot 1.13. There is no Material named SKULL_ITEM So i had to use PLAYER_HEAD And with the SkullMeta and setOwner does...
Read more >
World (Spigot-API 1.13.2-R0.1-SNAPSHOT API)
Modifier and Type Method Description Item dropItem​(Location location, ItemStack item) Drops an item at the s... boolean generateTree​(Location location, TreeType type) Creates a tree at...
Read more >
Player (Paper-API 1.13.2-R0.1-SNAPSHOT API)
Modifier and Type Method Description default BanEntry banPlayerIP​(String reason, Date expires) Bans the IP address currently... void chat​(String msg) Says a message (or runs a...
Read more >
The fastasyncworldedit from IntellectualSites - GithubHelp
If you need help with anything, hop on discord (link on the left bar). ... CraftBukkit version git-Spigot-f56e2e7-0c715b3 (MC: 1.13.2) (Implementing API ...
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