Open awdavis opened 2 years ago
I am sorry, but the download link requires me to log in. I suspect that it is bound to your files from your account, so it wouldn't work either way. If you don't mind, please send me the failing file (r.-2.-3.mca
in the End folder).
Attached please find the r.-2.-3.mca file in the DIM1 directory.
On Mon, Apr 4, 2022 at 2:18 AM piegames @.***> wrote:
I am sorry, but the download link requires me to log in. I suspect that it is bound to your files from your account, so it wouldn't work either way. If you don't mind, please send me the failing file (r.-2.-3.mca in the End folder).
— Reply to this email directly, view it on GitHub https://github.com/Minecraft-Technik-Wiki/BlockMap/issues/77#issuecomment-1087315316, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAWOWLAYKWPICEZP4WFF5JLVDKXX5ANCNFSM5SODQTMA . You are receiving this because you authored the thread.Message ID: @.***>
GitHub won't allow uploading .mca files, so here it is in zip format: r.-2.-3.zip
I just pushed a potential fix to the develop
branch, please check it out
Thanks, I built the CLI jar from the develop branch and confirmed that my original CLI commands run to completion and no longer produce any errors, so this seems like an improvement.
However, by building manually, I was able to run the GUI for the first time ever (since I am on Windows), and based on the pins, it still seems to note a bunch of corrupt chunks in the End and in the Nether dimensions only. It seems potentially related to the original issue.
End example here:
java.lang.NullPointerException: Cannot read field "isTranslucent" because "colorData" is null
at de.piegames.blockmap.renderer.ChunkRenderer_1_18.renderChunk(ChunkRenderer_1_18.java:274)
at de.piegames.blockmap.renderer.RegionRenderer.renderRaw(RegionRenderer.java:149)
at de.piegames.blockmap.renderer.RegionRenderer.render(RegionRenderer.java:61)
at de.piegames.blockmap.world.RegionFolder$WorldRegionFolder.render(RegionFolder.java:179)
at de.piegames.blockmap.gui.RenderedMap.run(RenderedMap.java:97)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Nether example here:
java.lang.NullPointerException
This makes me think something still isn't quite right...
For comparison, here is a rendering of the Overworld:
In the released GUI, there are lots of "Corrupt chunks" in the Nether dimension:
In the develop branch GUI, those are instead shown as "Unfinished chunks" in the Nether dimension:
In the released GUI, the End has many "Corrupt chunks" as well:
In the develop branch GUI, the End only has a few "Unfinished chunks" and doesn't show any "Corrupt chunks." It also only seems to display the "End city" pins that are near an unfinished chunk pin, and the rest do not appear for some reason.
Thank you for the information. My fix does not appear to work as hoped. I have pushed a second attempt onto the developer
branch, please try it out and see if it improves things.
I downloaded the new version and ran gradle regenerate
and gradle previewRelease
, like I did last time. Here are the results from the GUI:
I am not sure what changes I am supposed to be looking for, but I don't see any obvious difference from since previous commit. I still see the same number of "Unfinished chunks" pins as before.
Try walking to those "unfinished" chunks in Minecraft. If they render fine afterwards, nothing's wrong. Otherwise, please send me a region file with them so that I may take a look.
I walked around in the Nether and rerendered, and it doesn't seem to show any unfinished chunks in the area where I walked, so I'll consider that to be a good sign! (Unfinished chunk pins are off, but the corrupt chunk pins are on.)
before:
after:
Environment info
2.4.1
Windows 10 Pro Build 19044
Description
Unable to render nether/end maps on relatively new Aternos server.
Steps to reproduce
world
directory from Aternos and save it atD:/Minecraft/aternos-world
"C:/Program Files/Java/jdk-18/bin/java.exe" -jar "D:/Minecraft/BlockMap/BlockMap-cli-2.4.1.jar" --verbose render --output="D:/Minecraft/map-output/end" --dimension=END --create-big-image "D:/Minecraft/aternos-world"
Actual result
The command fails to produce an image and produces error output.
Expected result:
The command produces an image as expected.
Troubleshooting
Debug log
Full output
test_output.txt
Selected output