GithubHelp home page GithubHelp logo

cs16-pterodactyl-egg's People

Contributors

hembi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

cs16-pterodactyl-egg's Issues

Invalid game type 'cstrike'

Hi,

I got the below message:
"Invalid game type 'cstrike' sepecified."

I tried the reinstall several times, but it did not solve the problem.

Can you help me to solve this?

Regards,
Laszlo

problem

how to make to can join all craked cs 1.6 help pls

Invalid game type 'cstrike' sepecified.

I get this error:

container@pterodactyl~ Server marked as offline...
[Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
[Pterodactyl Daemon]: Exit code: 130
[Pterodactyl Daemon]: Out of memory: false
[Pterodactyl Daemon]: Checking server disk space usage, this could take a few seconds...
[Pterodactyl Daemon]: Updating process configuration files...
[Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds...
container@pterodactyl~ Server marked as starting...
[Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete...
Pulling from pterodactyl/core 
Digest: sha256:3265256f9d729a38cd73f64b2e0545699848a378bee0b15f7c7c6469f07a4d10 
Status: Image is up to date for quay.io/pterodactyl/core:source 
[Pterodactyl Daemon]: Finished pulling Docker container image
:/home/container$ ./hlds_run -pidfile hlds_27015 -game cstrike -secure +port 27015 +sv_lan 0 +maxplayers 32 +map de_dust2 +sys_ticrate 1200 -pingboost 2 -norestart
Invalid game type 'cstrike' sepecified.
Fri Mar  3 16:50:47 CET 2023: Server Failed

And this is Egg code i downloaded from pterodactyl github:

{
    "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
    "meta": {
        "version": "PTDL_v1"
    },
    "exported_at": "2021-02-27T10:33:40+01:00",
    "name": "CS 1.6",
    "author": "[email protected]",
    "description": "CS 1.6 Steam server egg.\r\nCounter-Strike: 1.6 is a multiplayer first-person shooter video game developed by Valve Corporation.",
    "features": null,
    "image": "quay.io\/pterodactyl\/core:source",
    "startup": ".\/hlds_run -pidfile hlds_{{SERVER_PORT}} -game cstrike -{{SRV_SECURE}} +port {{SERVER_PORT}} +sv_lan 0 +maxplayers {{SRV_SLOTS}} +map {{SRV_STARTMAP}} +sys_ticrate 1200 -pingboost {{SRV_PINGBOOST}} -norestart",
    "config": {
        "files": "{}",
        "startup": "{\r\n    \"done\": \"Connection to Steam servers successful.\",\r\n    \"userInteraction\": []\r\n}",
        "logs": "{\r\n    \"custom\": true,\r\n    \"location\": \"logs\/latest.log\"\r\n}",
        "stop": "quit"
    },
    "scripts": {
        "installation": {
            "script": "#!\/bin\/bash\r\n# steamcmd Base Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\n# Image to install with is 'ubuntu:18.04'\r\napt -y update\r\napt -y --no-install-recommends install curl lib32gcc1 ca-certificates\r\napt -y --no-install-recommends DEBIAN_FRONTEND=noninteractive install tzdata\r\napt -y --no-install-recommends DEBIAN_FRONTEND=noninteractive install lib32gcc1 libsdl2-2.0-0:i386 screen wget\r\n\r\n## download and install steamcmd\r\ncd \/tmp\r\nmkdir -p \/mnt\/server\/steamcmd\r\ncurl -sSL -o steamcmd.tar.gz https:\/\/steamcdn-a.akamaihd.net\/client\/installer\/steamcmd_linux.tar.gz\r\ntar -xzvf steamcmd.tar.gz -C \/mnt\/server\/steamcmd\r\ncd \/mnt\/server\/steamcmd\r\n\r\n# SteamCMD fails otherwise for some reason, even running as root.\r\n# This is changed at the end of the install process anyways.\r\nchown -R root:root \/mnt\r\nexport HOME=\/mnt\/server\r\n\r\n## install game using steamcmd\r\n.\/steamcmd.sh +@sSteamCmdForcePlatformBitness 32 +login anonymous +force_install_dir \/mnt\/server +app_update \"90 -beta Beta\" validate +quit ## looking at cs 1.6\r\n.\/steamcmd.sh +@sSteamCmdForcePlatformBitness 32 +login anonymous +force_install_dir \/mnt\/server +app_update \"90 -beta Beta\" validate +quit ## need a second\r\n.\/steamcmd.sh +@sSteamCmdForcePlatformBitness 32 +login anonymous +force_install_dir \/mnt\/server +app_update \"90 -beta Beta\" validate +quit ## need a third\r\n.\/steamcmd.sh +@sSteamCmdForcePlatformBitness 32 +login anonymous +force_install_dir \/mnt\/server +app_update \"90 -beta Beta\" validate +quit ## need a fourth\r\n.\/steamcmd.sh +@sSteamCmdForcePlatformBitness 32 +login anonymous +force_install_dir \/mnt\/server +app_update \"90 -beta Beta\" validate +quit ## and fifth time to download all file (steam bug)\r\n\r\n## set up 32 bit libraries\r\nmkdir -p \/mnt\/server\/.steam\/sdk32\r\ncp -v linux32\/steamclient.so ..\/.steam\/sdk32\/steamclient.so\r\n\r\n## set up 64 bit libraries\r\nmkdir -p \/mnt\/server\/.steam\/sdk64\r\ncp -v linux64\/steamclient.so ..\/.steam\/sdk64\/steamclient.so",
            "container": "ubuntu:18.04",
            "entrypoint": "bash"
        }
    },
    "variables": [
        {
            "name": "Secure or Insecure",
            "description": "",
            "env_variable": "SRV_SECURE",
            "default_value": "secure",
            "user_viewable": true,
            "user_editable": true,
            "rules": "required|string|max:20"
        },
        {
            "name": "Max Players (Slots)",
            "description": "",
            "env_variable": "SRV_SLOTS",
            "default_value": "32",
            "user_viewable": true,
            "user_editable": true,
            "rules": "required|string|max:20"
        },
        {
            "name": "Startmap",
            "description": "",
            "env_variable": "SRV_STARTMAP",
            "default_value": "de_dust2",
            "user_viewable": true,
            "user_editable": true,
            "rules": "required|string|max:20"
        },
        {
            "name": "Pingboost",
            "description": "",
            "env_variable": "SRV_PINGBOOST",
            "default_value": "2",
            "user_viewable": true,
            "user_editable": true,
            "rules": "required|string|max:20"
        }
    ]
}

Version not found

Hello whenever i try to start my server (after a fresh install) i get this error

Error:./libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /home/container/filesystem_stdio.so)

And i only got this recently my older server never had this problem

Server isn't queryable

Hello!
first of all thank you so much for such a great egg, easy and works great.
i noticed to one problem, servers don't response to query requests..
so tracking tools like websites / bots / plugins which track servers information don't work with that.
the solution is installing ReHLDS, but sometimes not everyone (include me) need it or want to use that addon.
then may you please check if there's anything you could do to fix that?
after all with clean HLDS installation via your egg, query responses don't work.
Thanks in advance!

quay.io/pterodactyl/core:source

I mean the repository dosent exists any more

Error code:

container@pterodactyl~ Server marked as offline...
[Pterodactyl Daemon]: Updating process configuration files...
[Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds...
container@pterodactyl~ Server marked as starting...
[Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete...
[Pterodactyl Daemon]: Finished pulling Docker container image
container@pterodactyl~ Server marked as offline...
container@pterodactyl~ Error Event [68f6b57e-882c-46c6-8baf-837af2cba30d]: environment/docker: failed to run pre-boot process: environment/docker: failed to pull "quay.io/pterodactyl/core:source" image for server: Error response from daemon: unauthorized: access to the requested resource is not authorized
[Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
[Pterodactyl Daemon]: Exit code: 1
[Pterodactyl Daemon]: Out of memory: false
[Pterodactyl Daemon]: Updating process configuration files...
[Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds...

Probléma a server browser-nál.

Hali !

A szerver feltelepül könnyedén, el is indul de a SB-ben nem jelenik meg.
Megadtam neki a szükséges portokat is 27015,stb

"[Pterodactyl Daemon]: Updating process configuration files...
[Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds...
container@pterodactyl~ Server marked as starting...
[Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete...
Pulling from pterodactyl/core
Status: Image is up to date for quay.io/pterodactyl/core:source
Digest: sha256:3265256f9d729a38cd73f64b2e0545699848a378bee0b15f7c7c6469f07a4d10
[Pterodactyl Daemon]: Finished pulling Docker container image
:/home/container$ ./hlds_run -pidfile hlds_27015 -game cstrike -secure +port 27015 +sv_lan 0 +maxplayers 32 +map de_dust2 +sys_ticrate 1200 -pingboost 2 -norestart
Console initialized.
Using breakpad crash handler
Setting breakpad minidump AppID = 10
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 19:52:19 Aug 3 2020 (8684)
STEAM Auth Server
Server IP address 172.19.0.2:27015
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
CAppInfoCacheReadFromDiskThread took 4 milliseconds to initialize
dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
couldn't exec listip.cfg
couldn't exec banned.cfg
Connection to Steam servers successful.
container@pterodactyl~ Server marked as running...
VAC secure mode is activated.

"

Valami tipp ?
Köszi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.