-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[Install Bug]: Palworld Already Updated Egg 4/6/2024 #2866
Comments
Please update your egg. And then the startup of all already made server that now comes with the egg |
I am going to close this as this indeed is an outdated startup problem, if you still have an issue please come to the discord. |
This is after I updated the egg early today. |
yes, but if you update the egg, and that egg updates changes the startup then this will not apply to already made servers. |
The egg was totally earse from the server and and new uploaded to it. Thus, it was updated, but the old one was totally erased. |
egg dont erase sth |
The original server was deleted. |
Would you like a full video of it happening? |
so to start again, good evening @Kuroo2021 what seems to be the issue? |
When you erase them yourself, they do. |
you can not remove an egg if their is still at least 1 server with it? |
LOL |
the startup of the current egg is here: https://github.com/parkervcp/eggs/blob/master/game_eggs/steamcmd_servers/palworld/egg-palworld.json#L20 what unescaped looks like: ./PalworldServerConfigParser; (while read cmd; do rcon -s -a "localhost:$RCON_PORT" -p "$ADMIN_PASSWORD" "$cmd";done) < /dev/stdin & /home/container/Pal/Binaries/Linux/PalServer-Linux-Shipping Pal -publiclobby -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -port={{SERVER_PORT}} -publicport={{SERVER_PORT}} -servername="{{SERVER_NAME}}" -players={{MAX_PLAYERS}} $(if [ -n "$SERVER_PASSWORD" ]; then echo "-serverpassword=\"${SERVER_PASSWORD}\""; fi) -adminpassword="{{ADMIN_PASSWORD}}" -rcon", so cna you please share a screenshot of the error and of the startup present on the client side startup tab? |
Better post the full consoleoutput. The server gets only deleted, when you use the wrong platform (Linux/windows) |
Code Running
|
it is running? |
Nope can't connect or anything. |
Try allocation 1 extra port |
Well from the start you haven't been much help and I already said above to what you should be doing is supporting and stop with the condescending. |
i will not. @ImKringle is wrong or dont know, what excat the error is. I pointed you to the solution. YOu must fix the installscript with appid 1007 and copy the downloaded libs to the main die of the Server. But ok; stay with @ImKringle |
Some people are still learning (regardless of if they should get how after installing pterodactyl) ;) @Kuroo2021 you can use IMO - just installing 1007 to /mnt/server/Pal/Binaries/Linux works; after doing it id try rec reconnecting If it doesnt work after, youd just edit the 1007 install line to say @gOOvER the "error" youre hunting down doesnt exist ? Im running 4 palworld servers intandem right now that work fine and they all look exactly like that in the console lol I'm happy to get into a pissing match but can it be over something important? |
What i said now 4 times :D
See above... ;) not taking others solutions as yours ;) (like everytime ;) ) But im out here. Go on ;D |
Refusing to offer support and belittling in a community, especially those you're unfamiliar with, is counterproductive. Remember, everyone is on their own learning journey, and assuming one's own correctness is a path to failure. Instead of criticism, offering support fosters growth and understanding. End Of Line. |
You cant do anything. The installscript must be fixed. @QuintenQVD0 can you fix it. |
Again, belittling in a community doesn't help at all. |
noone did this. Edited my post above |
So back on task as a user is side railing the issue. @ImKringle Is this all done via within the server's Console or via the system terminal? Or are you saying change the install script to the area? |
AGAIN; you must CHANGE this in the installscript. you CANT Do anything over the console !!! |
like me and Goover said, you need to edit the install script |
You and me gave the same fix lol I get what youre saying but I was giving him the same suggestion, that was belittling me over nothing lol maybe translation error who knows |
re:
You and me gave literally the same fix, the only difference being yours was one line; mine was two |
Alright I try again with the fix and report back ty |
You think here is SH, is that the same your speaking about in the install script? As I'm not finding it within he install script. `#!/bin/bash steamcmd Base Installation ScriptServer Files: /mnt/serverImage to install with is 'ghcr.io/parkervcp/installers:debian'Install packages. Default packages below are not required if using our existing install image thus speeding up the install process.#apt -y update just in case someone removed the defaults.if [[ "${STEAM_USER}" == "" ]] || [[ "${STEAM_PASS}" == "" ]]; then download and install steamcmdcd /tmp SteamCMD fails otherwise for some reason, even running as root.This is changed at the end of the install process anyways.chown -R root:root /mnt install game using steamcmd./steamcmd.sh +force_install_dir /mnt/server +login ${STEAM_USER} ${STEAM_PASS} set up 32 bit librariesmkdir -p /mnt/server/.steam/sdk32 set up 64 bit librariesmkdir -p /mnt/server/.steam/sdk64 add below your custom commands if neededcopy template config fileecho "Copy template config file into config folder!" cd /mnt/server Download self made replace toolecho "Downloading config parser application" install endecho "-----------------------------------------" Your saying here in the SH, are you speaking of the install script within the egg? As I'm not finding it, but I think you saying, |
This should be all you need to do. Does it do the same if you run them as 2 lines?
The SDK files (from 1007) only go under Set it to run the one I gave here, instead of the one line that does both to |
I get what your asking in a sense but I'm lacking understanding if your talking about console or terminal of the system aka within pterodactyl or ubuntu. Install script? |
Need a bit more knowlege of the context also SH? Shell? |
Again, its all in the install script Edit this: install game using steamcmd./steamcmd.sh +force_install_dir /mnt/server +login ${STEAM_USER} ${STEAM_PASS} To this: install game using steamcmd./steamcmd.sh +force_install_dir /mnt/server +login ${STEAM_USER} ${STEAM_PASS} ./steamcmd.sh +force_install_dir /mnt/server/Pal/Binaries/Linux +login ${STEAM_USER} ${STEAM_PASS} +app_update 1007 ${INSTALL_FLAGS} validate +quit |
Nothing you edit is going to be in the console or via SSH, you need to edit the EGGS install script |
egg-palworld (1).json |
yeah that looks correct |
Ya looks like the install script in the eggs need to be fixed, @QuintenQVD0 @ImKringle Thanks a bunch for the help and explain, I put an extra . in the script and that why it was having issues. Fixed it and it working now. |
Im also experiencing issues with connecting to the server on the proton egg. Server should be running and is responding via rcon and ports are set the right way. |
Proton is known to be broken, no fix as of now. Pocketpairs CM stated "Proton isnt supported, its not something we're focused on fixing as of now" |
Good to know, thank you. I'll consider it via Windows Server VM then. |
The fix is to literally CD into the folder and then start the exe. Remember to also remove the
|
Panel Version
1.11.5
Wings Version
1.11
Service
PalWorld
Modified
No, I did not modify the egg
Expected Behavior
Install server and run with no issues.
Actual Behavior
Install server and runs stops due to error on file
![Pal](https://private-user-images.githubusercontent.com/18900059/320219827-5e8c6797-20a3-4127-957a-47fe2b71bd9d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNTY5NjUsIm5iZiI6MTczOTE1NjY2NSwicGF0aCI6Ii8xODkwMDA1OS8zMjAyMTk4MjctNWU4YzY3OTctMjBhMy00MTI3LTk1N2EtNDdmZTJiNzFiZDlkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDAzMDQyNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTIwMTIxMDk2YTVjYjkzNTE3MWJlNjgzOWY5YzdkNTZlMjA3YWFhNTQzNmFjMDAxNzA2ZjU1YzY0MTEwODBkZjUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.KX3F6WR2EoXUA750qKAgermd58e64-wl_kXByoWRuF8)
This is from updating my egg of palworld and redoing the server it happen because of PalWorld update
Steps To Reproduce
Install logs
N/A
The text was updated successfully, but these errors were encountered: