eggs icon indicating copy to clipboard operation
eggs copied to clipboard

[Bug]: LeagueSandbox (cp: cannot stat 'GameServerConsole/bin/Debug/netcoreapp3.0/*': No such file or directory)

Open BenasPaulikas opened this issue 2 years ago • 5 comments

Panel Version

latest latest

Wings Version

latest latest

Service

game_eggs/leaguesandbox

Modified

No, I did not modify the egg

Expected Behavior

Install the server

Actual Behavior

Server install fails, therefore start fails.

Steps To Reproduce

Install egg Install server Problem.

Install logs

https://pastebin.com/96LmVmWx

BenasPaulikas avatar Jul 19 '22 22:07 BenasPaulikas

Panel Version

latest latest

Wings Version

latest latest

Service

game_eggs/leaguesandbox

Modified

No, I did not modify the egg

Expected Behavior

Install the server

Actual Behavior

Server install fails, therefore start fails.

Steps To Reproduce

Install egg Install server Problem.

Install logs

https://pastebin.com/96LmVmWx

This egg and image is old. I tryed to fix it but it looks like it needs wine and dotnet I do not have time to make / fix this This is the version that I currently have , I have no idea if it works:

{
    "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
    "meta": {
        "version": "PTDL_v2",
        "update_url": null
    },
    "exported_at": "2022-07-20T18:39:16+02:00",
    "name": "LeagueSandbox",
    "author": "[email protected]",
    "description": "A simple egg to run LeagueSandbox server in pterodactyl",
    "features": null,
    "docker_images": {
        "ghcr.io\/parkervcp\/yolks:dotnet_6": "ghcr.io\/parkervcp\/yolks:dotnet_6"
    },
    "file_denylist": [],
    "startup": ".\/GameServerConsole --port {{SERVER_PORT}}",
    "config": {
        "files": "{}",
        "startup": "{\r\n    \"done\": \"Game is ready.\"\r\n}",
        "logs": "{}",
        "stop": "^C"
    },
    "scripts": {
        "installation": {
            "script": "#!\/bin\/bash\r\n\r\napt update\r\napt install -y zip unzip jq curl wget git\r\n\r\nmkdir -p \/mnt\/server\r\ncd \/mnt\/server\r\n\r\ngit clone https:\/\/github.com\/LeagueSandbox\/GameServer.git\r\nrm .git -rf\r\n\r\ncd GameServer\/\r\n\r\ngit submodule init\r\ngit submodule update\r\n\r\n#wget https:\/\/packages.microsoft.com\/config\/debian\/11\/packages-microsoft-prod.deb -O packages-microsoft-prod.deb\r\n#dpkg -i packages-microsoft-prod.deb\r\n#rm packages-microsoft-prod.deb\r\n#apt-get update\r\n#apt-get install -y apt-transport-https\r\n#apt-get update\r\n#apt-get install -y dotnet-sdk-5.0\r\n\r\ndotnet build .\r\ncp -r GameServerConsole\/bin\/Debug\/net6.0\/* \/mnt\/server\/\r\ncp -r Content \/mnt\/server\/Content\r\necho \"done\"",
            "container": "bitnami\/dotnet-sdk:6-debian-11",
            "entrypoint": "bash"
        }
    },
    "variables": []
}

QuintenQVD0 avatar Jul 20 '22 16:07 QuintenQVD0

@QuintenQVD0 ty

Your egg logs https://pastebin.com/P1Lhhrh1 It fails to build

BenasPaulikas avatar Jul 20 '22 21:07 BenasPaulikas

@QuintenQVD0 ty

Your egg logs https://pastebin.com/P1Lhhrh1 It fails to build

This are clearly not logs from my egg as it spins out a apk error , and that is not use in the egg i sended here

QuintenQVD0 avatar Jul 21 '22 06:07 QuintenQVD0

Try making a new server with this egg not reinstalling.

QuintenQVD0 avatar Jul 21 '22 14:07 QuintenQVD0

Much better. Thank you

BenasPaulikas avatar Jul 21 '22 18:07 BenasPaulikas