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
Код:
- login as: root
- root@*.***.***.***'s password:
- Last login: Sat Dec 21 07:38:00 2013 from ***.***.***
- [root@SA-MP ~]# cd samp03
- [root@SA-MP samp03]# nohup ./samp03svr&
- [1] 1100
- [root@SA-MP samp03]# nohup: appending output to `nohup.out'
- [1]+ Segmentation fault nohup ./samp03svr
- [root@SA-MP samp03]#
- [root@SA-MP samp03]# nohup ./samp03svr&
- [1] 1117
- [root@SA-MP samp03]# nohup: appending output to `nohup.out'
- [1]+ Segmentation fault nohup ./samp03svr
- [root@SA-MP samp03]#
- [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