Page 1 of 1

Starting Server with Batch File Requires dll

Posted: Tue Dec 18, 2018 6:47 am
by Kers
Starting dedicated servers with batch file will result in an error pop up saying "Unable to locate Nuclex.Input.dll at batch file's directory. Make sure no other process is using the resource and try again." A temporary fix is copying the dll to the directory.

Re: Starting Server with Batch File Requires dll

Posted: Sat Jan 05, 2019 11:59 am
by Gurt
Instead of using a batch file try to create a simple shortcut in windows.

Args:
"C:\Program\Steam\...\Superfighters Deluxe\Superfighters Deluxe Server.exe" -server -start -config "C:\Users\...\Superfighters Deluxe\configServer.ini" -totray

I have successfully run these shortcuts on startup with windows too.