Gamemode; 'Unknown' VX-RP -
Baspol - 04.06.2011
Hello all,
I'm having a problem with my server running on the gamemode; 'VX-RP 2'..
I have configured evrything and linked the gamemode in vxrp.. But my gamemode doesnt load.. It says; Unknown and if I connect than I get a scriptless world so it isnt really there..
Here is my server.cfg
echo Executing Server Config...
lanmode 0
rcon_password ****
maxplayers 500
plugins mysql.so sscanf.so streamer.so wp.so geoip.so irc.so
port 7777
hostname Testing
gamemode0 vxrp 1
announce 1
filterscripts ls_elevator
query 1
weburl
www.server.com
maxnpc 20
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
I've tried deleting .so of the plugins.. Tried to delete the 1.. Make the 1 to the vxrp.. I tried a lot..
I am sure the plugins are there in the plugins map. And he loads it all.
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3c R2, ©2005-2011 SA-MP Team
[19:44:13]
[19:44:13] Server Plugins
[19:44:13] --------------
[19:44:13] Loading plugin: mysql.so
[19:44:13] Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)
[19:44:13] Loading plugin: sscanf.so
[19:44:13]
[19:44:13] ===============================
[19:44:13] sscanf plugin loaded.
[19:44:13] © 2009 Alex "******" Cole
[19:44:13] ===============================
[19:44:13] Loaded.
[19:44:13] Loading plugin: streamer.so
[19:44:13]
*** Streamer Plugin v2.5.2 by Incognito loaded ***
[19:44:13] Loaded.
[19:44:13] Loading plugin: wp.so
[19:44:13]
[19:44:13] ==================
[19:44:13]
[19:44:13] Whirlpool loaded
[19:44:13]
[19:44:13] ==================
[19:44:13]
[19:44:13] Loaded.
[19:44:13] Loading plugin: geoip.so
[19:44:13] GeoIP_Plugin got loaded.
[19:44:13] Loaded.
[19:44:13] Loading plugin: irc.so
[19:44:13]
*** IRC Plugin v1.4.1 by Incognito loaded ***
[19:44:13] Loaded.
[19:44:13] Loaded 5 plugins.
[19:44:13]
[19:44:13] Filter Scripts
[19:44:13] ---------------
[19:44:13] Loading filter script 'ls_elevator.amx'...
[19:44:13] Loaded 1 filter scripts.
[19:44:13] Script[gamemodes/vxrp.amx]: Run time error 19: "File or function is not found"
[19:44:13] Number of vehicle models: 0
[19:49:24] --- Server Shutting Down.
[19:49:24]
[19:49:24] ===============================
[19:49:24] sscanf plugin unloaded.
[19:49:24] ===============================
[19:49:24]
*** Streamer Plugin v2.5.2 by Incognito unloaded ***
[19:49:24]
[19:49:24] ====================
[19:49:24]
[19:49:24] Whirlpool unloaded
[19:49:24]
[19:49:24] ====================
[19:49:24]
[19:49:24] GeoIP_Plugin got unloaded.
[19:49:24]
*** IRC Plugin v1.4.1 by Incognito unloaded ***
As you see is this is the problem:
Run time error 19: "File or function is not found"
Why is it? I am sure its all named the directory is called just gamemodes and vxrp.amx is there.
Thanks in advance,
Bas
Re: Gamemode; 'Unknown' VX-RP -
iLinx - 04.06.2011
Ask your host to make sure they have all of the proper MySQL libraries installed on their system.
Re: Gamemode; 'Unknown' VX-RP -
Baspol - 04.06.2011
I installed MySQL myself.
I installed mysql mysql-devel mysql-server
than I did the following things
mysql -u root -p****
create database vxrp;
exit
mysql -u root -p****** vxrp < dump.sql
And I filled in this information into the script..
Okay I also deleted the irc.so plugin from the server.cfg because I don't use it in the gamemode.
Still having the same problem.
I checked once more if the dump.sql worked and it did..
mysql> use vxrp;
mysql> show tables;
and all the tables come up...
Re: Gamemode; 'Unknown' VX-RP -
Joey_Griffiths - 04.06.2011
Ok, make sure you have GeoIP installed and streamer. Then, that should fix your problem.
Re: Gamemode; 'Unknown' VX-RP -
Baspol - 04.06.2011
@ Joey_Griffiths
I don't get it?
I have all the plugins that I said in the server.cfg I actually put it in the plugins folder so I installed al.
Re: Gamemode; 'Unknown' VX-RP -
Baspol - 04.06.2011
SOLVED
You have to install mysqlclient15
Re: Gamemode; 'Unknown' VX-RP -
Calgon - 04.06.2011
I'd have assumed:
Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)
made that clear.
Re: Gamemode; 'Unknown' VX-RP -
Baspol - 04.06.2011
I don't really get what you mean
But you should try:
yum install libmysqlclient_r.so.15
or with apt-get install
Re: Gamemode; 'Unknown' VX-RP -
Calgon - 04.06.2011
The error makes it obvious what you need to do. You shouldn't need to post a thread when you can simply read a warning.
I know what to do, hell I wrote the mode and I managed the server I ran it on.
Re: Gamemode; 'Unknown' VX-RP -
Baspol - 04.06.2011
Owh wait! I see that sentence was in my log..
Sorry my bad Calgon!
EDIT:
Lolzz I had to take a better look before I posted.
P.S I played your server, I was playing beta etc..