Loading mission after save bug

  1. ‹ Older
  2. 8 years ago

    Tupolov

    16 Jun 2015 Administrator
    Edited 8 years ago by Tupolov

    So, it looks like your player data index was saved but no player data was saved. Either this errored or you did not wait long enough for everything to save. I will check your save logs. I've deleted the player data index, so the mission should load ok (but players will be put back to start)

  3. Tupolov

    16 Jun 2015 Administrator

    Your Reshmaan Campaign seemed to save ok. Can you please try to load this mission with debug turned on for the data module. Thanks

  4. I've made another mission on Takistan (my team wanted to change) and the last server.rpt was from this mission, and it's the same problem.

    Either this errored or you did not wait long enough for everything to save

    Not wait long enough ? I didn't touch anything, I clicked on "Server save & exit" and wait.

  5. Tupolov

    16 Jun 2015 Administrator

    Ok, but Takistan didn't save properly where as Reshmaan did. Did Reshmaan have loading issues?

    Takistan won't load properly because it hadn't fully saved.

    Either you need to repro the save issue on Takistan (with debug on) or repro Reshmaan loading issues (with debug on)

    Thanks!

  6. Edited 8 years ago by Sartax

    Hmmmm okay, but i don't know why the map hadn't fully saved the mission, I simply clicked on "Server save & exit" and wait until the save was over.

    On Reshmaan, when I tried to load the mission, it was an infinite loading screen, and it's the same thing on Takistan I think, I just can't load the mission because the server.rpt become more and more heavier.

    And this file is the server.rpt with that problem, and with the Data module with the debug on.

    https://mega.co.nz/#!HhJx2ITD!nU10hZiYVwsKr9fQO_wljw6ob3uDX5RirOA6uknbMLU

  7. Tupolov

    16 Jun 2015 Administrator

    Debug (for data modules) doesn't appear to be turned on for that log :(

  8. That's strange, I'm pretty sure that's the server.rpt of my first try.

    Here's my second try to load my mission which was save.

    https://mega.co.nz/#!y8BlQISa!_rFFWgetOhHk4BihHRT-uPtvLSqCbkzuoEkf0uEjOV8

    And the debug option on the data module was on.

    -image-

    But, I've looked some sample missions of ALiVE, and I saw that the option "Save to database" on the Player Option module is on off, I choose "yes", that's maybe the problem ? I don't know.

    -image-

  9. Tupolov

    16 Jun 2015 Administrator

    ok we're getting crossed wires here.

    I need the loading log for your Reshmaan mission, not Takistan.

    If you are going to send me a log for Takistan, I need the log that includes the save (with debug on).

    You've sent me the loading log for Takistan.

    If this is confusnig - setup another mission and send me both the saving and loading logs with debug on :)

    BTW I'm assuming you have tested a vanilla ALiVE mission with just CBA, ALiVE and that works?

  10. Okay ! Now that's clear ! Sorry for my non-understanding ! :P

    Tonight we are going to play on Takistan, and the debug on Data is on, I will put the server.rpt for the save AND the loading ! ;)

  11. Ok here's the files for the mission on Takistan :

    The saving server.rpt file :

    https://mega.co.nz/#!ql42SQrY!ii2Oh5huDFwYu42WdsCmo5k30b8Rc9Y9P_siuAK-Aj8

    And the loading server.rpt file :

    https://mega.co.nz/#!SwZDgQYT!WMVxmHYt7wQSoZiYagOwpfl5kUEpMfNEonl88p5mhGg

  12. Tupolov

    16 Jun 2015 Administrator

    Ok, thanks for this. Looks like some interesting bugs here.

    ALiVE SYS_DATA_COUCHDB - BULK WRITE DATA: (43194) SendJSON ["POST", "sys_player/_bulk_docs", "{""docs"":[{""....
    ALiVE SYS_DATA_COUCHDB - BULK WRITE DATA RESULT: BadRequest

    This is the issue. It just doesn't want to save player data. When loading it loads the player index, but no data is there :(

    The Bad Request suggests that somehow the player data is malformed. I'll need to dig more.

    Also it seems to try to write the player data twice which is very weird, but shouldn't affect saving (also logistics and data dictionary). Hmmm.

    Do you have your ALiVEServer.log?

  13. I've got the alive.log, but not a file named "ALiVEServer.log", or I don't know where it is.

    Alive.log : https://mega.co.nz/#!74YC3ZqR!BU59x8QJdmbdcm7cCHlg0hgw4xzZFidUMRYuEUUPPmQ

  14. Tupolov

    16 Jun 2015 Administrator

    Looks like it saved player data for:

    Reshmaan_Campaign
    Taki_Test
    Taki

    but not:

    takistancampaign
    reshmaan

    This suggests to me that either its a player name or item that is being carried that is leading to a malformed request.

  15. Tupolov

    16 Jun 2015 Administrator

    ALiVEServer.log is usually at C:\Users\%USERNAME%\AppData\Local\Arma 3

  16. Yeah it's right thanks.

    That's my last ALiVEServer.log (yesterday, the 16/06/2015)

    https://mega.co.nz/#!ekRm0aTD!VjMzhZv3wcZQWXD17o90KdN3pf9fSKvG_2YovAUwHvQ

  17. Tupolov

    16 Jun 2015 Administrator

    These 3 players are most likely candidates

    "76561197991942302", "76561198075396680", "76561198085596199"

  18. Ok, I did a research with a ID, and I saw something :

    ALiVE SYS_DATA - ASYNC WRITE LOOP: SendJSONAsync ["POST", "events", "{""realTime"":""15/06/2015 13:46:17"",""Server"":""195.154.156.16"",""Group"":""82ndAD"",""Operation"":""82ND AD - Takistan Campaign"",""Map"":""takistan"",""gameTime"":""1034"",""Event"":""PlayerStart"",""PlayerSide"":""WEST"",""PlayerFaction"":""BLU_F"",""PlayerName"":""Joseph "Joe" Liebgott"",""PlayerType"":""B_Soldier_F"",""PlayerClass"":""Fusilier"",""PlayerRank"":""PRIVATE"",""Player"":""76561197991942302"",""GeoPos"":[5799.73,11223.6,0.00144196]}", "arma3live"] : BadRequest

    I think, but i'm not sure, this player have this symbol in his name " (his name is Joseph "Joe" Liebgott), maybe the " is the problem ?

  19. Tupolov

    16 Jun 2015 Administrator
    Edited 8 years ago by Tupolov

    There you go. You nailed it. Thanks for finding that one!

    Crikey, yes quote handling needs to be fixed.

    Just don't invite Joe to play next time ;)

  20. Deleted 8 years ago by Sartax
  21. This player have the next ID : 76561197991942302 (the first of your answer)

    And this player was not in our team when we were on Reshmaan, I'm going to search in the old server.rpt.

    But the 2 and 3 don't link to another player, I don't know ! But that's so good to have find a problem !

 

or Sign Up to reply!