Page 1 of 1

Run time error 10: native error

Posted: Tue Oct 25, 2005 2:16 pm
by wormwood
When my server crashes this is what I get.

From the amxx logs:

Code: Select all

L 10/25/2005 - 14:29:21: [AMXX] Displaying debug trace (plugin "warcraft3FT.amxx")
L 10/25/2005 - 14:29:21: [AMXX] Run time error 10: native error (native "get_user_team")
L 10/25/2005 - 14:29:21: [AMXX]    [0] warcraft3FT.sma::client_disconnect (line 553)
From the server logs:

Code: Select all

L 10/25/2005 - 14:48:44: [WAR3FT] dev: called: GiveFnptrsToDll
L 10/25/2005 - 14:48:44: [WAR3FT] WARNING: meta-interface version mismatch; requested=WAR3FT ours=5:12
L 10/25/2005 - 14:48:44: [WAR3FT] WARNING: metamod version is newer than expected; consider finding a newer version of this module
I have amxmodx 1.6 and metamod 1.18 on a linux server. I recompiled all the plugins on Sun. Oct 23, 2005.

any suggestions?

Posted: Tue Oct 25, 2005 3:43 pm
by Geesu
What happens when it crashes? That native error won't cause a crash...

Re: Run time error 10: native error

Posted: Tue Oct 25, 2005 5:58 pm
by Lazarus Long
wormwood wrote:From the server logs:

Code: Select all

L 10/25/2005 - 14:48:44: [WAR3FT] dev: called: GiveFnptrsToDll
L 10/25/2005 - 14:48:44: [WAR3FT] WARNING: meta-interface version mismatch; requested=WAR3FT ours=5:12
L 10/25/2005 - 14:48:44: [WAR3FT] WARNING: metamod version is newer than expected; consider finding a newer version of this module
I have amxmodx 1.6 and metamod 1.18 on a linux server. I recompiled all the plugins on Sun. Oct 23, 2005.

any suggestions?
It doesn't have to do with your error (at least it never gave me any problem besides being annoying to see in the logs) but you can also recompile the module against Metamod 1.18 and these warning messages will go away.

Posted: Wed Oct 26, 2005 4:08 pm
by wormwood
Ive recompiled again just to be sure. I will inform you if I have any further problems.

Thanks