Jump to content

Kirux_x

Scallywag
  • Content Count

    3
  • Joined

  • Last visited

  • Days Won

    1

Kirux_x last won the day on August 20 2023

Kirux_x had the most liked content!

Community Reputation

1 Neutral

About Kirux_x

  • Rank
    Pathfinder

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hi Team, I'm using ASC on a dedicated server with Win server 2012 R2 fully updated and with .NET v4.8, after some time the ASC app becomes unresponsive and needs to be closed via task manager. the servers themselves are still running perfectly fine, my question is - is there a service or roll I'm missing that needs to be installed to stop the ASC from becoming unresponsive? Any help or suggestions would be greatly appreciated.
  2. for anyone coming accross this problem i also added { "Name": "MonumentDB", "URL": "127.0.0.1", "Port": 6379, "Password": "foobared" } to the servergrid.serveronly to now look like "DatabaseConnections": [ { "Name": "Default", "URL": "127.0.0.1", "Port": 6379, "Password": "foobared" }, { "Name": "TribeDB", "URL": "127.0.0.1", "Port": 6379, "Password": "foobared" }, { "Name": "TravelDataDB", "URL": "127.0.0.1", "Port": 6379, "Password": "foobared" }, { "Name": "TerritoryDB", "URL": "127.0.0.1", "Port": 6379, "Password": "foobared" }, { "Name": "LogDB", "URL": "127.0.0.1", "Port": 6379, "Password": "foobared" }, { "Name": "TradeDB", "URL": "127.0.0.1", "Port": 6379, "Password": "foobared" }, { "Name": "MonumentDB", "URL": "127.0.0.1", "Port": 6379, "Password": "foobared" } ] } the server now launches correctly
  3. Hi all, I've created a game server using ASC and upon launch am getting this crash [2022.07.17-02.50.02:205][ 0]FDatabaseRedisShared::GetOrCreateSubscriberConnection() Failed To find DB connection for MonumentDB or it had empty URL I have read around about the tradeDB missing from gridserver.serveronly but I have added that in here is my gridserver.serveronly { "LocalS3URL": "", "LocalS3AccessKeyId": "", "LocalS3SecretKey": "", "LocalS3BucketName": "", "LocalS3Region": "", "TribeLogConfig": { "MaxRedisEntries": 1000, "BackupMode": "off", "MaxFileHistory": 10, "HttpBackupURL": "", "HttpAPIKey": "", "S3URL": "", "S3AccessKeyId": "", "S3SecretKey": "", "S3BucketName": "", "S3KeyPrefix": "" }, "SharedLogConfig": { "FetchRateSec": 60, "SnapshotCleanupSec": 900, "SnapshotRateSec": 1800, "SnapshotExpirationHours": 48, "BackupMode": "off", "MaxFileHistory": 10, "HttpBackupURL": "", "HttpAPIKey": "", "S3URL": "", "S3AccessKeyId": "", "S3SecretKey": "", "S3BucketName": "", "S3KeyPrefix": "" }, "TravelDataConfig": { "BackupMode": "off", "MaxFileHistory": 10, "HttpBackupURL": "", "HttpAPIKey": "", "S3URL": "", "S3AccessKeyId": "", "S3SecretKey": "", "S3BucketName": "", "S3KeyPrefix": "" }, "DatabaseConnections": [ { "Name": "Default", "URL": "127.0.0.1", "Port": 6379, "Password": "foobared" }, { "Name": "TribeDB", "URL": "127.0.0.1", "Port": 6379, "Password": "foobared" }, { "Name": "TravelDataDB", "URL": "127.0.0.1", "Port": 6379, "Password": "foobared" }, { "Name": "TerritoryDB", "URL": "127.0.0.1", "Port": 6379, "Password": "foobared" }, { "Name": "LogDB", "URL": "127.0.0.1", "Port": 6379, "Password": "foobared" }, { "Name": "TradeDB", "URL": "127.0.0.1", "Port": 6379, "Password": "foobared" } ] } I have also generated many new Atlas ID's and made new exports from the latest version servergrideditor but am still getting the same results the ASC is v0.1.8.2b the latest version to my knowledge. Please help this has been driving me wild all weekend.
×
×
  • Create New...