Re: [Scilab-users] Context error in Xcos Scilab 6.1.0 - Bugzilla #16357

2020-03-03 Thread Perrichon
Hello Samuel ; I’ve taken into account Chin Luh Tan’s remark to open scilab in administrator mode with a right click on scilab icon : , and run a new time your patch with the replace file « script2var.sci » Then --> cd SCI/modules/scicos/macros/scicos_scicos ans = "C:

Re: [Scilab-users] Context error in Xcos Scilab 6.1.0

2020-03-03 Thread Chin Luh Tan
hi, sorry to interrupt half way to just give some idea, have you tried to right click on the Scilab and run it as administrator?  I was facing similar issue on write access even I am the admin for win10, local acc, but still I need to run Scilab as admin by  above mentioned method to write to

Re: [Scilab-users] Context error in Xcos Scilab 6.1.0

2020-03-03 Thread Samuel Gougeon
Le 03/03/2020 à 20:06, Perrichon a écrit : PS I have full read/write rights on my machine This is the same issue as with Jan for bitget() last week. I never install Scilab in the default directory C:\Program Files\ I think this is why i do not get this message. If you had strictly no adm

Re: [Scilab-users] Context error in Xcos Scilab 6.1.0

2020-03-03 Thread Perrichon
PS I have full read/write rights on my machine De : Perrichon Envoyé : mardi 3 mars 2020 16:23 À : 'Users mailing list for Scilab' ; 'Samuel Gougeon' Objet : RE: [Scilab-users] Context error in Xcos Scilab 6.1.0 Hello Samuel : 1. The correct pathname of script2var.sci is ra

Re: [Scilab-users] Context error in Xcos Scilab 6.1.0

2020-03-03 Thread Perrichon
Hello Samuel : 1. The correct pathname of script2var.sci is rather SCI/modules/scicos/macros/scicos_scicos 2. If I launch your instructions with the correct directory, I get : --> cd SCI/modules/scicos/macros/scicos_scicos ans = "C:\Program Files\scilab-6.1.0\modules\s

Re: [Scilab-users] Context error in Xcos Scilab 6.1.0

2020-03-03 Thread Samuel Gougeon
Le 02/03/2020 à 10:17, Clément David a écrit : Hello Pierre, Samuel, First, did you opened a bug on that issue? Second, to me, the bug is located on the script2var() function which resolves the context and output a struct of `variable=value` that are defined for the diagram (and its parents).