Skip to content
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

Not enough space on device #988

Open
marvin1099 opened this issue May 25, 2024 · 10 comments
Open

Not enough space on device #988

marvin1099 opened this issue May 25, 2024 · 10 comments
Labels
bug Something isn't working

Comments

@marvin1099
Copy link

Describe the bug
When trying to download a big map from the marketplace it complains that i don't have enough space,
my drives sill have massive amounts of space so this cant be what is going on.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the Marketplace
  2. Download something like the Hermitcaft season 9 map (that is what I tried)
  3. It complains that you don't have enough space, even if you have save on your drives

Expected behavior
It should download if you have space

Screenshots
Screenshot_20240525_120058

Desktop (please complete the following information):

  • OS: Garuda Linux (Arch)
  • Version: Minecraft_Bedrock_Launcher-x86_64-v0.14.2.792.AppImage
  • Installation Type: AppImage
  • Minecraft Version (Probably not relevant): 1.20.81.01
@marvin1099 marvin1099 added the bug Something isn't working label May 25, 2024
@style-nine
Copy link

This bug persists for me even if I delete my ~/.local/share/mcpelauncher folder and relogin/redownload everything from scratch.

@Skylandy
Copy link

Same issue but with a texture pack exceeding 400 MB (432MB to be precise) instead of a map (has custom models etc). Also I’m on the steamdeck discover version (seems part of this?) Might be some kind of per download size limit?

@style-nine
Copy link

I just moved completely to a totally new system, installed the new update (1.21), and I still cannot download the HC S9 map. It just keeps saying I don't have space (even though I have 270G).

@ChristopherHX
Copy link
Member

I can imagine what is causing this on the launcher side by not telling the game the available disk space, but I don't have any marketplace content with size > 141MB

@marvin1099
Copy link
Author

I can imagine what is causing this on the launcher side by not telling the game the available disk space, but I don't have any marketplace content with size > 141MB

You can also test with the hermitcraft s9 map, its free and above 400mb.

@ChristopherHX
Copy link
Member

@marvin1099 Thank you, I can now look at fixing this

@ChristopherHX
Copy link
Member

ok found a way to bypass the error, that should land in nightly within 24hours https://github.com/minecraft-linux/mcpelauncher-manifest/releases/tag/nightly

By returning 1024^4 of allocatable bytes on disk, it sounds like you found a magic number that is allowed for old android that doesn't have the android api to make a disk space query

@style-nine
Copy link

Okay, now it works.

@ChristopherHX
Copy link
Member

first regression of the change #1019 for the 32bit game, needs to be 64bit only

The question here is where is the int overflow, in the launcher or big binary blob aka minecraft

@marvin1099
Copy link
Author

well since it works now should this be closed, ore are you still working on full support?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants