KIM - The HEX #1773

Closed
opened 2025-04-21 13:34:58 -07:00 by FSKiller · 1 comment

When texting for the first time this error popped up - bad inventory state while processing /api/saveDialogue.php request

2025-04-21T21:28:13:447 [0.1.0] debug:  Dialogue Request: {
  DialogueName: '/Lotus/Types/Gameplay/1999Wf/Dialogue/HexDialogue_rom.dialogue',
  Rank: 1,
  Chemistry: 0,
  CompletionType: 3,
  QueuedDialogues: [],
  Booleans: [ 'HexDroneA', 'HexFoodCourtSit' ],
  ResetBooleans: [],
  Data: { Id: 'HexRankUpTo1', Booleans: [], Choices: [ 1, 1 ] },
  OtherDialogueInfos: [
    {
      Dialogue: '/Lotus/Types/Gameplay/1999Wf/Dialogue/AoiDialogue_rom.dialogue',
      Tag: '',
      Value: 30
    },
    {
      Dialogue: '/Lotus/Types/Gameplay/1999Wf/Dialogue/ArthurDialogue_rom.dialogue',
      Tag: '',
      Value: 30
    },
    {
      Dialogue: '/Lotus/Types/Gameplay/1999Wf/Dialogue/EleanorDialogue_rom.dialogue',
      Tag: '',
      Value: 30
    },
    {
      Dialogue: '/Lotus/Types/Gameplay/1999Wf/Dialogue/JabirDialogue_rom.dialogue',
      Tag: '',
      Value: 30
    },
    {
      Dialogue: '/Lotus/Types/Gameplay/1999Wf/Dialogue/LettieDialogue_rom.dialogue',
      Tag: '',
      Value: 30
    },
    {
      Dialogue: '/Lotus/Types/Gameplay/1999Wf/Dialogue/QuincyDialogue_rom.dialogue',
      Tag: '',
      Value: 30
    }
  ]
}
2025-04-21T21:28:13:562 [0.1.0] error:  Error: bad inventory state while processing /api/saveDialogue.php request
    at saveDialogueController (C:\Servers\SpaceNinjaServer\src\controllers\api\saveDialogueController.ts:26:19)
    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)

And then it gets stuck here:

2025-04-21_21-34.png

When texting for the first time this error popped up - bad inventory state while processing /api/saveDialogue.php request ``` 2025-04-21T21:28:13:447 [0.1.0] debug: Dialogue Request: { DialogueName: '/Lotus/Types/Gameplay/1999Wf/Dialogue/HexDialogue_rom.dialogue', Rank: 1, Chemistry: 0, CompletionType: 3, QueuedDialogues: [], Booleans: [ 'HexDroneA', 'HexFoodCourtSit' ], ResetBooleans: [], Data: { Id: 'HexRankUpTo1', Booleans: [], Choices: [ 1, 1 ] }, OtherDialogueInfos: [ { Dialogue: '/Lotus/Types/Gameplay/1999Wf/Dialogue/AoiDialogue_rom.dialogue', Tag: '', Value: 30 }, { Dialogue: '/Lotus/Types/Gameplay/1999Wf/Dialogue/ArthurDialogue_rom.dialogue', Tag: '', Value: 30 }, { Dialogue: '/Lotus/Types/Gameplay/1999Wf/Dialogue/EleanorDialogue_rom.dialogue', Tag: '', Value: 30 }, { Dialogue: '/Lotus/Types/Gameplay/1999Wf/Dialogue/JabirDialogue_rom.dialogue', Tag: '', Value: 30 }, { Dialogue: '/Lotus/Types/Gameplay/1999Wf/Dialogue/LettieDialogue_rom.dialogue', Tag: '', Value: 30 }, { Dialogue: '/Lotus/Types/Gameplay/1999Wf/Dialogue/QuincyDialogue_rom.dialogue', Tag: '', Value: 30 } ] } 2025-04-21T21:28:13:562 [0.1.0] error: Error: bad inventory state while processing /api/saveDialogue.php request at saveDialogueController (C:\Servers\SpaceNinjaServer\src\controllers\api\saveDialogueController.ts:26:19) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) ``` And then it gets stuck here: ![2025-04-21_21-34.png](/attachments/2fbd2a57-541a-4adc-86d5-f116fca33166)
Sainan added the
bug
label 2025-04-21 13:36:16 -07:00
Author

This happened after ranking up to lvl 1 with the Hex.

I gave myself the items for standing and then did the rank up.

This happened after ranking up to lvl 1 with the Hex. I gave myself the items for standing and then did the rank up.
Sainan added the
pr'd for
label 2025-04-21 13:51:45 -07:00
Sign in to join this conversation.
No description provided.