Errors

Anleitungen zu CS 1.6 Server-Setup, Fixes, Plugin-Entwicklung und Administration.

87 Tutorials

Fix: 'S_FindName: out of sound slots' / Sound Precache Overflow

What the sound-precache limit is in GoldSrc, why plugins that precache too many sounds crash the server, and how to find and trim the offender so the map loads.

Fix: Zombie Plague Round Doesn't Start

Why a Zombie Plague server sits in an endless standard round with no infection, the plugin load order and cvars that gate the mode, and how to read the AMXX log to find the real cause.

Fix: AMXBans Doesn't Ban / No Rows Inserted in MySQL

Why an AMXBans command appears to work in-game yet writes nothing to the database: the MySQL module, the amxbans SQL config, load order, and table-prefix mismatches.

Fix: 'Bad rcon_password' / RCON Not Authenticating

Every reason RCON rejects your password on a CS 1.6 server - config overrides, the challenge/UDP path, ReHLDS lockouts, and sv_rcon ban settings - with the exact check for each.

Fix: Everyone Has High Ping Only on My Server

Players ping fine to every other server but yours? The usual culprit is low server FPS or a CPU-starved VPS, not the network. How to diagnose and fix in-game ping.

Fix: Run time error 4: index out of bounds (AMX Mod X)

Decode AMX Mod X 'Run time error 4: index out of bounds', read the debug trace to find the exact plugin and line, and fix the array bounds bug behind it.

Fix: Players Can't Download Your Custom Maps

Why players join a custom map with black checkerboard textures or no map at all, the three cvars that gate downloading, resource precache limits, and how to confirm the file is actually served.

Fix: Master Server Heartbeat Failing / No Heartbeats Sent

Why your server never appears in the internet server list, how to force a heartbeat, the sv_lan and sv_region cvars that gate it, and the firewall/NAT rules the announce needs.

Fix: Pterodactyl CS 1.6 Server Won't Start (Wings / Egg Issues)

Why a CS 1.6 server deployed on Pterodactyl sits at 'Starting' forever, how the egg startup command and detection string work, the missing 32-bit library trap, and how to read the Wings console for the real error.

Fix: Server Lags With Only 10 Players

Why a CS 1.6 server with a handful of players feels laggy, how to check the real server FPS with stats, and the sys_ticrate, rate and ReHLDS fixes that smooth it out.

Fix: 'wrong ELF class: ELFCLASS64' Loading a Module

Why HLDS refuses a 64-bit .so with 'wrong ELF class: ELFCLASS64', how to find the offending file with the file command, and how to get the 32-bit build it actually needs.

Fix: AMX_ERR_STACKERR / Run time error 3: stack error

What a stack error really means in AMX Mod X, how to enable debug to find the offending function, and why oversized local arrays are almost always the cause.