• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] 2 cores or more on one linux machine

Status
Not open for further replies.

jonmii

Enthusiast
Hi ED,

I compiled a linux core, well it works, now i copied the folder (like in windows) and tryed to exec. But it tryes to use the config of first core :(
How can i have two realms in the same machine using ubutnu 15.10?
 

Hyperion

Founder
Hi ED,

I compiled a linux core, well it works, now i copied the folder (like in windows) and tryed to exec. But it tryes to use the config of first core :(
How can i have two realms in the same machine using ubutnu 15.10?

You cant copy a compiled server with a prefixed path.

In order to run both, you will need to compile them separately in their own locations. Change ports of the second realm also
 

Rochet2

Moderator / Eluna Dev
The paths to config are hardcoded. (they are absolute, not relative)
You must start the server with -config parameter that defines a new path to the config you want to use.
For example ./worldserver -config /path/worldserver.conf

.. or was it --config? something like that :p

Otherwise you must compile and install the copy separately with the right folder set in the cmake command.
 
Status
Not open for further replies.
Top