YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
24 stars 8 forks source link

Updater: The start of the update process will always prompt you to close the IDE, even though the IDE has just closed itself #8195

Open scott-dunbar opened 3 days ago

scott-dunbar commented 3 days ago

Description

After the prompt in IDE to close and update you are always presented with a prompt to close all GameMaker applicaitons and press OK to continue Image

This should not be shown as the IDE has just closed itself.

It feels like there is a process still open from the recently closed IDE still hanging about for a moment longer than expected.

Obviously a user could have multiple IDE instances open or have reopened the IDE quickly between it closing and the updater starting, and so the warning would be valid.

Expected Change

No response

Steps To Reproduce

  1. Start 1 instance of GameMaker
  2. On updater prompt, select to Download
  3. Once complete select Restart Now
  4. See the issue once the updater starts

How reliably can you recreate this issue using your steps above?

Always

Which version of GameMaker are you reporting this issue for?

IDE v2024.1100.0.658

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

Windows 10

Are you running GameMaker from inside your Steam library?

No

Sample Download URL

No response

iampremo commented 3 days ago

im not seeing this on windows 11 and ide 658>659, maybe there is something hanging around on your system?

rwkay commented 3 days ago

There is code to check to see if the IDE is still open (as we cannot update until it is closed) - this is intentional.

It all depends on your system how long the process hangs around after the windows is closed.