SA-MP Forums Archive
how to repair? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: how to repair? (/showthread.php?tid=607126)



how to repair? - NV1D3ATD - 15.05.2016

PHP код:
----------
Loaded log file"server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[03:15:25password ""  (string)
[
03:15:25
[
03:15:25Server Plugins
[03:15:25] --------------
[
03:15:25]  Loading pluginregex.so
[03:15:25
[
03:15:25______________________________________
[03:15:25]  Regular Expression Plugin v0.2.1 loaded
[03:15:25______________________________________
[03:15:25]  ByFro (cCopyright <TBG2009-2011
[03:15:25______________________________________
[03:15:25]   Loaded.
[
03:15:25]  Loading pluginsscanf.so
[03:15:25
[
03:15:25]  ===============================
[
03:15:25]       sscanf plugin loaded.     
[
03:15:25]          Version:  2.8.1        
[03:15:25]    (c2012 Alex "******" Cole  
[03:15:25]  ===============================
[
03:15:25]   Loaded.
[
03:15:25]  Loading pluginstreamer.so
[03:15:25
*** 
Streamer Plugin v2.8 by Incognito loaded ***
[
03:15:25]   Loaded.
[
03:15:25]  Loading pluginColAndreas.so
[03:15:25]   Failed (libBulletDynamics.so.2.82cannot open shared object fileNo such file or directory)
[
03:15:25]  Loaded 3 plugins.
[
03:15:25
[
03:15:25Filterscripts
[03:15:25] ---------------
[
03:15:25]   Loading filterscript 'maps.amx'...
[
03:15:25]   Loaded 2 filterscripts.
[
03:15:25Script[gamemodes/worldwar.amx]: Run time error 19"File or function is not found"
[03:15:25Number of vehicle models
i have encountered this error, i have all files uploaded to the host but the truth is that that is not what happens, i have the correct plugins and i edited anything, From what i see through the 'colandreas' here I leave the gm to use this time
use: https://sampforum.blast.hk/showthread.php?tid=597799
I hope you can help me thanks in advance
srry for my bad english
- By the way when I put it to work on windows .dll mode it works correctly.


Re: how to repair? - Micko123 - 15.05.2016

Okay so you are missing this "libBulletDynamics.so.2.82" and are you sure that you typed your gamemode name correct??


Re: how to repair? - Sew_Sumi - 15.05.2016

Show your server.cfg as well. Like, why has the .so file got .2.82 at the end of it?


Re: how to repair? - NV1D3ATD - 15.05.2016

PHP код:
echo Executing Server Config...
lanmode 0
rcon_password ddd
maxplayers 50
port 7778
hostname ЎWorld at War
Live for your nation
gamemode0 worldwar
filterscripts maps
announce 0
chatlogging 0
weburl www
.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat 
[%H:%M:%S]
language English
plugins regex
.so sscanf.so streamer.so ColAndreas.so 



Re: how to repair? - Sew_Sumi - 15.05.2016

https://github.com/Pottus/ColAndreas#linux-note


Re: how to repair? - NV1D3ATD - 16.05.2016

Exactly as van or files that are installed you passed me,
i can not find similar files in the folder.



Re: how to repair? - Sew_Sumi - 16.05.2016

Quote:

Install the Bullet libraries using your distro's package manager.
Ubuntu: sudo apt-get install libbulletcollision2.82:i386 libbulletdynamics2.82:i386 liblinearmath2.82:i386 libbulletsoftbody2.82:i386
Please note that you must install the 32bit (i386) version of the libraries, even if you use a 64bit OS.

Here