IogaMaster / flux

Create and deploy game servers with nix
MIT License
43 stars 1 forks source link

Minecraft server worlds wont unzip #6

Open BANanaD3V opened 1 month ago

BANanaD3V commented 1 month ago

Describe the bug When using mcman worlds feature with a world zip, the server won't build and will throw permission denied (os error 13) when on world stage.

To Reproduce Steps to reproduce the behavior:

  1. Create a mcman server
  2. Add a world zip and [worlds.worldName] to server.toml
  3. Try to build the server with flux
  4. Error occurs

Expected behavior A world would unzip with no errors

Screenshots image

Additional context This might be due to how mcman unzips worlds, but unsure.

IogaMaster commented 1 month ago

I will investigate

BANanaD3V commented 1 month ago

Any updates?

ProggerX commented 3 weeks ago

@IogaMaster commit that "fixed this issue" breaks all flux and i have "can't mkdir server_build: permission denied" I think buildPhase is not allowed to edit $src dir contents

IogaMaster commented 3 weeks ago

@IogaMaster commit that "fixed this issue" breaks all flux and i have "can't mkdir server_build: permission denied"

I think buildPhase is not allowed to edit $src dir contents

Reverted the commit