Dynmap-Towny

79k Downloads

Not All Towns Being Rendered

GrandRiver opened this issue ยท 7 comments

commented

For some reason not all towns on our server are being displayed on our Dynmap. Claimed areas both large and small, both in and out of nations are not being rendered at all.

No errors are being generated and Towny itself is working as intended as far as we know.

Our DynMap can be seen here...

http://thewatershed.provisionhost.com:8123/

Our Capital City which is the largest area and encompasses most of the central continent is missing as well as a very small towns only a few chunks in size. There are 5 towns missing from the map at this particular moment.

commented

Can I get a copy of the file from the towns directory for one of the missing towns?

commented

You can have two...here's the smallest town that is missing at the moment...

http://dl.dropbox.com/u/27282905/Harrogath.txt

and here's the Capital City...

http://dl.dropbox.com/u/27282905/Watershed_City.txt

commented

Cool - I'll look at this tonight

commented

I finally managed to get an error out of DynMap-Towny...

2011-12-10 05:42:07 [WARNING] Task of 'Dynmap-Towny' generated an exception
java.lang.StackOverflowError
at org.dynmap.towny.DynmapTownyPlugin.floodFillTarget(DynmapTownyPlugin.java:274)
at org.dynmap.towny.DynmapTownyPlugin.floodFillTarget(DynmapTownyPlugin.java:278)
at org.dynmap.towny.DynmapTownyPlugin.floodFillTarget(DynmapTownyPlugin.java:279)
at org.dynmap.towny.DynmapTownyPlugin.floodFillTarget(DynmapTownyPlugin.java:279)
at org.dynmap.towny.DynmapTownyPlugin.floodFillTarget(DynmapTownyPlugin.java:279)

...and the last lines repeat for a VERY long time.

commented

Ah - OK - good stuff - I should have time to investigate tomorrow (been tied up on other stuff last couple of nights)

commented

Version 0.12 appears to fix the problem. Many thanks! :D

commented

Cool - thanks for testing!