View Single Post
Author Message
lexzor
Veteran Member
Join Date: Nov 2020
Old 01-24-2023 , 07:58   SV Model Index error
Reply With Quote #1

hello, i get this segmentation fault errors:

Code:
L 21/01/2023 - 14:09:20: (map "fy_cluj") SV_ModelIndex: SV_ModelIndex: model dl not precached
L 21/01/2023 - 18:07:31: (map "fy_snow") SV_ModelIndex: SV_ModelIndex: model models/csgoclassyv2/v_sg552_def.mmodels/v_sg552.mdl not precached
L 21/01/2023 - 19:25:47: (map "fy_snow") SV_ModelIndex: SV_ModelIndex: model models/csgoclassyv2/v_aug_def.mdlmodels/v_aug.mdl not precached
L 21/01/2023 - 19:28:11: (map "fy_snow") SV_ModelIndex: SV_ModelIndex: model models/csgoclassyv2/v_sg552_def.mmodels/csgoclassyv2/v_sg552_def.mdl not precached
L 21/01/2023 - 22:15:20: (map "fy_snow") SV_ModelIndex: SV_ModelIndex: model dl not precached
L 22/01/2023 - 12:56:09: (map "de_dust2_3x3") SV_ModelIndex: SV_ModelIndex: model dl not precached
L 22/01/2023 - 13:03:47: (map "fy_snow") SV_ModelIndex: SV_ModelIndex: model dl not precached
L 24/01/2023 - 12:33:38: (map "fy_snow") SV_ModelIndex: SV_ModelIndex: model models/csgoclassyv2/aug/v_aug_0.mmodels/v_aug.mdl not precached
looks like a player tries to use a model which path is a combination between my model location and default model location.

i'm checking if the file exists before precaching the model.

i'm storing models in arrays which i destroy in plugin_end

this error doesn t occur on all servers, this case is an exception

i don't see a pattern when this error occurs.

have someone a idea what's happening? i really can't figure it out.

i must mention that it happens on this version of rehlds:

Code:
ReHLDS version: 3.12.0.780-dev
Build date: 16:20:56 Sep 19 2022 (3082)

Last edited by lexzor; 01-24-2023 at 08:02.
lexzor is offline