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

[RESOLVED] Server Crash on Mapchange / GunGame 1.16b


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
platzpatrone
Veteran Member
Join Date: Apr 2007
Location: Germany
Old 04-13-2007 , 21:03   [RESOLVED] Server Crash on Mapchange / GunGame 1.16b
Reply With Quote #1

Hi@all and Big Thanks to Avalanche for a very cool mod,

my problem is that if i had install GunGame 1.16b on amxmodx 1.76d
that the Mapchange let my Server crash and reboot it with the standart map there is configured in server.cfg

If i do own Mapchange with RCON the same problem comes, server crash
and reboot with the standard map configured in server.cfg.

With GunGame 1.16 the same, but with GunGame 1.15 it works very fine !

What can i do to resolved this Problem. Here are my Configs:

in gungame.cfg

// basic cvars
gg_enabled 1
gg_vote_setting 0
gg_vote_custom ""
gg_changelevel_custom ""
gg_map_setup "mp_timelimit 2; mp_winlimit 0; sv_alltalk 0; mp_chattime 10; mp_c4timer 25"
gg_join_msg 1
gg_colored_messages 1
gg_save_temp 300
gg_status_display 0
gg_map_iterations 1
// stats cvars
gg_stats_file "gungame.stats"
gg_stats_ip 0
gg_stats_prune 2592000
gg_stats_mode 1
gg_stats_winbonus 1.5
// deathmatch cvars
gg_dm 1
gg_dm_sp_time 1.0
gg_dm_sp_mode 1
gg_dm_spawn_random 0
gg_dm_start_random 1
gg_dm_spawn_delay 1.5
gg_dm_spawn_afterplant 1
gg_dm_corpses 1
gg_dm_countdown 0
// objective cvars
gg_block_objectives 1
gg_bomb_defuse_lvl 0
gg_host_touch_reward 0
gg_host_rescue_reward 0
gg_host_kill_reward 0
gg_host_kill_penalty 0
// gameplay cvars
gg_ff_auto 1
gg_weapon_order "glock18,usp,p228,deagle,fiveseven,elite,m3,x m1014,tmp,mac10,mp5navy,ump45,p90,galil,famas ,ak47,scout,m4a1,sg552,aug,m249,hegrenade,kni fe"
gg_max_lvl 3
gg_triple_on 0
gg_turbo 1
gg_knife_pro 1
gg_worldspawn_suicide 1
gg_pickup_others 0
gg_handicap_on 1
gg_top10_handicap 1
gg_warmup_timer_setting 60
gg_knife_warmup 1
gg_warmup_multi 0
gg_nade_glock 0
gg_nade_smoke 0
gg_nade_flash 0
gg_kills_per_lvl 1
gg_give_armor 100
gg_give_helmet 1
gg_ammo_amount 200
gg_refill_on_kill 1
gg_tk_penalty 0
gg_awp_oneshot 1
// sound cvars
gg_sound_levelup "gungame/smb3_powerup.wav"
gg_sound_leveldown "gungame/smb3_powerdown.wav"
gg_sound_nade "gungame/nade_level.wav"
gg_sound_knife "gungame/knife_level.wav"
gg_sound_welcome "gungame/gungame2.wav"
gg_sound_triple "gungame/smb_star.wav"
gg_sound_winner "media/Half-Life08.mp3"
// random weapon order cvars (leave blank to disable)
gg_weapon_order1 ""
gg_weapon_order2 ""
gg_weapon_order3 ""
gg_weapon_order4 ""
gg_weapon_order5 ""
gg_weapon_order6 ""
gg_weapon_order7 ""
gg_weapon_order8 ""
gg_weapon_order9 ""
gg_weapon_order10 ""


in plugins.ini

; AMX Mod X plugins
; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management
; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
;mapsmenu.amxx ; maps menu (vote, changelevel)
; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands
; Map related
nextmap.amxx ; displays next map in mapcycle
;mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map
; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands
; Counter-Strike
;restmenu.amxx ; restrict weapons menu
statsx.amxx ; stats on death or round end (CSX Module required!)
;miscstats.amxx ; bunch of events announcement for Counter-Strike
;stats_logging.amxx ; weapons stats logging (CSX Module required!)
; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer
; Custom - Add 3rd party plugins here
gungame.amxx


in modules.ini


;;;
; To enable a module, remove the semi-colon (;) in front of its name.
; If it's not here, simply add it its name, one per line.
; You don't need to write the _amxx part or the file extension.
;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time. Use ;;
;; amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;
;mysql
;sqlite
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;
;; Put third party modules below here. ;;
;; You can just list their names, without the _amxx ;;
;; or file extension. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;
;; These modules will be auto-detected and loaded ;;
;; as needed. You do not need to enable them here ;;
;; unless you have problems. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;
fun
;engine
fakemeta
;geoip
;sockets
;regex
;nvault
cstrike
csx
csrespawn

