Anhk of Reincarnation error

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

Moderator: Forum Moderator

Post Reply
User avatar
Krazy
Forum Administrator
Posts: 282
Joined: Wed Jul 06, 2005 9:40 am
Location: Dayton, Ohio
Contact:

Anhk of Reincarnation error

Post by Krazy » Sun Jan 08, 2006 2:35 pm

This just started happening 4 days ago.

The first thing I saw was this error with my scrollmsg.amxx:

Code: Select all

L 01/04/2006 - 18:00:25: [AMXX] Displaying debug trace (plugin "scrollmsg.amxx")
L 01/04/2006 - 18:00:25: [AMXX] Run time error 10: native error (native "replace")
L 01/04/2006 - 18:00:25: [AMXX]    [0] scrollmsg.sma::setMessage (line 98)
So I removed this from the scrollmsg.amxx and recomplied:

Code: Select all

  new hostname[64]
  get_cvar_string("hostname",hostname,63)
  replace(g_scrollMsg,380,"%hostname%",hostname)
After that the error with the scrollmsg.amxx stopped.


Then also that same day I started noticing this:
Image
Image
I looked in the language file for Warcraft 3 FT and it is spelled right for english. I even upgraded to 2.3.0 to see if that would fix it and still no luck.

I also searched your menus.inl to see if there was a coding problem.

I found this in the items.inl:

Code: Select all

if (!is_user_alive(id) && (iShopmenuItem==ITEM_BOOTS || iShopmenuItem==ITEM_CLAWS || iShopmenuItem==ITEM_CLOAK || iShopmenuItem==ITEM_MASK || iShopmenuItem==ITEM_NECKLACE || iShopmenuItem==ITEM_FROST || iShopmenuItem==ITEM_HEALTH)){
		client_print(id,print_center,"%L",id,"NOT_PURCHASE_WHEN_DEAD")
		return PLUGIN_CONTINUE
	}

	if(iShopmenuItem==p_data[id][P_ITEM] && iShopmenuItem!=ITEM_TOME){
		client_print(id,print_center,"%L",id,"ALREADY_OWN_THAT_ITEM")

		return PLUGIN_CONTINUE
But at no point could I find anything about the Anhk of Reincarnation in the items.inl code.


This is the only error that was about Warcraft 3 FT in my logs:

Code: Select all

L 01/07/2006 - 00:44:49: [AMXX] Displaying debug trace (plugin "warcraft3FT.amxx")
L 01/07/2006 - 00:44:49: [AMXX] Run time error 4: index out of bounds (array "p_data_b[33][37]") (indexed "[][]")
L 01/07/2006 - 00:44:49: [AMXX]    [0] skills.inl::Skill_Check (line 74)
L 01/07/2006 - 00:44:49: [AMXX]    [1] war3ft.inl::WAR3_set_race (line 715)
L 01/07/2006 - 00:44:49: [AMXX]    [2] events.inl::on_ResetHud (line 1022)
And that error has nothing to do with my problem.

Also it is the error that I stated before here:
viewtopic.php?t=920

The only things that I have added from since those errors started was AMX Bans 4.3 and a new recoded version of a knives only plugin with help from teame06 and v3x.

I am totally lost :?
Website: www.djpsych.com
Image

Need help anything to do with Warcraft 3 Mod, installing other plugins, setting up mySQL, installing PsychoStats, or anything else just PM/email me!

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Mon Jan 09, 2006 8:10 am

I am lost as well, I *think* there might be a bug in the current langauge system... Does it always have that crap i the beginning or is it random?
No Support via PM

User avatar
Krazy
Forum Administrator
Posts: 282
Joined: Wed Jul 06, 2005 9:40 am
Location: Dayton, Ohio
Contact:

Post by Krazy » Mon Jan 09, 2006 3:11 pm

Same messed up text no matter if I restart the server. The thing is I did not even touched anything with the langauge files so I have no clue why this is happening. I will have to reinstall AMX Mod X when 1.65 comes out so if after that if it is still broken I will let you know. Any idea when it is coming out because they said like the end of december and it has still not come out?
Website: www.djpsych.com
Image

Need help anything to do with Warcraft 3 Mod, installing other plugins, setting up mySQL, installing PsychoStats, or anything else just PM/email me!

Post Reply