razaqq / PotatoAlert

A statistics companion app for World Of Warships
MIT License
36 stars 5 forks source link

My PA is not working.. #62

Closed HotTager closed 3 weeks ago

HotTager commented 3 weeks ago

image My PA is not working. I can only see my own ship.

Please help?

razaqq commented 3 weeks ago

what mode is this? some sort of pve mode?

HotTager commented 3 weeks ago

It’s in Ranked , but it’s the same in any mode..

razaqq commented 3 weeks ago

Send me the replay please

HotTager commented 3 weeks ago

20241105_211632_PVSB018-Ipiranga_04_Archipelago.zip image

HotTager commented 3 weeks ago

image I checked my log, it was working fine on 24/10/2024 around 12.40pm. After I restarted the game, at 24/10/2024 at 15.09, it's not working anymore.. image image

HotTager commented 3 weeks ago

image This is the logfile. No updates was made during the time when it was working to not working..

razaqq commented 3 weeks ago

This is not an issue with PA, but with WoWs itself. If you check the beginning of the replay file, you will see this

{
  "matchGroup": "ranked",
  "gameMode": 7,
  "filtersByShipConfigName": {

  },
  "clientVersionFromExe": "13,10,0,9129736",
  "mapBorder": null,
  "scenarioUiCategoryId": 0,
  "eventType": "",
  "mapDisplayName": "04_Archipelago",
  "mapId": 2,
  "clientVersionFromXml": "13,10,0,9129736",
  "weatherParams": {
    "0": [
      "PCOW001_Sunny"
    ]
  },
  "disabledShipClasses": [
    "Submarine"
  ],
  "playersPerTeam": 6,
  "duration": 1200,
  "gameTypeGameParamId": 0,
  "name": "6x6",
  "scenario": "ranked_domination",
  "playerID": 0,
  "vehicles": [
    {
      "shipId": 3762271696,
      "relation": 2,
      "id": 537218532,
      "name": "Player_000"
    },
    {
      "shipId": 4276041040,
      "relation": 2,
      "id": 537408039,
      "name": "Player_003"
    },
    {
      "shipId": 4181637104,
      "relation": 2,
      "id": 537001959,
      "name": "Player_001"
    },
    {
      "shipId": 3751753168,
      "relation": 1,
      "id": 671358156,
      "name": "Player_004"
    },
    {
      "shipId": 3762239472,
      "relation": 1,
      "id": 537297581,
      "name": "Player_005"
    },
    {
      "shipId": 4181669712,
      "relation": 2,
      "id": 671156911,
      "name": "Player_006"
    },
    {
      "shipId": 4181604048,
      "relation": 1,
      "id": 671413744,
      "name": "Player_007"
    },
    {
      "shipId": 3751753712,
      "relation": 2,
      "id": 671325589,
      "name": "Player_008"
    },
    {
      "shipId": 4181604304,
      "relation": 2,
      "id": 671287129,
      "name": "Player_009"
    },
    {
      "shipId": 4276041040,
      "relation": 0,
      "id": 537049882,
      "name": "HotTagger"
    },
    {
      "shipId": 4255037136,
      "relation": 1,
      "id": 536960541,
      "name": "Player_011"
    },
    {
      "shipId": 3751786288,
      "relation": 1,
      "id": 671212410,
      "name": "Player_010"
    }
  ],
  "gameType": "RankedBattle",
  "dateTime": "05.11.2024 21:16:32",
  "mapName": "spaces/04_Archipelago",
  "playerName": "HotTagger",
  "scenarioConfigId": 24,
  "teamsCount": 2,
  "playerVehicle": "PVSB018-Ipiranga",
  "battleDuration": 1200,
  "battleItemTrees": {

  }
}

For some reason the game writes Player_00X instead of the actual player name in there. Is there some some of anonymizer setting or do you have a mod for this? I have tested it on the latest patch and everything is working fine for me, this has to be smth with your game install, try launching it without any mods.

HotTager commented 3 weeks ago

ok, let me try to run without mods

HotTager commented 3 weeks ago

OK! It's sorted!! thank you so much!

razaqq commented 3 weeks ago

np