SA-MP Forums Archive
libtbb.so.2 linux problem. - 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: libtbb.so.2 linux problem. (/showthread.php?tid=665974)



libtbb.so.2 linux problem. - ShadowMortar - 22.04.2019

I have RouteConnectorPlugin.dll and RouteConnectorPlugin.so.

In my server.cfg, all plugins are properly with no mistake written.

After I run the server I get this error.

Why does plugin fail to load?

Imo I have libtbb.so.2 in my plugins.

Any solution?
BTW, it only happens on linux server, on windows it works perfectly.


Re: libtbb.so.2 linux problem. - Koreadars - 22.04.2019

Try to use nativecheck.
https://sampforum.blast.hk/showthread.php?tid=249226


Re: libtbb.so.2 linux problem. - ShadowMortar - 23.04.2019

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.DL-R1, ©2005-2018 SA-MP Team

[08:18:40] 
[08:18:40] Server Plugins
[08:18:40] --------------
[08:18:40]  Loading plugin: crashdetect.so
[08:18:40]   CrashDetect plugin 4.19.4
[08:18:40]   Loaded.
[08:18:40]  Loading plugin: mysql_static.so
[08:18:40]  >> plugin.mysql: R39-6 successfully loaded.
[08:18:40]   Loaded.
[08:18:40]  Loading plugin: gvar.so
[08:18:40] 

*** GVar Plugin v1.3 by Incognito loaded ***

[08:18:40]   Loaded.
[08:18:40]  Loading plugin: regex.so
[08:18:40] 

[08:18:40] ______________________________________

[08:18:40]  Regular Expression Plugin v0.2.0 loaded
[08:18:40] ______________________________________

[08:18:40]  By: Fro © Copyright <TBG> 2009-2011
[08:18:40] ______________________________________

[08:18:40]   Loaded.
[08:18:40]  Loading plugin: sscanf.so
[08:18:40] 

[08:18:40]  ===============================

[08:18:40]       sscanf plugin loaded.     

[08:18:40]          Version:  2.8.2        

[08:18:40]    © 2012 Alex "******" Cole  

[08:18:40]  ===============================

[08:18:40]   Loaded.
[08:18:40]  Loading plugin: streamer.so
[08:18:40] 

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

[08:18:40]   Loaded.
[08:18:40]  Loading plugin: Whirlpool.so
[08:18:40]  
[08:18:40]  ==================
[08:18:40]  
[08:18:40]   Whirlpool loaded
[08:18:40]  
[08:18:40]  ==================
[08:18:40]  
[08:18:40]   Loaded.
[08:18:40]  Loading plugin: FCNPC.so
[08:18:40] 
[08:18:40] -------------------------------------------------
[08:18:40]      FCNPC - Fully Controllable NPC v1.8.2
[08:18:40]          GNU/Linux SA-MP Unknown
[08:18:40]           Jan  8 2018 at 01:15:11
[08:18:40] 
[08:18:40]   Author:       OrMisicL (2013 - 2015)
[08:18:40]   Continued by: ziggi (2016 - present)
[08:18:40]   Contributors: kurta999, Neutralneu
[08:18:40] -------------------------------------------------
[08:18:40] 
[08:18:40] Loading...
[08:18:40]   Loaded.
[08:18:40]  Loading plugin: mapandreas.so
[08:18:40]   Loaded.
[08:18:40]  Loading plugin: TPoker.so
[08:18:40] ** TPoker plugin was successfully loaded! ** 
[08:18:40]   Loaded.
[08:18:40]  Loading plugin: merrandom.so
[08:18:40] Plugin MerRandom v2.1 - by Cyber_Punk got loaded.
[08:18:40]   Loaded.
[08:18:40]  Loading plugin: filemanager.so
[08:18:40] ******************
[08:18:40] ** FILE MANAGER **
[08:18:40] **    Loaded    **
[08:18:40] ** Version 1.5 **
[08:18:40] ******************
[08:18:40]   Loaded.
[08:18:40]  Loading plugin: RouteConnectorPlugin.so
[08:18:40]   Failed (libtbb.so.2: cannot open shared object file: No such file or directory)
[08:18:40]  Loading plugin: nativechecker.so
[08:18:40]   Loaded.
[08:18:40]  Loaded 13 plugins.

[08:18:40] 
[08:18:40] Filterscripts
[08:18:40] ---------------
[08:18:40]   Loading filterscript 'sampcac_testscript.amx'...
[08:18:40]   Unable to load filterscript 'sampcac_testscript.amx'.
[08:18:40]   Loaded 0 filterscripts.

[08:18:40] AMX (157712640) loaded
[08:18:41] [FCNPC] Warning: Crash possible. The maxplayers limit in server.cfg is less than the maxnpc limit.
[08:18:41]    Error: Function not registered: 'NearestNodeFromPoint'
[08:18:41]    Error: Function not registered: 'GetNodePos'
[08:18:41] [debug] Run time error 19: "File or function is not found"
[08:18:41] [debug]  NearestNodeFromPoint
[08:18:41] [debug]  GetNodePos
[08:18:41] [debug] Run time error 19: "File or function is not found"
[08:18:41] [debug]  NearestNodeFromPoint
[08:18:41] [debug]  GetNodePos
[08:18:41] Script[gamemodes/sf-cnr.amx]: Run time error 19: "File or function is not found"
[08:18:41] Number of vehicle models: 0
This is my server_log.txt
Plugins:
Код:
plugins crashdetect.so mysql_static.so gvar.so regex.so sscanf.so streamer.so Whirlpool.so FCNPC.so mapandreas.so TPoker.so merrandom.so filemanager.so RouteConnectorPlugin.so nativechecker.so
Any solution?


Re: libtbb.so.2 linux problem. - Koreadars - 23.04.2019

Are you using the newest plugins?
Код:
[08:18:41] [FCNPC] Warning: Crash possible. The maxplayers limit in server.cfg is less than the maxnpc limit.
[08:18:41]    Error: Function not registered: 'NearestNodeFromPoint'
[08:18:41]    Error: Function not registered: 'GetNodePos'
[08:18:41] [debug] Run time error 19: "File or function is not found"
[08:18:41] [debug]  NearestNodeFromPoint
[08:18:41] [debug]  GetNodePos
[08:18:41] [debug] Run time error 19: "File or function is not found"
[08:18:41] [debug]  NearestNodeFromPoint
[08:18:41] [debug]  GetNodePos



Re: libtbb.so.2 linux problem. - ShadowMortar - 23.04.2019

Quote:
Originally Posted by Koreadars
Посмотреть сообщение
Are you using the newest plugins?
Код:
[08:18:41] [FCNPC] Warning: Crash possible. The maxplayers limit in server.cfg is less than the maxnpc limit.
[08:18:41]    Error: Function not registered: 'NearestNodeFromPoint'
[08:18:41]    Error: Function not registered: 'GetNodePos'
[08:18:41] [debug] Run time error 19: "File or function is not found"
[08:18:41] [debug]  NearestNodeFromPoint
[08:18:41] [debug]  GetNodePos
[08:18:41] [debug] Run time error 19: "File or function is not found"
[08:18:41] [debug]  NearestNodeFromPoint
[08:18:41] [debug]  GetNodePos
Of course I am, as I said, exactly the same version(windows) is working. But linux version does not.


Re: libtbb.so.2 linux problem. - ShadowMortar - 23.04.2019

So any solution?