Spigot 1.13.2 renders nothing with IllegalArgumentException
See original GitHub issueI 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:
- Created 5 years ago
- Reactions:2
- Comments:6
Top 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 >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
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…
This is not an issue on Dynmap’s end.
I don’t know exactly what Spigot fixed, sorry. Just that the latest build is functional.
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.