Author Topic: RESOLVED: New Version of mc-Studio Crashes When Trying to Load Program  (Read 266 times)

kbrooking

  • Full Member
  • ***
  • Posts: 104
    • View Profile
I just downloaded the new 120 firmware & mc-Studio and tried to program a couple of my 120 modules that were giving me connection problems earlier.

The good news is that all the modules are connecting consistently like before.

The bad news, when I try to "load and Save Program in Device", the popup window that normally told me the load was successful never appears and looks like mc-Studio is frozen. I have to close it via Task Manager.
 
« Last Edit: January 13, 2017, 11:52:36 am by mc-T2 »

Share on Facebook Share on Twitter


kbrooking

  • Full Member
  • ***
  • Posts: 104
    • View Profile
UPDATE! I tried again this morning and same thing. Studio freezes when attempting to "Load and Save to Device".

mc-T2

  • Administrator
  • Sr. Member
  • *****
  • Posts: 252
  • mc-Things! The opportunities are endless!
  • Location: Canada
    • View Profile
Does this happen every time you try to load code on any module?
Need more mc-Modules, mc-Gateways or other mc-Things? Check out our product page: www.mcthings.com/products. mc-Development kits are available too!
Check out a live Dashboard using mcThings and Losant! Click here: https://goo.gl/ST43hB

kbrooking

  • Full Member
  • ***
  • Posts: 104
    • View Profile
Yes. Everytime. So far I tried five times on three separate 120s and all lock up studio when trying to load & save.

mc-T2

  • Administrator
  • Sr. Member
  • *****
  • Posts: 252
  • mc-Things! The opportunities are endless!
  • Location: Canada
    • View Profile
Very odd.

Can you try loading just a basic example (blinky script) and see if that works without freezing please?
Need more mc-Modules, mc-Gateways or other mc-Things? Check out our product page: www.mcthings.com/products. mc-Development kits are available too!
Check out a live Dashboard using mcThings and Losant! Click here: https://goo.gl/ST43hB

kbrooking

  • Full Member
  • ***
  • Posts: 104
    • View Profile
I'm currently at my day job but, once I return to my lab I'll try that and let you know how it goes.

kbrooking

  • Full Member
  • ***
  • Posts: 104
    • View Profile
I can run and load the following code on the device. However, if I add any libraries (attached), mc-Studio will either freeze when I try to "Load and Save Device" or displays the attached error screen shot if I try to just run.

Class Blinky
    Shared Event blink() RaiseEvent Every 3 Seconds
        LedRed = True
        //LedRed = False
    End Event
End Class

kbrooking

  • Full Member
  • ***
  • Posts: 104
    • View Profile
After installing all the latest versions everything is working great now. Even the debugger seems more stable now.