SA-MP Forums Archive
Segmentation Fault - 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: Segmentation Fault (/showthread.php?tid=482486)



Segmentation Fault - hassantariq73 - 21.12.2013

When I type command nohup ./samp03svr& and press enter
It gives following error and the server doesnt starts
Код:
  1. login as: root
  2. root@*.***.***.***'s password:
  3. Last login: Sat Dec 21 07:38:00 2013 from ***.***.***
  4. [root@SA-MP ~]# cd samp03
  5. [root@SA-MP samp03]# nohup ./samp03svr&
  6. [1] 1100
  7. [root@SA-MP samp03]# nohup: appending output to `nohup.out'
  8. [1]+ Segmentation fault nohup ./samp03svr
  9. [root@SA-MP samp03]#
  10. [root@SA-MP samp03]# nohup ./samp03svr&
  11. [1] 1117
  12. [root@SA-MP samp03]# nohup: appending output to `nohup.out'
  13. [1]+ Segmentation fault nohup ./samp03svr
  14. [root@SA-MP samp03]#
  15. [root@SA-MP samp03]#
No logs are created !


Re: Segmentation Fault - TheOriginal1337 - 21.12.2013

Try to start your server with a different command:
screen -d -m -S SAMPSERVERNAME samp03svr


Re: Segmentation Fault - hassantariq73 - 21.12.2013

Now, I am not getting the error but the server still isn't started or have created any logs!


Re: Segmentation Fault - TheOriginal1337 - 21.12.2013

Check this topic, there might be a solution in here.

https://sampforum.blast.hk/showthread.php?tid=140449