Studio is crashing very heavily for me, almost every 5-10 minutes. It happens every time I select multiple parts by holding the Command button and dragging my mouse to select those parts.
OSX Yosemite 10.10.3.
I’ve never had crashing this bad in my experience with Roblox Studio over the years.
Edit: This must be exclusive to plugins that allow us to unselect the mouse cursor. Otherwise you’ll end up dragging parts if you press Command/Control and drag your mouse to select parts.
And now that I think about it, I’m hoping this isn’t a qCmdUtl feature. I’m pretty sure click-drag-selecting is a feature in Roblox though.
What I’ll do is boot up qCmdUtl so this Select Tool in studio…
is not selected anymore.
I’m basically 99% guaranteed to crash if I hold Command, and then click-drag my mouse across parts to quickly select them. It actually is so re-occuring, I was able to capture a GIF of it, in one attempt.
Sometimes the Studio Application freezes instead of crashing when I try to drag select many parts.
This also happens in ANY place. Even a brand new place file with a few bricks tossed in so I can try to replicate this bug.
-asimo
I’m inclined to believe that something else is going on: this just started but the plugin hasn’t changed in > 2 years, and the only information on that particular error is it occurring in Farming Simulator UK. The particular line the stack says it occurs on is:
game.Selection:Set(objects)
Did something about Selection change in the past few days?
This is the only plugin I know of that let’s me unselect the Select button in Studio. I can’t really attempt a repro with that qCmdUtl plugin disabled.
Clicking that Select button myself won’t disable it and clicking other tools and unselecting them seems to make studio
I can definitely reproduce the crash on my own computer (Windows 10). Due to the nature of the code I’m looking at, and the fact I haven’t touched anything to do with qCmdUtl when this issue propped up, I believe it’s something to do with the ROBLOX Selection service in studio.
I’ll be working to reproduce this issue in a separate plugin.
Please, as SpaceK said, did anything happen to the Selection service?
It looks like there was one change to Selection made that day. We’ll take a look and see if that was the cause, but any repro cases would still be useful!
Edit: Found it. We’ll disable the change for now until it gets fixed. Thanks for finding this one!