Server Crash... Help me pls.

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Post Reply
whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: Server Crash... Help me pls.

Post by whosyourdaddy » Wed Oct 15, 2008 3:47 pm

ya the invalid skill is coming because its trying to use this line right here

Code: Select all

	new iSkillID = SM_GetSkillOfType( id, SKILL_TYPE_ULTIMATE );
	new iSkillLevel = SM_GetSkillLevel( id, iSkillID, 3 );
and its registering the skill level as 0 because iSkillID is return -1 when it should be returning an ultimate id number... my script is doing the same thing but its only when some1 is a cham and tries using their ultimate...... if ur usung the regular wc3 scripts u should have no problem but if u edited ur scripts that may be why... my suggestion is disable the cham skills and see if ur server still crashes.... im looking into mine checking what edit i did to mess it up when i find out ill make a post for u
Image

whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: Server Crash... Help me pls.

Post by whosyourdaddy » Wed Oct 15, 2008 6:56 pm

do u have bots in ur server?
Image

whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: Server Crash... Help me pls.

Post by whosyourdaddy » Fri Oct 17, 2008 12:26 pm

try disabaling your cham race and see if it still crashes
Image

whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: Server Crash... Help me pls.

Post by whosyourdaddy » Wed Nov 12, 2008 8:59 pm

ive think i found the problem well i have in mine.... since im using more races i needed to edit something for the chameleon so it wouldnt say if( wc3_races == 9.....) i had to make it say ">="... check ur war3ft.cfg and check what ur wc3_races is set to... and have you made any plugin edits of your own like changing races around or something? if so that also is ur problem and can have an easy fix
Image

whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: Server Crash... Help me pls.

Post by whosyourdaddy » Thu Nov 13, 2008 11:01 am

yes 8 is standard, try redownloading the current version again and using that...
Image

whosyourdaddy
Spell Breaker
Posts: 398
Joined: Sun Apr 27, 2008 10:11 pm

Re: Server Crash... Help me pls.

Post by whosyourdaddy » Thu Nov 13, 2008 3:24 pm

fjollerik wrote:
L 10/18/2008 - 18:17:08: [0] Invalid skill: -1 [3]
is that the error ur talking about and what rc version are you using, is ur metamod up to date and are your modules up to date?
Image

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Re: Server Crash... Help me pls.

Post by YamiKaitou » Sun Nov 16, 2008 8:51 am

This gives the modules versions
rcon amxx modules

This give Metamods version
rcon meta version
Image

No support via PM or Email

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Re: Server Crash... Help me pls.

Post by YamiKaitou » Sun Nov 16, 2008 11:27 am

I said "rcon amxx modules" not "amxx modules"
Image

No support via PM or Email

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Re: Server Crash... Help me pls.

Post by YamiKaitou » Mon Nov 17, 2008 8:52 am

If the error this thread is about is the Invalid Skill one, it is a know bug with an active bug report and no fix yet. If it is about some other error, I am lost then.
Image

No support via PM or Email

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Re: Server Crash... Help me pls.

Post by YamiKaitou » Mon Nov 17, 2008 6:18 pm

The Invalid Skill is not causing the crash. Based on the information you have provided, I can not determine what is causing the crash, or if the crash is even war3ft's fault
Image

No support via PM or Email

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Re: Server Crash... Help me pls.

Post by YamiKaitou » Wed Nov 19, 2008 8:54 am

Without knowing what is causing it to crash, we can not assist. Do we even know if it is war3ft's fault?
Image

No support via PM or Email

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Re: Server Crash... Help me pls.

Post by YamiKaitou » Wed Nov 19, 2008 12:10 pm

Please provide the output of the following commands


rcon amxx plugins
rcon amxx modules
rcon amxx version
rcon meta list
rcon meta version
Image

No support via PM or Email

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Re: Server Crash... Help me pls.

Post by YamiKaitou » Wed Nov 19, 2008 2:02 pm

For testing purposes, please do the following

Disable ALL plugins but war3ft (including base amxx plugins)
Disable all modules in the modules.ini file (AMXX will enable the ones it needs)
Disable saving of XP
Image

No support via PM or Email

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Re: Server Crash... Help me pls.

Post by YamiKaitou » Wed Nov 19, 2008 6:43 pm

Try a different OS then. And, show me the list of running plugins if you have them all disabled.
Image

No support via PM or Email

Post Reply