Raised This Month: $51 Target: $400
 12% 

Solved Map crashing server (ze_rush_B)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
brunoronning
Senior Member
Join Date: Jan 2014
Location: Brazil
Old 12-30-2018 , 00:27   Map crashing server (ze_rush_B)
Reply With Quote #1

I'm having a problem on a specific map, it's crashing the server. However, other servers use this map without any problems.

Crash report: https://crash.limetech.org/c3h24do4gfpn
__________________

Last edited by brunoronning; 12-31-2018 at 19:44.
brunoronning is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 12-30-2018 , 02:56   Re: Map crashing server
Reply With Quote #2

sm plugins list
sm exts list



Try move SM plugins in disabled folder, restart server, does it still crash?

What map? Link please.
__________________
Do not Private Message @me

Last edited by Bacardi; 12-30-2018 at 02:58.
Bacardi is offline
backwards
AlliedModders Donor
Join Date: Feb 2014
Location: USA
Old 12-30-2018 , 04:56   Re: Map crashing server
Reply With Quote #3

Please give us a link to the bsp file, maybe from a fastdl link.
__________________
I highly recommend joining the SourceMod Discord Server for real time support.
backwards is offline
brunoronning
Senior Member
Join Date: Jan 2014
Location: Brazil
Old 12-30-2018 , 05:43   Re: Map crashing server
Reply With Quote #4

Quote:
Originally Posted by Bacardi View Post
sm plugins list
sm exts list



Try move SM plugins in disabled folder, restart server, does it still crash?

What map? Link please.
Server is stable, problem is only on that map.
Quote:
Originally Posted by 1337norway View Post
Please give us a link to the bsp file, maybe from a fastdl link.
http://fastdl.gflclan.com/csgo/maps/...B_v2_2.bsp.bz2

ps: the map has many problems (wrong tps, some trigger_hurts, etc) on purpose (because the creator wanted to leave the map private due to crying with some servers). I'm fixing with stripper and I want to release after finishing.

Maybe he did something to crash (It happens at retroboss)?

psē: sorry for my english
__________________

Last edited by brunoronning; 12-30-2018 at 06:01.
brunoronning is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 12-30-2018 , 06:03   Re: Map crashing server
Reply With Quote #5

Well problem at least found.

Also, be careful when compress map to bz2, you should not change compression settings, it could broke map or game can't uncompress it right.
__________________
Do not Private Message @me
Bacardi is offline
brunoronning
Senior Member
Join Date: Jan 2014
Location: Brazil
Old 12-30-2018 , 06:21   Re: Map crashing server
Reply With Quote #6

Quote:
Originally Posted by Bacardi View Post
Well problem at least found.

Also, be careful when compress map to bz2, you should not change compression settings, it could broke map or game can't uncompress it right.
Others servers use this map with fix by the stripper, so it is possible to solve.

I have already fixed 95% of the map
__________________

Last edited by brunoronning; 12-30-2018 at 06:22.
brunoronning is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 12-30-2018 , 07:22   Re: Map crashing server
Reply With Quote #7

well I don't get any crash at this point.
Maybe it is in your plugins ?? Did you try disable all SM plugins, does it still crash ??

