-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to generate chunks #1124
Comments
Hi, thank you for the report! Is this on the latest build or the release build? If it is the release build, could you please test it on the latest build? |
I'm not sure if I used the release build, or the latest build. |
Alright, I can look into it soon. |
so, it's time for an update: |
i'll try the dev branch |
didn't worked |
Glowstone build: 2021.7.0
when loading worlds , several chunks cannot be loaded on prebuilt maps (downloaded maps from the internet:
https://www.planetminecraft.com/project/hogwarts-2883086/ (the map I used)) either by loading it directly on the server, or by loading the world first in a minecraft client, loading it on a server, editing it by placing paintings'
and reloading the server.
i expected to be able to walk to the chunks that has been edited, but they disappeared.
it started to getting worse after reloading the server, i was simply unable to join the server. perhaps the server couldn't generate the chunk i stayed on .
this issue occurred only on this build. on earlier builds, i could've edit the chunks without any problems, and they would still be generated properly.
the steps to reproduce the issue:
alternatively, you can also:
the code in the console: 15:37:22 [SEVERE] Error while generating chunk (-131,25)
java.lang.NullPointerException
at net.glowstone.chunk.ChunkManager.getBiomeGridAtLowerRes(ChunkManager.java:417)
at net.glowstone.generator.OverworldGenerator.generateTerrainDensity(OverworldGenerator.java:501)
at net.glowstone.generator.OverworldGenerator.generateRawTerrain(OverworldGenerator.java:385)
at net.glowstone.generator.OverworldGenerator.generateChunkData(OverworldGenerator.java:278)
at net.glowstone.chunk.ChunkManager.generateChunk(ChunkManager.java:275)
at net.glowstone.chunk.ChunkManager.loadChunk(ChunkManager.java:169)
at net.glowstone.chunk.GlowChunk.load(GlowChunk.java:224)
at net.glowstone.chunk.GlowChunk.load(GlowChunk.java:219)
at net.glowstone.chunk.GlowChunk.getSection(GlowChunk.java:401)
at net.glowstone.chunk.GlowChunk.getType(GlowChunk.java:432)
at net.glowstone.block.GlowBlock.getTypeIdNoCache(GlowBlock.java:190)
at net.glowstone.block.GlowBlock.getType(GlowBlock.java:180)
at net.glowstone.block.blocktype.BlockMycel.updateBlock(BlockMycel.java:52)
at net.glowstone.GlowWorld.updateBlocksInSection(GlowWorld.java:558)
at net.glowstone.GlowWorld.updateBlocksInActiveChunks(GlowWorld.java:540)
at net.glowstone.GlowWorld.pulse(GlowWorld.java:487)
at net.glowstone.scheduler.WorldScheduler$WorldThread.run(WorldScheduler.java:170)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
End of lecture
unfortunately, I don't speak english natively, so if you'll experience issues with understanding the contents above , i also added the contents in hebrew, for your convenience.
להלן תוכן הפנייה בעברית
גירסא: 2021.7.0
תוכן הפניה: עולמות שהורדו מהמרשתת (אינטרנט, הקישור למעלה) לא נטענו כראוי. , וכעת, חסרים בהם צ׳אנקים.
כיצד זה קרה: לאחר התקנת העולם (קישור למעלה) וטעינת השרת, גיליתי שחסריפ צ׳אנקים. למעשה, העולם היה מחורר כולו כגבינה בצ׳אנקים חסרים.
כדי להתגבר על הבעיה, ראשית, טענתי את העולם בקליינט של מיינקראפט 1.12, והתקנתי את העולם בשרת. נראה שהתגברתי על הבעיה, אך כשערכתי את העולם (שמתי כמה תמונות), העולם שוב התקלקל, וצ׳אנקים מסוימים נעלמו .
ניסיתי לבדוק אם הבעיה עדיין מתרחשת ע״י טעינה מחדש של העולם , וגיליתי שאני לא יכול להתחבר אליו, כנראה הצ׳אנקים שעמדתי עליהם נעלמו גם הם, והמשחק לא יודע מה לעשות.
מה היה אמור לקרות: העולם לא היה אמור להתקלקל, והשרת היה אמור לטעון את הצ׳אנקים שלא נטענו כמצופה.
כיצד לבצע שנית את התקלה :ֿ
יש להתקין את הגירסא שמצויינת לעיל מן האתר, ןלטעון את השרת.1
למחוק את המפה שנוצרה,
ולהתקין את המפה שהורדה מהמרשתת.3
4. להתחבר לשרת.
או:
עדכון: כמדומני, השרת טען צ׳אנקים בלי בעיות בעדכונים קודמים.
יש פירוט של הקוד שהופיע בקונסולה למעלה.
סוף
The text was updated successfully, but these errors were encountered: