-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Studio updates force close all active Studio processes #211
Comments
This issue happens here: Roblox-Studio-Mod-Manager/ProjectSrc/Bootstrapper/StudioBootstrapper.cs Lines 673 to 752 in 3d289f0
You can see that it attempts to close all the processes prior to the prompt. |
Sure, I'll tweak this. |
Another bug I found is that the message box prompts below the Mod Manager, I've found this can be fixed by adding I fixed these issues myself on a separate branch, I can PR if wanted. RobloxStudioBeta_REoSb6la6K.mp4 |
When launching the Mod Manager, in the event there is an update for Roblox Studio, it will forcefully close all active studio processes. It does this prior to asking if I would like to close studio.
This is really frustrating, as there are cases where I mistakenly have clicked on mod manager, for it to open and forcefully close all of my studio sessions before I have time to react.
The intended behavior should be that it would only kill the processes after I confirm my action.
The text was updated successfully, but these errors were encountered: