Raised This Month: $32 Target: $400
 8% 

Server crashing a lot since months, never found a fix


Post New Thread Reply   
 
Thread Tools Display Modes
.raM
Junior Member
Join Date: Dec 2017
Location: Dust2
Old 11-09-2018 , 22:03   Re: Server crashing a lot since months, never found a fix
Reply With Quote #11

yeah i would check all models u run cause once i rmmbr random daily crashes and reason was mushroom model i installed from gamebanana, server-side one.
.raM is offline
HvG Community
AlliedModders Donor
Join Date: Sep 2012
Old 11-10-2018 , 06:08   Re: Server crashing a lot since months, never found a fix
Reply With Quote #12

If its because of that then edit items.txt and remove modules 1 by 1.

You will find broken model like that.
HvG Community is offline
Lannister
Veteran Member
Join Date: Apr 2015
Old 11-11-2018 , 10:33   Re: Server crashing a lot since months, never found a fix
Reply With Quote #13

Mini update here:

I've started to play around with the player models on my server, adding 5, 10, 15, but i have a really interesting problem, it seems that every player model is making my server crash.

First i've tried 10, it crashed 2 hours later. Then i removed those 10 and added other 10, it crashed 30 mins later, i removed those 10 and i added back all my CT models (before i was testing only the TT models without any CT model), it crashed 20 mins later.

It's... fucking... weird, without players models and store = no crash, with player models = crash. Damn, what i'm gonna try now is to upload an older items.txt since i might have fucked up something while adding new models.

Last edited by Lannister; 11-11-2018 at 12:22.
Lannister is offline
SpirT
Senior Member
Join Date: Sep 2018
Location: Portugal
Old 11-11-2018 , 17:13   Re: Server crashing a lot since months, never found a fix
Reply With Quote #14

You have a lot of plugins. Try to get the code of all them and do a plugin for example. You have Weapons Skins and Gloves plugin for example. Take that 2 plugins, put the code together in 1 sp file, compile and use on server. This makes your server more faster on connections to player and when booting / rebooting
__________________
SpirT is offline
SpirT
Senior Member
Join Date: Sep 2018
Location: Portugal
Old 11-11-2018 , 17:15   Re: Server crashing a lot since months, never found a fix
Reply With Quote #15

Quote:
Originally Posted by Lannister View Post
Mini update here:

I've started to play around with the player models on my server, adding 5, 10, 15, but i have a really interesting problem, it seems that every player model is making my server crash.

First i've tried 10, it crashed 2 hours later. Then i removed those 10 and added other 10, it crashed 30 mins later, i removed those 10 and i added back all my CT models (before i was testing only the TT models without any CT model), it crashed 20 mins later.

It's... fucking... weird, without players models and store = no crash, with player models = crash. Damn, what i'm gonna try now is to upload an older items.txt since i might have fucked up something while adding new models.
So if is that your problem, try to use another store plugins. Do you use playermodels on Shop? No problem i can help you without any costs. Send me a message on steam. We can talk later and i will solve the problem for you, if i cant i will do my best to your server be 100% uptime!
__________________
SpirT is offline
HvG Community
AlliedModders Donor
Join Date: Sep 2012
Old 11-11-2018 , 20:41   Re: Server crashing a lot since months, never found a fix
Reply With Quote #16

You are saying when you remove Player Models module from items.txt, server doesn't crash anymore?

Can you post the format you have in items.txt?
Post pastebin link here.
HvG Community is offline
Lannister
Veteran Member
Join Date: Apr 2015
Old 11-12-2018 , 16:40   Re: Server crashing a lot since months, never found a fix
Reply With Quote #17

After updating Sourcemod / Dhooks and most of my plugins gamedatas i've encountered a new problem, with store i can't even join my server now (it crashes right after i join).

This is my new crash log :
https://crash.limetech.org/zcwmfcv65ck6

