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

nRF Connect for Desktop Windows startup switches to escape path special characters?

Running into this with nRF Connect v2.6.1 for Windows

What happens is that the top-level app installs and runs fine, any apps that are added and launched within (or directly using a shortcut) fail with a popup error window saying:

Tried to invoke app function, but no app is loaded.

For whatever reason, there is a special character in the windows account that does not get escaped by these sup-apps:

Trying to load module, but package.json is missing in C:\Users\M.  app-bundle.js:sourcemap:18493

(The first special character is after the M)

Are there existing switches that can force the path escape in the sub-apps for the windows version?

Related