panel icon indicating copy to clipboard operation
panel copied to clipboard

Can't send more than 1040 console commands

Open BenasPaulikas opened this issue 1 year ago • 7 comments

Current Behavior

Can't send more than 1040 console commands (same with WS sockets, same with API) At some point sending commands return status code good via API but they don't appear in console anymore.

Expected Behavior

Can send more than 1040 console commands

Steps to Reproduce

Create server Send commands on the loop via API or console. Eventually they will start failing( I believe after 1040 commands)

Panel Version

1.10.4 (Note same happens via WS so I doubt it's panel version)

Wings Version

1.11.13 (Latest: 1.11.13)

Games and/or Eggs Affected

No response

Docker Image

No response

Error Logs


Is there an existing issue for this?

  • [x] I have searched the existing issues before opening this issue.
  • [x] I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
  • [x] I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.

BenasPaulikas avatar Mar 06 '25 14:03 BenasPaulikas

Doesn't happen on all eggs. I will update more soon.

BenasPaulikas avatar Mar 22 '25 09:03 BenasPaulikas

So it's related to egg

Examples:

Works okay: https://github.com/pelican-eggs/games-standalone/blob/main/gta/mtasa/egg-pterodactyl-multi-theft-auto.json

Fails at 1040 commands: https://github.com/pelican-eggs/games-steamcmd/blob/main/dayz/egg-pterodactyl-day-z.json

BenasPaulikas avatar Mar 26 '25 12:03 BenasPaulikas

Maybe somehow related to egg OS ? cc @parkervcp @gOOvER maybe any ideas?

BenasPaulikas avatar Mar 26 '25 12:03 BenasPaulikas

Does it fail on any other eggs? I suspect this is an issue with the bercon client that is used in that egg to pass input to the game server.

danny6167 avatar Apr 01 '25 16:04 danny6167

@danny6167 more examples where it fails:

ghcr.io/parkervcp/games:samp ghcr.io/parkervcp/yolks:debian ghcr.io/parkervcp/steamcmd:debian ghcr.io/parkervcp/games:dayz

BenasPaulikas avatar Apr 01 '25 16:04 BenasPaulikas

Those are not eggs. Are you trying to say it's broken on every single egg that uses those images ?

Can you give some actual examples of other eggs where it breaks ?

danny6167 avatar Apr 01 '25 17:04 danny6167

@danny6167 I was just assuming.

As for egg examples: https://github.com/pelican-eggs/games-steamcmd/blob/main/assetto_corsa/egg-pterodactyl-assetto-corsa.json - broken https://github.com/pelican-eggs/games-steamcmd/blob/main/dayz/egg-pterodactyl-day-z.json - broken

https://github.com/pelican-eggs/games-standalone/blob/main/gta/mtasa/egg-pterodactyl-multi-theft-auto.json - okay

Maybe it's just debian OS that's broken idk more.

BenasPaulikas avatar Apr 01 '25 18:04 BenasPaulikas