*edit
Ok I started found something
Code:
{
"model" "*164"
"targetname" "hurt_door_tunnels"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "-7568 -4427 111.97"
"nodmgforce" "0"
"damagetype" "0"
"damagemodel" "0"
"damagecap" "99999"
"damage" "99999"
"classname" "trigger_hurt"
"hammerid" "20802889"
"OnStartTouch" "ConsoleCommandsay THIS MAP IS PRIVATE!01"
"OnStartTouch" "ConsoleCommandsay BECAUSE SOME PEOPLE (INCLUDING SERVER MANAGERS)11"
"OnStartTouch" "ConsoleCommandsay DON'T TREAT MAPPERS WITH THEIR DESERVED RESPECT,21"
"OnStartTouch" "ConsoleCommandsay IS THE REASON WHY THIS MAP ISN'T AVAILABLE TO EVERYONE!41"
"OnStartTouch" "scr_overlay_neoStartOverlays41"
"OnStartTouch" "ConsoleCommandsay FOR THEIR HARD WORK AND TIME THEY SPENT,31"
"OnStartTouch" "ConsoleCommandsay IF YOU THINK YOU ARE A PART OF A COMMUNITY, ACT LIKE IT!51"
}
{
"model" "*165"
"targetname" "hurt_great_hall"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "-7888 -2956 103.99"
"nodmgforce" "0"
"damagetype" "0"
"damagemodel" "0"
"damagecap" "99999"
"damage" "99999"
"classname" "trigger_hurt"
"hammerid" "20802968"
"OnStartTouch" "ConsoleCommandsay THIS MAP IS PRIVATE!01"
"OnStartTouch" "ConsoleCommandsay BECAUSE SOME PEOPLE (INCLUDING SERVER MANAGERS)11"
"OnStartTouch" "ConsoleCommandsay DON'T TREAT MAPPERS WITH THEIR DESERVED RESPECT,21"
"OnStartTouch" "ConsoleCommandsay IS THE REASON WHY THIS MAP ISN'T AVAILABLE TO EVERYONE!41"
"OnStartTouch" "scr_overlay_neoStartOverlays41"
"OnStartTouch" "ConsoleCommandsay FOR THEIR HARD WORK AND TIME THEY SPENT,31"
"OnStartTouch" "ConsoleCommandsay IF YOU THINK YOU ARE A PART OF A COMMUNITY, ACT LIKE IT!51"
}{
"model" "*166"
"targetname" "hurt_b_bombsite"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "-7885.5 -1586 146.02"
"nodmgforce" "0"
"damagetype" "0"
"damagemodel" "0"
"damagecap" "99999"
"damage" "99999"
"classname" "trigger_hurt"
"hammerid" "20803004"
"OnStartTouch" "ConsoleCommandsay THIS MAP IS PRIVATE!01"
"OnStartTouch" "ConsoleCommandsay BECAUSE SOME PEOPLE (INCLUDING SERVER MANAGERS)11"
"OnStartTouch" "ConsoleCommandsay DON'T TREAT MAPPERS WITH THEIR DESERVED RESPECT,21"
"OnStartTouch" "ConsoleCommandsay IS THE REASON WHY THIS MAP ISN'T AVAILABLE TO EVERYONE!41"
"OnStartTouch" "scr_overlay_neoStartOverlays41"
"OnStartTouch" "ConsoleCommandsay FOR THEIR HARD WORK AND TIME THEY SPENT,31"
"OnStartTouch" "ConsoleCommandsay IF YOU THINK YOU ARE A PART OF A COMMUNITY, ACT LIKE IT!51"
}
__________________
Do not Private Message @me

Last edited by Bacardi; 12-30-2018 at 07:44.
Bacardi is offline
brunoronning
Senior Member
Join Date: Jan 2014
Location: Brazil
Old 12-30-2018 , 07:47   Re: Map crashing server
Reply With Quote #8

Crash only occurs on the second part of the map (in the retroboss), you will not even get there because several corrections are necessary.

*edit:
I will send a partial fix on a PM.

*edit2:
I already tested using only the sourcemod base plugins.
__________________

Last edited by brunoronning; 12-30-2018 at 08:21.
brunoronning is offline
backwards
AlliedModders Donor
Join Date: Feb 2014
Location: USA
Old 12-30-2018 , 09:40   Re: Map crashing server
Reply With Quote #9

Quote:
Originally Posted by brunoronning View Post
I will send a partial fix on a PM.
Why keep it private and not post it public so other people can help?
__________________
I highly recommend joining the SourceMod Discord Server for real time support.
backwards is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 12-30-2018 , 09:53   Re: Map crashing server
Reply With Quote #10

Quote:
Originally Posted by brunoronning View Post
I'm having a problem on a specific map, it's crashing the server. However, other servers use this map without any problems.

Crash report: https://crash.limetech.org/c3h24do4gfpn
I have to say this.
When I did see this topic name and post, I tough "Hey, maybe it's just bad plugin I could help".
After all, this map work in other servers but not in one.


But I didn't realize, other servers means literally other server owners... just OP do not get map work in own server.

And this map do have "protections", which need plugin to remove some entities. (And map will crash server in some point).
However, I receive private message from OP, what was stripper config file, "partial fix".
Reading config file, you also need add and modified some entities in map...

That's it. I give up

I like to do something else than solve "protection" in this map.
With my skill this take so much time to look...

*edit
What I tried to tell you (all), write whole problem in FIRST POST, not second or third post.

Last edited by Bacardi; 12-30-2018 at 09:59.
Bacardi is offline
Reply



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:31.


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