Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

GameMode Not Loading

Initiate Mage
Joined
Jan 5, 2008
Messages
1
Reaction score
0
Code:
SA-MP Dedicated Server
----------------------
v0.3e, (C)2005-2012 SA-MP Team

[21:01:23] password = ""  (string)
[21:01:23] maxnpc = 0  (int)
[21:01:23] 
[21:01:23] Server Plugins
[21:01:23] --------------
[21:01:23]  Loading plugin: LIBMYSQL.so
[21:01:23]   Failed (plugins/LIBMYSQL.so: invalid ELF header)
[21:01:23]  Loading plugin: sampmysql.so
[21:01:23]   Failed (plugins/sampmysql.so: invalid ELF header)
[21:01:23]  Loading plugin: mysql.so
[21:01:23]   Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by plugins/mysql.so))
[21:01:23]  Loading plugin: audio.so
[21:01:23] 

*** Audio Plugin v0.5 R2 by Incognito loaded ***

[21:01:23]   Loaded.
[21:01:23]  Loading plugin: streamer.so
[21:01:23] 

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[21:01:23]   Loaded.
[21:01:23]  Loading plugin: Whirlpool.so
[21:01:23]   Failed (plugins/Whirlpool.so: invalid ELF header)
[21:01:23]  Loading plugin: nativechecker.so
[21:01:23]   Loaded.
[21:01:23]  Loaded 3 plugins.

[21:01:24] 
[21:01:24] Filterscripts
[21:01:24] ---------------
[21:01:24]   Loading filterscript 'gate.amx'...
[21:01:24]   Unable to load filterscript 'gate.amx'.
[21:01:24]   Loaded 0 filterscripts.

[21:01:24]    Error: Function not registered: 'samp_mysql_connect'
[21:01:24]    Error: Function not registered: 'samp_mysql_select_db'
[21:01:24]    Error: Function not registered: 'samp_mysql_ping'
[21:01:24]    Error: Function not registered: 'samp_mysql_close'
[21:01:24]    Error: Function not registered: 'samp_mysql_query'
[21:01:24]    Error: Function not registered: 'samp_mysql_store_result'
[21:01:24]    Error: Function not registered: 'samp_mysql_fetch_row'
[21:01:24]    Error: Function not registered: 'samp_mysql_free_result'
[21:01:24]    Error: Function not registered: 'samp_mysql_real_escape_string'
[21:01:24]    Error: Function not registered: 'samp_mysql_num_rows'
[21:01:24] Script[gamemodes/berzerk.amx]: Run time error 19: "File or function is not found"
[21:01:24] Number of vehicle models: 0

I'm using the Evolution Roleplay [0.3d] GM, but I had to change the name of the .pwn and .amx file, because for some reason my server.cfg won't save if I put the name of the GM in all capitals. Also, what's with the "invalid ELF header?"

I've updated all the plugins, except LIBMYSQL.so and sampmysql.so - that's because I can't find the updated ones anywhere. I've searched on Google, and the forums.

Anyone know what I am doing wrong here?
 
Newbie Spellweaver
Joined
Oct 5, 2012
Messages
36
Reaction score
1
Well, It's a long story, But i'll tell you a solution that may help you..

1- Download all new plugins, If you want the mysql and other Plugins, Send me a message or reply here.
2-Check if your MySQL Database, Cause i see it has some problems.
3-Your Plugin problems as i see, Is just MySql.so,sampmysql.so,and LibMySQL.so.

Check your script and your database as i said at solution 2.

If it has been worked reply here and tell me the results, if not reply too with the results too.

If you got any other problem, I'll be happy to help you. :)
 
Back
Top