libtbb.so.2 linux problem.
#1

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.
Reply
#2

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

Код:
----------
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?
Reply
#4

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
Reply
#5

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.
Reply
#6

So any solution?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)