When trying to start the server it constantly gives this error
[15:54:34] Starting this instance with config directory: "configuracion-del-servidor"...
[15:54:34] Using global config "scp_multiadmin.cfg"...
[15:54:34] Using server config "configuracion-del-servidor\scp_multiadmin.cfg"...
[15:54:34] Executing "SCPSL.exe"...
[15:54:34] Starting server with the following parameters:
SCPSL.exe -multiadmin:3.4.0.0:1 -batchmode -nographics -silent-crashes -nodedicateddelete -id15744 -console61715 -port7777 -logFile logs\2021-02-01_15_54_34_SCP_log_7777.txt -sharenonconfigs -configpath configuracion-del-servidor -appdatapath configuracion-del-servidor
[15:54:34] MultiAdmin v3.4.0.0 (https://github.com/ServerMod/MultiAdmin/)
Released under MIT License Copyright c Grover 2021
Unhandled Exception: System.InvalidOperationException: Cannot see if a key has been pressed when either application does not have a console or when console input has been redirected from a file. Try Console.In.Peek.
at System.Console.get_KeyAvailable()
at MultiAdmin.ServerIO.InputHandler.<WaitForKey>d__28.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at MultiAdmin.ServerIO.InputHandler.<GetInputLineOld>d__29.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at MultiAdmin.ServerIO.InputHandler.<Write>d__27.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()

When trying to start the server it constantly gives this error