if you need more information please let me hear about this.

Thanks
Platzpatrone

Last edited by XxAvalanchexX; 04-20-2007 at 00:32. Reason: marked resolved
platzpatrone is offline
XxAvalanchexX
Veteran Member
Join Date: Oct 2004
Location: abort73.com
Old 04-13-2007 , 22:44   Re: Server Crash on Mapchange / GunGame 1.16b
Reply With Quote #2

Post your metamod's plugins.ini. Try disabling the fun module temporarily.
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS
XxAvalanchexX is offline
platzpatrone
Veteran Member
Join Date: Apr 2007
Location: Germany
Old 04-14-2007 , 01:29   Re: Server Crash on Mapchange / GunGame 1.16b
Reply With Quote #3

Hi,

i have deactivated "fun" but the same problem, server crash and reboot with standard map from the server.cfg :-(

Here is my plugins.ini from Metamod:

;; Metamod plugins.ini
; AMX Mod X 1.76d
linux addons/amxmodx/dlls/amxmodx_mm_i386.so
; Enable this instead for binary logging
; linux addons/amxmodx/dlls/amxmodx_bl_mm_i386.so


i have no others plugins installed.

Hope you can help to ban this problem
Thanks

Platzpatrone
platzpatrone is offline
XxAvalanchexX
Veteran Member
Join Date: Oct 2004
Location: abort73.com
Old 04-14-2007 , 01:33   Re: Server Crash on Mapchange / GunGame 1.16b
Reply With Quote #4

Alright, well just to make sure, disable GunGame and see if the server still crashes when changing maps. ;)

Is this a Windows or Linux server?
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS
XxAvalanchexX is offline
platzpatrone
Veteran Member
Join Date: Apr 2007
Location: Germany
Old 04-14-2007 , 01:38   Re: Server Crash on Mapchange / GunGame 1.16b
Reply With Quote #5

Hi,

It is a Linux Server.

Even if i disable GunGame Plugin then the mapchange works fine.
With gungame 1.15 enabled it works very fine.

I don't no why version 1.15 works fine but 1.16/b not :-(

Thanks
platzpatrone is offline
XxAvalanchexX
Veteran Member
Join Date: Oct 2004
Location: abort73.com
Old 04-14-2007 , 19:47   Re: Server Crash on Mapchange / GunGame 1.16b
Reply With Quote #6

Can you tell exactly when the crash occurs? Is it right before the current map ends, right after the next map starts, or somewhere inbetween?
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS
XxAvalanchexX is offline
platzpatrone
Veteran Member
Join Date: Apr 2007
Location: Germany
Old 04-14-2007 , 19:54   Re: Server Crash on Mapchange / GunGame 1.16b
Reply With Quote #7

Hi,

it crashs on the end of the map and on manual mapchange via RCON or AMXX.

the crash come directly and than after crash the server automatically reboot with the standard map in the server.cfg

But with GunGame 1.15 i can make manual mapchange and automatic mapchange initiate from GunGame on map end.

Thank you

Platzpatrone
platzpatrone is offline
XxAvalanchexX
Veteran Member
Join Date: Oct 2004
Location: abort73.com
Old 04-14-2007 , 21:06   Re: Server Crash on Mapchange / GunGame 1.16b
Reply With Quote #8

I know that it occurs when you change the map. But I'm curious about the pinpoint: is it right before it attempts to switch from map A -> map B, or right after it loads map B, etcetera. Are you able to tell at all?
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS
XxAvalanchexX is offline
platzpatrone
Veteran Member
Join Date: Apr 2007
Location: Germany
Old 04-14-2007 , 21:20   Re: Server Crash on Mapchange / GunGame 1.16b
Reply With Quote #9

Quote:
Originally Posted by XxAvalanchexX View Post
I know that it occurs when you change the map. But I'm curious about the pinpoint: is it right before it attempts to switch from map A -> map B, or right after it loads map B, etcetera. Are you able to tell at all?
Hello,

it is on switching from map A -> map B. it does not try to load the next MAP. The crash comes with an Error Message: Server Shutting Down
I wait 3 till 6 Seconds then i can REconnect to my Server and then the Standard Map is loaded.

Greetz
Platzpatrone
platzpatrone is offline
IdiotSavant
Senior Member
Join Date: Apr 2006
Old 04-15-2007 , 23:14   Re: Server Crash on Mapchange / GunGame 1.16b
Reply With Quote #10

What version server are you running? CS1.5? CS1.6? CS:CZ?
__________________
IdiotSavant
"Make something idiot proof and they just build a better Idiot."

Like GunGame? Visit www.gungame.org today!
Earn Admin just by playing at GunGame.Org Servers!

Come visit our GunGame.Org server at 174.34.146.107:27015
IdiotSavant 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 19:48.


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