Will nwjs be updated in the future ( > 0.13) ?
I am only be able to use 0.12.3 and not the recent versions > 0.13.
I can't get node-screen working with the migration from 0.12 to 0.13.
The problem is a memory leak in the older version of nwjs so the client crashes...
The client I am using is running on Debian (Jessie).
Best regards,
Maba
Last edit: MABA 2017-01-26
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Im using the latest version of nwjs in my windows builds so there should be no difference with linux, what version of the client are you running (there have been alot of updates recently for a large retail project im working on), also not the latest client requirers the latest version of the server.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for your respons.
I have tried different client and server versions.
But it looks like for the Linux client the migration from
nwjs 0.12-0.13 gives problems (from file:// to chrome-extension://)
Ah gotcha, i have fixed this up in r210 but there are alot of issues with this build, it will play fine but when a change is made from the server you will probably need to reload the client, theres an issue with some preload code i put in a few weeks back and im probably going to rewrite most of the layout player code to fix it up :(
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks a ton.
The latest nwjs is working.
Will try to fix the reloading part myself.
Do you want me to give feedback, related to the Linux client, in the future?
Best regards,
Maba
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think i managed to fix most of the issues in r211, it might leave some files on the client if the file is in use by either the currently playing layout or the preloaded layout and the layout is removed from the server, next revision will fix this (just didnt have a chance to finilise the code yesterday) i havent done much testing on it either so any feedback would be great.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Albi90,
Will nwjs be updated in the future ( > 0.13) ?
I am only be able to use 0.12.3 and not the recent versions > 0.13.
I can't get node-screen working with the migration from 0.12 to 0.13.
The problem is a memory leak in the older version of nwjs so the client crashes...
The client I am using is running on Debian (Jessie).
Best regards,
Maba
Last edit: MABA 2017-01-26
Hi Maba
Im using the latest version of nwjs in my windows builds so there should be no difference with linux, what version of the client are you running (there have been alot of updates recently for a large retail project im working on), also not the latest client requirers the latest version of the server.
Hi Albi90,
Thanks for your respons.
I have tried different client and server versions.
But it looks like for the Linux client the migration from
nwjs 0.12-0.13 gives problems (from file:// to chrome-extension://)
http://nwjs.readthedocs.io/en/nw14/For%20Users/Migration/From%200.12%20to%200.13/
The download from (for example a *.jpg) the server works OK, but nwjs can't find the file in the local file system.
http://imgur.com/a/aYGyT
In first case I thought the double slashes (behind assets) created this error but that didn't solve the problem.
Is there something else I can hunt after?
Best regards,
Maba
Last edit: MABA 2017-01-30
Ah gotcha, i have fixed this up in r210 but there are alot of issues with this build, it will play fine but when a change is made from the server you will probably need to reload the client, theres an issue with some preload code i put in a few weeks back and im probably going to rewrite most of the layout player code to fix it up :(
Hi Albi90,
Thanks a ton.
The latest nwjs is working.
Will try to fix the reloading part myself.
Do you want me to give feedback, related to the Linux client, in the future?
Best regards,
Maba
Hi Maba
I think i managed to fix most of the issues in r211, it might leave some files on the client if the file is in use by either the currently playing layout or the preloaded layout and the layout is removed from the server, next revision will fix this (just didnt have a chance to finilise the code yesterday) i havent done much testing on it either so any feedback would be great.