Code:
engine.so + 0x2c8e72
1 	engine.so + 0x2c8ed0
2 	engine.so + 0x25974c
3 	engine.so + 0x1c6740
4 	engine.so + 0x1c91ca
5 	sourcemod.2.csgo.so!PrecacheModel [smn_halflife.cpp:217 + 0x11]
6 	0xde2e3479
7 	0xde2e2c2b
8 	0xeb77506f
9 	sourcepawn.jit.x86.so!sp::Environment::Invoke [environment.cpp:282 + 0xe]
10 	sourcepawn.jit.x86.so!sp::PluginContext::Invoke [plugin-context.cpp:465 + 0x18]
11 	sourcepawn.jit.x86.so!sp::ScriptedInvoker::Invoke [scripted-invoker.cpp:296 + 0x1f]
12 	0xbc2c810
13 	sourcemod.logic.so!sm_CallFinish [smn_functions.cpp:654 + 0xa]
14 	0xde2e26c8
15 	0xeb77506f
16 	sourcepawn.jit.x86.so!sp::Environment::Invoke [environment.cpp:282 + 0xe]
17 	sourcepawn.jit.x86.so!sp::PluginContext::Invoke [plugin-context.cpp:465 + 0x18]
18 	sourcepawn.jit.x86.so!sp::ScriptedInvoker::Invoke [scripted-invoker.cpp:296 + 0x1f]
19 	0xbc2c810
20 	sourcemod.logic.so!CForward::Execute [ForwardSys.cpp:294 + 0x13]
21 	libc-2.17.so + 0x7a61f
Precachemodel, i've read that somewhere, used the search function and it seems like i don't have some models precached? which is weird since in my downloads_simple.ini there's everything.

I wonder if this is the issue and if there's a way to find the model that is not precached?

EDIT: Found the issue (of this new crash) it was because i removed the path of these cvars from my plugins.store.cfg

Code:
// Counter-Terrorist model that supports hats
// -
// Default: "models/player/ct_urban.mdl"
sm_store_hats_default_ct ""

// Terrorist model that supports hats
// -
// Default: "models/player/t_leet.mdl"
sm_store_hats_default_t ""
after uploading my plugin.store backup everything went back to "normal", which doesn't mean that i've fixed the issue with my store, i'll keep investigating.

Last edited by Lannister; 11-12-2018 at 16:46.
Lannister is offline
Lannister
Veteran Member
Join Date: Apr 2015
Old 11-14-2018 , 10:44   Re: Server crashing a lot since months, never found a fix
Reply With Quote #18

Good news:

It seems that the problem was caused because my server was saturated with the items that i've had in my store, what i've done was, remove EVERYTHING and let there only my player models and pets, so far so good, 12 hours without crash.

Untill today, where i got another crash log, but, different from all the others

https://crash.limetech.org/yvkwqtcylezk

Code:
server.so + 0xaf6b73
1 	server.so + 0xae45c6
2 	server.so + 0xae5db2
3 	server.so + 0xaf6862
4 	server.so + 0x53e87f
5 	server.so + 0x6983a6
6 	server.so + 0xa5a2b7
7 	server.so + 0x6a1856
8 	server.so + 0x6a1e35
9 	server.so + 0x684f3c
10 	server.so + 0xa56c96
11 	sdktools.ext.2.csgo.so!__SourceHook_MFHCls_PlayerRunCmdHook::Func [hooks.cpp:50 + 0xd]
12 	sdktools.ext.2.csgo.so + 0x31d70
13 	libpthread-2.17.so + 0xd902
14 	libc-2.17.so + 0x791e5
15 	0xf4fc8e8
16 	libvstdlib.so + 0xb84a
17 	0x3
18 	server.so + 0x6e0740
19 	0xf7773fbc
20 	server.so + 0x5e31a6
21 	sourcemod.2.csgo.so!__SourceHook_FHCls_IServerGameDLLGameFramefalse::Func [sourcemod.cpp:54 + 0xc]
22 	libc-2.17.so + 0xae576
23 	libtier0.so!Plat_FloatTime + 0x4b

Any idea of what this can be? i'll investigate this too, but, maybe someone had this issue in the past and can giveme a tip of what can i do. Thanks!
Lannister is offline
marius892000
AlliedModders Donor
Join Date: May 2012
Location: Behind my laptop screen
Old 11-14-2018 , 18:58   Re: Server crashing a lot since months, never found a fix
Reply With Quote #19

Do you have cmdfix extension?
__________________
marius892000 is offline
Lannister
Veteran Member
Join Date: Apr 2015
Old 11-15-2018 , 11:15   Re: Server crashing a lot since months, never found a fix
Reply With Quote #20

Quote:
Originally Posted by marius892000 View Post
Do you have cmdfix extension?
I don't, should i be using it?
Lannister is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:42.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode