SA-MP Forums Archive
Help Me :( . - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Help Me :( . (/showthread.php?tid=587941)



Help Me :( . - quochuy - 04.09.2015

Help me .

- Server Log
Code:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[06:37:43] 
[06:37:43] Server Plugins
[06:37:43] --------------
[06:37:43]  Loading plugin: streamer.so
[06:37:43] 

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

[06:37:43]   Loaded.
[06:37:43]  Loading plugin: mysql.so
[06:37:43]  >> plugin.mysql: R39-2 successfully loaded.
[06:37:43]   Loaded.
[06:37:43]  Loading plugin: sscanf.so
[06:37:43] 

[06:37:43]  ===============================

[06:37:43]       sscanf plugin loaded.     

[06:37:43]          Version:  2.8.1        

[06:37:43]    © 2012 Alex "Y_Less" Cole  

[06:37:43]  ===============================

[06:37:43]   Loaded.
[06:37:43]  Loading plugin: whirlpool.so
[06:37:43]  
[06:37:43]  ==================
[06:37:43]  
[06:37:43]   Whirlpool loaded
[06:37:43]  
[06:37:43]  ==================
[06:37:43]  
[06:37:43]   Loaded.
[06:37:43]  Loaded 4 plugins.

[06:37:43] 
[06:37:43] Filterscripts
[06:37:43] ---------------
[06:37:43]   Loading filterscript 'exterior.amx'...
[06:37:43]   Loading filterscript 'interior.amx'...
[06:37:43]   Loading filterscript 'server.amx'...
[06:37:43]   Loading filterscript 'object.amx'...
[06:37:43]   Loading filterscript 'removebuilding.amx'...
[06:37:43] RemoveBuilding Filterscript Initiated
[06:37:43]   Loading filterscript 'chetgtav.amx'...
[06:37:43]   Loaded 6 filterscripts.

[06:37:43]  
[06:37:43]  
[06:37:43]  
[06:37:43]  ======================================= 
[06:37:43]  |                                     | 
[06:37:43]  |        YSI version 3.09.0684        | 
[06:37:43]  |        By Alex "Y_Less" Cole        | 
[06:37:43]  |                                     | 
[06:37:43]  ======================================= 
[06:37:43]  
[06:37:43]  
[06:37:43]  
[06:37:44] GameMode is preparing to load , Please Wait ...
- Nohup.uot log .
Code:
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::thread_resource_error> >'
  what():  boost::thread_resource_error: Resource temporarily unavailable

Started server on port: 7777, with maxplayers: 50 lanmode is OFF.



Re: Help Me :( . - Infinity - 04.09.2015

What seems to be the problem? From what I can tell, your server starts normally.


Re: Help Me :( . - quochuy - 04.09.2015

Quote:
Originally Posted by Infinity
View Post
What seems to be the problem? From what I can tell, your server starts normally.
not work .
I use sudo
Code:
[root@211212121212 samp03]# sudo ./samp03svr

Started server on port: 7777, with maxplayers: 50 lanmode is OFF.

terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::thread_resource_error> >'
  what():  boost::thread_resource_error: Resource temporarily unavailable



Re: Help Me :( . - Jake187 - 04.09.2015

edit your server.cfg and bind your servers IP Address such as
maxplayers 304
bind 198.50.158.14
port 7777

and please start the server as ./samp03svr until you have successfully started it than use nohup. You do not need to use sudo.