When using a certain script in ROBLOX Studio, I keep getting a bluescreen error

To be honest, I have no clue if this is the right place to report this… However, it only seems to be caused when using a certain amount of Http Request in ROBLOX Studios.

External Media

Couldn’t find any useful logs within ROBLOX. I’ll check about in the bluescreen error.

Recently, I’ve created a script which will automatically sync my Cloud9 IDE content to ROBLOX Studio, allowing me to make changes inside the IDE and run tests without complicated copy+paste and editing within ROBLOX Studio. Recently however, I keep hitting a snag by receiving a bluescreen error with the message “SYSTEM_SERVICE_EXPECTION (netio.sys)”. At first, I thought it was another program… but seeing how this only happens after loading my sync script, I can only imagine its ROBLOX Studio.

It’s quite strange, and is making me hit a serious snag. I really need the ability to rapidly prototype code without making changes outside the IDE.

On windows 10, the roblox logs should be going to

%TEMP%..\Roblox\logs

When studio crashes, it may also put a crash record in the “archive” sub folder, check timestamps for logs in that directory and the archive folder to find files that were updated around the time of the crash. Most of the time in the past people get blue screens of death in studio it is because of video drivers being out of date, if you haven’t already you can try updating your video driver.

Does the blue screen normally happen immediately when running your script (the first call to UpdateStructure) or on a later loop?