YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
26 stars 8 forks source link

Code Editor 2: Nearly all operations with the Extension Editor cause instability error. #8509

Open thennothinghappened opened 5 days ago

thennothinghappened commented 5 days ago

Description

As in the title, doing nearly anything with the Extension Editor in the latest Beta, if CE2 is enabled, causes the "IDE has become unstable" popup. Additionally, adding a resource to an extension does not appear until you close and re-open the extension editor window for it. Extension options are also inoperable and no buttons do anything.

Steps To Reproduce

  1. Enable CE2.
  2. Create an extension.
  3. Attempt one of the following:
    • Add a resource: Unstable, and resource is not added until re-opening the extension editor.
    • Add a function to a resource: Unstable, all else works.
    • Add an extension option: No response.

Which version of GameMaker are you reporting this issue for?

IDE v2024.1100.0.686 Runtime v2024.1100.0.707

Which operating system(s) are you seeing the problem on?

Windows 10.0.19045.0

d7aa8afe-6034-4d47-bdb6-f921df61adbe

thennothinghappened commented 3 days ago

I've just edited the title as reading ui.log briefly myself I noted that the callstack included TextEditor2. Sure enough, disabling CE2 fixed the issue, so its CE2-only.

stuckie commented 3 days ago

Ah perfect, thanks for letting us know!