redsunservers / SuperZombieFortress

Custom Team Fortress 2 Gamemode, inspired from Left 4 Dead
GNU General Public License v3.0
36 stars 27 forks source link

Server Crashes on specific occasions #147

Closed Dr-Malpractice closed 10 months ago

Dr-Malpractice commented 1 year ago

Hello, I've run into this issue and have no idea why it keeps appearing. The game crashes when:

Crash Log: L 09/18/2023 - 15:39:59: SourceMod error session started L 09/18/2023 - 15:39:59: Info (map "szf_streets_v1") (file "d:\tcafiles\users\\6803728\tf\addons\sourcemod\logs\errors_20230918.log") L 09/18/2023 - 15:39:59: [SM] Unable to load extension "tf2items.ext": The specified module could not be found.

L 09/18/2023 - 15:39:59: [superzombiefortress.smx] Failed to create detour: CGameUI::Deactivate L 09/18/2023 - 15:43:39: SourceMod error session started L 09/18/2023 - 15:43:39: Info (map "szf_streets_v1") (file "d:\tcafiles\users\\6803728\tf\addons\sourcemod\logs\errors_20230918.log") L 09/18/2023 - 15:43:39: [SM] Unable to load extension "tf2items.ext": The specified module could not be found.

L 09/18/2023 - 15:43:39: [superzombiefortress.smx] Failed to create detour: CGameUI::Deactivate

Any clues of it crashing? Thanks in advance.

FortyTwoFortyTwo commented 1 year ago

Update SZF plugin to latest version, recent TF2 update fixed the crash from CGameUI::Deactivate, so the detour is no longer needed.

Though it might be possible that its not enough, as tf2items error shouldn't have appeared to begin with.

FortyTwoFortyTwo commented 10 months ago

Haven't heard any more comments from this, assuming it got resolved