UndertaleModTool icon indicating copy to clipboard operation
UndertaleModTool copied to clipboard

System.Collections.Generic.KeyNotFoundException: The given key '_temp_local_var_2' was not present in the dictionary.

Open Reycko opened this issue 2 years ago • 2 comments

Describe the bug

When opening the code (link for it at Reproducing steps step 1), and editing the if statement at line 54 to "if (true)", get the error shown in step 3 of Reproducing steps

Reproducing steps

  1. Open script with this code in it
  2. change line 54 if statement to "if (true)"
  3. Get this error

Setup Details

UTMT Version: Bleeding edge OS: Windows 10 64bit version 22H2 GameMaker Game: "Pizza Tower Network", the original discord for it is deleted, and it was the only way to officially download it, but here's a reupload.

Reycko avatar Apr 23 '23 15:04 Reycko

I think the issue is related to #1059

Reycko avatar Apr 28 '23 13:04 Reycko

This appears to have regressed to a compiler error due to containing two functions with the same name. "An item with the same key has already been added. Key: scr_gms_drawchat."

Jacky720 avatar Feb 20 '24 20:02 Jacky720