0 files liked
1 comment
0 videos
0 uploads
0 followers
@Leroy63 Se o RageCoop.Server.exe abre e fecha imediatamente sem mostrar nenhum erro, provavelmente está faltando o .NET 6 Runtime.
No meu caso, esse era exatamente o problema. Ao executar o servidor pelo PowerShell, apareceu a mensagem:
You must install .NET to run this application.
Depois de instalar o .NET 6 Runtime (x64) da Microsoft, o RageCoop.Server.exe abriu normalmente e criou o Settings.xml.
Se o servidor abrir e fechar após alguns segundos, tente executá-lo como Administrador. No meu caso isso também foi necessário para evitar problemas de permissão.
English:
If RageCoop.Server.exe instantly closes without showing any error, make sure you have the .NET 6 Runtime installed.
That was exactly my issue. When I launched the server through PowerShell, I got this message:
You must install .NET to run this application.
After installing the Microsoft .NET 6 Runtime (x64), the server started correctly and automatically generated the Settings.xml file.
If the server opens but closes after a few seconds, try running it as Administrator. In my case, this also helped prevent permission-related issues.