root@homelinux:~# ./nrfconnect361x8664.AppImage --no-sandbox
its will show the main menu but can not open the sub APP, like programmer, lte monitor they can not opened
root@homelinux:~# ./nrfconnect361x8664.AppImage --no-sandbox
its will show the main menu but can not open the sub APP, like programmer, lte monitor they can not opened
I find out problem in a file
when I copy 3.3.1
~/squashfs-root/resources/app.asar
to 4.0.0
the App open will successful
key problem in app.asar its need debug~
Great to see that you found a solution, I will relay the information to the developers, thanks for the feedback.
Regards,
Jonathan
I extract /opt/squashfs-root/resources/app.asar
apt install npm
npm i -g npx
npm i -g asarnpm install n -g
sudo n latest
(ln -sf /usr/bin/nodejs /usr/bin/node , if can not find path do this)
npx asar extract app.asar ./
##########extract, there are 4 paths in side
/opt/squashfs-root/resources/dist
/opt/squashfs-root/resources/main
/opt/squashfs-root/resources/node_modules
/opt/squashfs-root/resources/resources
a lot of .js maybe is the .js problem
another question
in ubuntu programmer 3.3.1 app is ok
in windows programmer 3.6.1 app is failed
www.mediafire.com/.../board.zip
Can you share what windows version you have? Tested on Windows 10 on two computers no issues. Do you gett a error messages?
Regards,
Jonathan