View Single Post
  #3  
Old 02-17-2014, 03:00 AM
The_WOZ The_WOZ is offline
Approved Member
 
Join Date: Jan 2010
Posts: 25
Default

Seems to be some kind of problem with relative paths

Long shot but try running the dedicated server through strace.

For example:

strace -e open <name of the dedicated server executable>

that will print a line for every file the dedicated server tries to open.
Reply With Quote