This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRFGo Studio Crashes

In the past nRFGo Studio worked fine. Then I reinstalled windows due to an unrelated problem (and changed from 32 bit to 64 bit), and now it reliable freezes.

Most often it works fine until you come to flash or erase a device - it can read the device fine but erasing it causes it to instantly freeze. Today however it freezes as soon as I select the "nRF51 Programming" device from the list. There's no error message; the UI just stops responding.

Anyone have any ideas?

Edit

Upgraded to 1.17.1 and now it crashes instead of freezing. Windbg gives this possibly not very helpful output:

(1a0.1c5c): Unknown exception - code 000006ba (first chance)
ModLoad: 75e40000 75ec3000   C:\Windows\syswow64\CLBCatQ.DLL
ModLoad: 66620000 66715000   C:\Windows\SysWOW64\propsys.dll
ModLoad: 6bef0000 6c020000   C:\Windows\SysWOW64\WindowsCodecs.dll
ModLoad: 73f50000 73f9c000   C:\Windows\SysWOW64\apphelp.dll
ModLoad: 0ba10000 0ba41000   EhStorAPI.DLL
ModLoad: 00000000`0ba10000 00000000`0ba41000   C:\Windows\SysWOW64\EhStorShell.dll
ModLoad: 00000000`6e620000 00000000`6e690000   ntshrui.dll
ModLoad: 00000000`6e620000 00000000`6e690000   C:\Windows\SysWOW64\ntshrui.dll
ModLoad: 00000000`74660000 00000000`74679000   C:\Windows\SysWOW64\srvcli.dll
ModLoad: 00000000`3f220000 00000000`3f22a000   C:\Windows\SysWOW64\slc.dll
(1a0.c90): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
10096183 ??              ???

Obviously I can't tell much more without the source code (or a debug build).

Update

Sorry - I had to reopen the question. I ended up ignoring this for ages but it still happens, even on the latest version (1.21.1). The older versions are no longer available to download so I can't even test them. :-(

Related