You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.gson.internal.reflect.UnsafeReflectionAccessor (file:/home/grzesiek11/Pobrane/BlockMap-cli-1.6.1.jar) to field java.util.Optional.value
WARNING: Please consider reporting this to the maintainers of com.google.gson.internal.reflect.UnsafeReflectionAccessor
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
20-03-10 16:21:57 INFO PostProcessing [34] - Writing HTML tiles...
java.lang.NullPointerException
at de.piegames.blockmap.world.RegionFolder$LocalRegionFolder.getPath(RegionFolder.java:315)
at de.piegames.blockmap.standalone.PostProcessing.createTileHtml(PostProcessing.java:73)
at de.piegames.blockmap.standalone.CommandLineMain$CommandRender.run(CommandLineMain.java:202)
at picocli.CommandLine.executeUserObject(CommandLine.java:1729)
at picocli.CommandLine.access$900(CommandLine.java:145)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2101)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2068)
at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:1935)
at picocli.CommandLine.execute(CommandLine.java:1864)
at de.piegames.blockmap.standalone.CommandLineMain.main(CommandLineMain.java:210)
The text was updated successfully, but these errors were encountered:
Thanks for reporting. There was a bug when rendering non-rectangular worlds. Please try out the latest master, I'll do a release if you confirm that this resolves the issue for you.
Environment info
1.6.1
Description
I can't get the HTML map to generate propertly, it fails with an error.
Steps to reproduce
Actual result
Expected result:
Working map in HTML file.
Debug log
The text was updated successfully, but these errors were encountered: