AtomicTorch Studio Forums

CryoFall => Servers => Topic started by: skrakoll on October 23, 2018, 04:57:02 AM

Title: How can i host a server?
Post by: skrakoll on October 23, 2018, 04:57:02 AM
it┬┤s all said in the subject so... could someone help me?
Title: Re: How can i host a server?
Post by: ai_enabled on October 23, 2018, 04:58:47 AM
Hello!
It's a bit complicated if you're not familiar with CMD/PowerShell.
There is an official wiki if you want to try it http://wiki.atomictorch.com/CryoFall/Server/Setup

Regards!
Title: Re: How can i host a server?
Post by: skrakoll on October 23, 2018, 05:21:35 AM
that┬┤s what i┬┤m doing but... look:

PS C:\Users\usuario\AppData\Local\AtomicTorchStudio\Launcher\Games\CryoFall\Binaries\Server> .\CryoFall_Server.dll loadO
rNew
Error al ejecutar el programa 'CryoFall_Server.dll': No hay ninguna aplicaci├│n asociada con el archivo especificado
para esta operaciónEn línea: 1 Carácter: 1
+ .\CryoFall_Server.dll loadOrNew
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.
En línea: 1 Carácter: 1
+ .\CryoFall_Server.dll loadOrNew
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ResourceUnavailable: (:) [], ApplicationFailedException
    + FullyQualifiedErrorId : NativeCommandFailed

PS C:\Users\usuario\AppData\Local\AtomicTorchStudio\Launcher\Games\CryoFall\Binaries\Server>

I┬┤m doing exactly the same as the guide say but not work.
Title: Re: How can i host a server?
Post by: skrakoll on October 23, 2018, 05:31:52 AM
here in english:


Failed to run the program 'CryoFall_Server.dll': There is no application associated with the specified file
for this operation
Title: Re: How can i host a server?
Post by: ai_enabled on October 23, 2018, 06:05:50 AM
The command is "dotnet".
You just need to supply the path to the DLL file and it will execute it.
You've attempted to execute DLL as is (without dotnet) so it didn't work.
Please see again how to run CryoFall_Server.dll with dotnet in wiki page.
Title: Re: How can i host a server?
Post by: skrakoll on October 23, 2018, 11:25:29 AM
ok i┬┤ll try thanks a lot