-
Notifications
You must be signed in to change notification settings - Fork 13
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
Chunker not converting world and taking too long to download #147
Comments
For the running out of memory it may be related to #125, or you don't have enough memory and might want to try a different PC. Regarding the website, it might be related to your internet connection as worlds bigger than that usually download fine for me. You might want to try on a different web browser. You can use the command-line version of the app and specify how much RAM you want to use if you're confident in doing that (the guide is in the README on the main GitHub page). |
I don't think that the problem is my internet connection but rather something server related to chunker. I tried it on a different browser and again the download speed is only 100kb/s to 500kb/s but I have a internet connection of 25MB/s! If I use the app it takes up to 5GB of RAM and a lot of CPU Power but at 50% it crashes randomly again! I don't really have another PC laying around better than mine. I have 16GB of ram and a intel i5-11600KF that should handle this. Usually it works but with this specific world not and I don't know why. It is mostly a void world with blocks placed from 0, 0 to 5k, 5k and a lot of structure voids. Could that maybe the problem? Also can you guide me through using the command-line version because I can't really figure it out. Do I have to install something other than the app or the source code? And where do I get Java 17 from because I think that I have it already installed. And do you think it would be necessary to try this because chunker already uses enough RAM so I don't think that that should be the problem. |
For big maps Chunker unfortunately can consume quite a bit of RAM (which seems like it given it's potentially 5000x5000). Would you mind providing what input to output version / the goal of using Chunker is? (Since your original message said Bedrock 1.21.40 -> Bedrock 1.21.40). The current algorithm for Chunker means the UI uses 25% of your RAM as a maximum, meaning it will only be using up to 4GB on your system, we'll hopefully improve this in the next release if you just want to wait for that (likely in the next few days). In terms of running the command-line version, it would be opening command prompt in the directory of where you have the The current 1.4.0 chunker-cli jar is on our releases page - chunker-cli-1.4.0.jar. Regarding the web version, it seems like the connection just gets interrupted, perhaps try something like Firefox / Edge assuming you're using Chrome. Otherwise, if you want to email the world to |
I managed to use the cli version but the same things happen. It gets stuck at 36.93% then stops and gives me the same error. I used blockmapping every time with structure_voids replacing glass. Also these (errors): Missing block mapping for {name:"minecraft:deny",states:{},version:18163713} Also I tried Edge, Chrome and Opera but all three browsers have the same download speed. I even tried it on my phone but there chunker just "says something went wrong" and wants me to restart. |
If you're still getting the memory errors you would need to increase the memory allowed, |
Just to update you on this, we did try to replicate the issue with the online version with your map and we weren't able to, and it converted / downloaded fine. |
Chunker Version
1.4.0-main-86becbf
Input World Version
Bedrock 1.21.40
Output World Version
Bedrock 1.21.40
Platform / Operating System
win32-x64-10.0.22631
Issue Description
Error Displayed:
A fatal error occurred during conversion.
Stack Trace:
So, I tried converting a world and replacing glass with structure voids but every time I try it, the chunker app crashes at 40-50% converting status! If I try it on the website, everything works except for the download! It says it downloads the 130mb world in 50KB-500KB per second and after around 25% of the file being downloaded, the download speed goes to 0 B/s, then stops and cancels the download!
The text was updated successfully, but these errors were encountered: