Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - jjeffers

#1
That's what I ended up doing. Not ideal but works for now. Thanks!
#2
Same result as before. It looks like it's trying to read from the console, perhaps there is a STDIN that's triggering that read? I'm not sure. It's not critical, but if I can't run the server in the background after I logout, it is inconvenient.

Thanks!
#3
Help section / Daemonized server on ubuntu/linux?
April 16, 2015, 05:52:05 AM
I'm noticing that starting the server via "nohup" will fail like this:

ubuntu@ip-172-31-48-101:~/VoidExpanse_v1.2.7_Linux/Server_Mono$ nohup bash -c 'mono VoidExpanse.ServerMono.exe --dedicated --load'
nohup: ignoring input and appending output to ΓÇÿnohup.outΓÇÖ
ubuntu@ip-172-31-48-101:~/VoidExpanse_v1.2.7_Linux/Server_Mono$ cat nohup.out
16.4.15 12:14:53.1246 [INF] VoidExpanse game server runtime v1.2.7
AtomicTorch Studio (c) 2013-2015
All rights reserved.
16.4.15 12:14:53.1251 [IMP] The server is now launched as a dedicated server. All server data will be loaded and processed in the current server folder.
16.4.15 12:14:53.1252 [IMP] Data folders locations:
   * Static data root path:  /home/ubuntu/VoidExpanse_v1.2.7_Linux
   * Dynamic data root path: /home/ubuntu/VoidExpanse_v1.2.7_Linux/Server_Mono/
16.4.15 12:14:53.1423 [IMP] Operations timed using the system's high-resolution performance counter.
  Timer is accurate within 100 nanoseconds
  Timer frequency in ticks per second = 10000000
[ERROR] FATAL UNHANDLED EXCEPTION: System.UnauthorizedAccessException: Access to the path "/home/ubuntu/VoidExpanse_v1.2.7_Linux/Server_Mono/[Unknown]" is denied.
  at System.IO.FileStream.ReadData (IntPtr handle, System.Byte[] buf, Int32 offset, Int32 count) [0x00000] in <filename unknown>:0
  at System.IO.FileStream.ReadInternal (System.Byte[] dest, Int32 offset, Int32 count) [0x00000] in <filename unknown>:0
  at System.IO.FileStream.Read (System.Byte[] array, Int32 offset, Int32 count) [0x00000] in <filename unknown>:0
  at System.IO.StreamReader.ReadBuffer () [0x00000] in <filename unknown>:0
  at System.IO.StreamReader.ReadLine () [0x00000] in <filename unknown>:0
  at System.IO.UnexceptionalStreamReader.ReadLine () [0x00000] in <filename unknown>:0
  at System.IO.SynchronizedReader.ReadLine () [0x00000] in <filename unknown>:0
  at System.Console.ReadLine () [0x00000] in <filename unknown>:0

Have other folks come across this?

Thanks!
#4
Thank you, sir!
#5
In the meantime, can someone attach an existing ServerSettings.xml file?
#6
Yes, the "--dedicated" flag was included.

ubuntu    8857  2738  2 Apr15 pts/2    00:17:06 mono VoidExpanse.ServerMono.exe --dedicated

But no ServerSettings.xml was created.

ubuntu@ip-172-31-48-101:~$ find . -name *.xml
./VoidExpanse_v1.2.7_Linux/Server_Mono/ModsConfig.xml
./VoidExpanse_v1.2.7_Linux/VoidExpanse_Data/Mono/etc/mono/mconfig/config.xml
./Documents/AtomicTorchStudio/VoidExpanse/ModsConfig.xml
ubuntu@ip-172-31-48-101:~$
#7
Help section / ServerSettings.xml file not created
April 15, 2015, 01:21:02 PM
I've been able to create a server, connect to it, etc. However, I noticed that there is no ServerSettings.xml file created.

Can someone post a sample of one or a link to an example?

Thanks!