oylsister / ZombieSharp

Infection/survival style gameplay for CS2 in C#
GNU General Public License v3.0
37 stars 7 forks source link

Crash on new round start #8

Open oylsister opened 6 months ago

oylsister commented 6 months ago

This happened when the second round start (not after warmup round), could be the weapon removing issues.

oylsister commented 6 months ago

Fixed #9

LianZiZhou commented 5 months ago

My server also occasionally has this problem. I tried to find many possible points, but I couldn't completely solve the problem. Do you have any better suggestions? I would be very grateful if you could tell me.

oylsister commented 5 months ago

My server also occasionally has this problem. I tried to find many possible points, but I couldn't completely solve the problem. Do you have any better suggestions? I would be very grateful if you could tell me.

First thing. The server log, CS# version, metamod version and your server os

LianZiZhou commented 5 months ago

My server also occasionally has this problem. I tried to find many possible points, but I couldn't completely solve the problem. Do you have any better suggestions? I would be very grateful if you could tell me.

First thing. The server log, CS# version, metamod version and your server os

My server also occasionally has this problem. I tried to find many possible points, but I couldn't completely solve the problem. Do you have any better suggestions? I would be very grateful if you could tell me.

First thing. The server log, CS# version, metamod version and your server os

Thank you for your reply. I use the latest metamod and css api. After applying the convar mentioned in issue #24, it has not crashed for 12 hours. Before, it would crash every 30 minutes. There is no log to provide, the server just throws a segmentation fault at th start of a new round.

oylsister commented 5 months ago

you still haven't told me about server os. Windows or linux?