Dynmap-Forge/Fabric

Dynmap-Forge/Fabric

888k Downloads

Map rendering fails

Martmists-GH opened this issue ยท 2 comments

commented

I'm working on a port to Fabric, and during testing I noticed that Dynmap fails to load the view with the following error:

Screenshot_20200510_125016

Screenshot_20200510_125148

commented

Your configuration.txt is bad - specifically the 'defaultmap:' setting.

commented

Update: Having resolved the worlds issue, the map is still black (albeit with a few new elements) but console seems to spam the following:

...
May 10, 2020 3:00:11 PM org.dynmap.Log verboseinfo
INFO: [Dynmap] Block minecraft:red_wall_banner[facing=south] - no texture mapping
May 10, 2020 3:00:11 PM org.dynmap.Log verboseinfo
INFO: [Dynmap] Block minecraft:red_wall_banner[facing=west] - no texture mapping
May 10, 2020 3:00:11 PM org.dynmap.Log verboseinfo
INFO: [Dynmap] Block minecraft:red_wall_banner[facing=east] - no texture mapping
May 10, 2020 3:00:11 PM org.dynmap.Log verboseinfo
INFO: [Dynmap] Block minecraft:black_wall_banner[facing=north] - no texture mapping
May 10, 2020 3:00:11 PM org.dynmap.Log verboseinfo
INFO: [Dynmap] Block minecraft:black_wall_banner[facing=south] - no texture mapping
May 10, 2020 3:00:11 PM org.dynmap.Log verboseinfo
INFO: [Dynmap] Block minecraft:black_wall_banner[facing=west] - no texture mapping
May 10, 2020 3:00:11 PM org.dynmap.Log verboseinfo
INFO: [Dynmap] Block minecraft:black_wall_banner[facing=east] - no texture mapping

Screenshot_20200510_171818