I’m going to post here whenever I do something that causes studio to crash. I’ll do my best to explain the steps leading up to the crash so Studio engineers can spot any patterns that are occurring. You guys are welcome to post your crashes here as well.
I ran a script and realized it errored because of a backslash at the end of a line, so I reopened the script and left clicked after the backslash. Then studio crashed. I was unable to reproduce again.
[quote]
A common one I run into is when I try to type something into the command bar and it crashes. [/quote]
I’m so scared of the command bar at this point that I write my scripts in Notepad and copy paste them into the command bar.
[quote]
A common one I run into is when I try to type something into the command bar and it crashes. [/quote]
I’m so scared of the command bar at this point that I write my scripts in Notepad and copy paste them into the command bar.[/quote]
I take it slow and steady while trying not to anger it. It has quite a bit of a temper.
I have a very large amount of items in explorer, and after running studio for a while the program would freeze for a while when I copied something. Not really related but I thought I’d mention it.
I set FilteringEnabled to true and tried to publish to the web, but the publish dialog didn’t load. I realized I had Fiddler open, which often interferes with Studio, so I closed Fiddler and went back to File → Publish, then I got this error.
Not sure whether what was outputted has to do with the studio crash but I think it does.
This is what happened when I was using a for loop(with the commandbar) to remove certain children from the Workspace.
EDIT: I should’ve known it had to do with the crash since StartProcessException came right after it and when I looked in the memory I saw “Pure Call Error” tied with the exception.
Log file:
[spoiler]
28.07.2014 21:05:06.15312 (114.2661917)Log "Roblox TaskScheduler Thread 2"
21:05:06.15312 (114.2661917) Error: exception while signalling: tr1::bad_weak_ptr
21:05:06.15312 (114.2671921) Error: exception while signalling: tr1::bad_weak_ptr
21:05:06.15312 (114.2671921) Error: exception while signalling: tr1::bad_weak_ptr
21:05:06.15312 (114.2681924) Error: exception while signalling: tr1::bad_weak_ptr
21:05:06.15312 (114.2681924) Error: exception while signalling: tr1::bad_weak_ptr
21:05:06.15312 (114.2691928) Error: exception while signalling: tr1::bad_weak_ptr
21:05:06.15312 (114.2701931) Error: exception while signalling: tr1::bad_weak_ptr
21:05:06.15312 (114.2701931) Error: exception while signalling: tr1::bad_weak_ptr
21:05:06.15312 (114.2701931) Error: exception while signalling: tr1::bad_weak_ptr
21:05:06.15312 (114.2701931) Error: exception while signalling: tr1::bad_weak_ptr
21:05:06.15312 (114.2711935) Error: exception while signalling: tr1::bad_weak_ptr
21:05:06.15312 (114.2711935) Error: exception while signalling: tr1::bad_weak_ptr
21:05:06.15312 (114.2721939) Error: Pure Call Error
28.07.2014 21:06:11.14776 (180.0165198)End Log[/spoiler]
This issue with intellisense crashes has been happening to me FOR MONTHS
Its gotten so bad that I had to set my Auto Save interval to 1 minute in order to prevent me from losing anything important. I work fast, so 5 minutes of work for me is usually pretty crucial not to lose, especially when it happens so intermittently.
Im too scared to even try writing something into the command bar because of how often it crashes. I’ve ended up using Anaminus’ command bar plugin more often than the built in one. It drives me crazy.
There’s no definite way to replicate this issue. It can happen at anytime, but its not uncommon for me to see it. The one thing I do know, is that its called by the Intellisense feature. Can you guys PLEASE add an option to turn it off? I don’t even need it as I know the roblox API inside and out.
Here are my specs if it helps narrow down an issue.