Closed alktbihd closed 7 years ago
@alktbihd Let try this,
Are you currently running any plugins?
installed, put my key then started nope
Is your id OMh7xHzOKXQsZDn1NDcI?
Are you using an invalid gamemode?
yes
@alktbihd ?
nope its a fresh start
dint edit nothing
is OMh7xHzOKXQsZDn1NDcI your id?
yes
Yeah, I saw your id on our error logs
However, nothing is on the log that can help:
{"0":"OMh7xHzOKXQsZDn1NDcI","uid":"OMh7xHzOKXQsZDn1NDcI","1":"2147483647","key":"2147483647","2":"","message":"","3":"","stack":"","4":"3.8.0","version":"3.8.0"}
so i need a new id?
No
@alktbihd Do this for me, delete lines https://github.com/AJS-development/OpenAgar/blob/master/source/core/controller.js#L61-L63 in your copy
Then run again
What does the console say then @alktbihd ?
/root/OpenAgar/source/core/childManager.js:37 if (this.cpus.length <= 1) throw "Your computer must have more than one core in order to run this program" ^ Your computer must have more than one core in order to run this program
Wow. Your computer is bad
server*
Sorry, but OpenAgar uses more than 1 cpu core.
You can however, override that check to use it, but it wont be so optimised
You will also have to edit other parts
You will also have to edit line 51 of childManager.js
Change
if (this.childs.size < this.cpus.length - 1) {
to
if (this.childs.size < this.cpus.length) {
Hey Andrews54757 Plz ready tutoriol video to create server I trying 2 months but I cant plz record the video plzzz
@FlamePlayerTR Really? This is the main reason why I deleted it.
If you can't follow the simple tutorial, then a video wouldn't help neither. The only option for you is to stop trying, and let those people who understand how nodejs use this project only.
Here is the log:
Solution?