From arvid at softube.com Mon Sep 3 09:08:06 2012 From: arvid at softube.com (=?utf-8?Q?Arvid_Ros=C3=A9n?=) Date: Mon, 3 Sep 2012 09:08:06 +0200 Subject: [Scilab-Dev] Fortan modules on Mac Message-ID: <4DFC4F58-98AA-46F6-B345-A1251AB5314E@softube.com> Hi! I'm trying to get Metanet to work in Scilab 5 since quite some time now. The problem is that I get a stack error as soon as I call into any (or the ones I've tried) fortan routine in the Metanet toolbox. Everything compiles fine using gfortan in Fink. And I can compile the git-version of Scilab using gfortan an Apple gcc without problems. I suspect this is not really a problem with Metanet, but rather calling conventions, alignment or something else that just should work, but doesn't. Any clue how to proceed here? Any special flags that need to be sent to gfortan when compiling external modules? Cheers, Arvid From dungnguyenbk at gmail.com Wed Sep 12 13:14:24 2012 From: dungnguyenbk at gmail.com (hehiha) Date: Wed, 12 Sep 2012 04:14:24 -0700 (PDT) Subject: [Scilab-Dev] Global variable with blocks Message-ID: <1347448464046-4024813.post@n3.nabble.com> Hi I implement block abc In my code. And I use abc block to draw diagram. abc1 abc2 abc3 the same image http://mailinglists.scilab.org/file/n4024813/abc.png And each block (abc1,abc2,abc3) have some specific information. I try to save with global variable. But abc1, abc2,abc3 block use this variable. How to use global variable separate for each block. -- View this message in context: http://mailinglists.scilab.org/Global-variable-with-blocks-tp4024813.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From communication at scilab-enterprises.com Tue Sep 18 17:27:36 2012 From: communication at scilab-enterprises.com (Communication) Date: Tue, 18 Sep 2012 17:27:36 +0200 Subject: [Scilab-Dev] Scilab 5.4.0 beta Versions Message-ID: <505892E8.6040506@scilab-enterprises.com> Dear Scilab Users, Under Windows, a bug can prevent those versions to work properly Due to a severe bug (http://bugzilla.scilab.org/show_bug.cgi?id=11846), Scilab 5.4.0-beta versions can quit unexpectedly after a few minutes without any error message under Windows platforms. This bug has been fixed. In the meantime Scilab 5.4.0 final version is released, you can still use Scilab 5.3.3 (http://www.scilab.org/products/scilab/download) or the nightly build versions which have been generated since 09/11/2012 (http://www.scilab.org/communities/developer_zone/scilab_versions/development_version/nightly_builds/branch_master). Best Regards -- Communications and Public Relations Department --------------------------------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France http://www.scilab-enterprises.com From dungnguyenbk at gmail.com Wed Sep 19 03:33:40 2012 From: dungnguyenbk at gmail.com (hehiha) Date: Tue, 18 Sep 2012 18:33:40 -0700 (PDT) Subject: [Scilab-Dev] how to get block parameter Message-ID: <1348018420597-4024838.post@n3.nabble.com> Hi I have diagram the same I want to get parameter of block to display. Ex: GENSIN_f block parameters Magnitude: 1 Frequency(rad/s): 1 Phase (rad): 0 What's scilab support it ? Can't tell me method to do this, please. -- View this message in context: http://mailinglists.scilab.org/how-to-get-block-parameter-tp4024838.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From clement.david at scilab-enterprises.com Wed Sep 19 09:05:56 2012 From: clement.david at scilab-enterprises.com (=?ISO-8859-1?Q?Cl=E9ment?= David) Date: Wed, 19 Sep 2012 09:05:56 +0200 Subject: [Scilab-Dev] how to get block parameter In-Reply-To: <1348018420597-4024838.post@n3.nabble.com> References: <1348018420597-4024838.post@n3.nabble.com> Message-ID: <1348038356.1931.12.camel@work> Hello, If you want to change the default rendering of a specific block, it is currently not possible [1]. For the specific GENSIN_f block, the block rendering has been updated on scilab nightlies (since Fri Sep 7). Have you checked them ? [1]: http://bugzilla.scilab.org/show_bug.cgi?id=7633 -- Cl?ment David Scilab Enterprises Le mardi 18 septembre 2012 ? 18:33 -0700, hehiha a ?crit : > Hi > I have diagram the same > > I want to get parameter of block to display. > Ex: > GENSIN_f block parameters Magnitude: 1 Frequency(rad/s): 1 Phase (rad): 0 > > What's scilab support it ? > Can't tell me method to do this, please. > > > > -- > View this message in context: http://mailinglists.scilab.org/how-to-get-block-parameter-tp4024838.html > Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev From dungnguyenbk at gmail.com Wed Sep 19 09:40:01 2012 From: dungnguyenbk at gmail.com (hehiha) Date: Wed, 19 Sep 2012 00:40:01 -0700 (PDT) Subject: [Scilab-Dev] How to add legend for CSCOPE Message-ID: <1348040401942-4024841.post@n3.nabble.com> Hi I want to add legend for the graph the same: I think about 2 solution: 1. Modifier SCSOPE: But have some issue because this block is internal block. 2. Find method to add UI when simulate. Could you have other idea or solution. Please shared with me. -- View this message in context: http://mailinglists.scilab.org/How-to-add-legend-for-CSCOPE-tp4024841.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From dungnguyenbk at gmail.com Wed Sep 19 09:52:52 2012 From: dungnguyenbk at gmail.com (hehiha) Date: Wed, 19 Sep 2012 00:52:52 -0700 (PDT) Subject: [Scilab-Dev] how to get block parameter In-Reply-To: <1348038356.1931.12.camel@work> References: <1348018420597-4024838.post@n3.nabble.com> <1348038356.1931.12.camel@work> Message-ID: <1348041172288-4024842.post@n3.nabble.com> I don't want to change rendering of a specific block. I only want to get all parameters and value of all block in diagram. The same my example. Do Scilab supported this ? -- View this message in context: http://mailinglists.scilab.org/how-to-get-block-parameter-tp4024838p4024842.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From clement.david at scilab-enterprises.com Wed Sep 19 09:58:21 2012 From: clement.david at scilab-enterprises.com (=?ISO-8859-1?Q?Cl=E9ment?= David) Date: Wed, 19 Sep 2012 09:58:21 +0200 Subject: [Scilab-Dev] how to get block parameter In-Reply-To: <1348041172288-4024842.post@n3.nabble.com> References: <1348018420597-4024838.post@n3.nabble.com> <1348038356.1931.12.camel@work> <1348041172288-4024842.post@n3.nabble.com> Message-ID: <1348041501.1931.15.camel@work> Of course yes as all parameters are stored into blk.graphics.exprs. But the behavior (eg. exprs(3) is a double value stored into rpar(2)) is block dependant. Le mercredi 19 septembre 2012 ? 00:52 -0700, hehiha a ?crit : > I don't want to change rendering of a specific block. > I only want to get all parameters and value of all block in diagram. > The same my example. > Do Scilab supported this ? From dungnguyenbk at gmail.com Wed Sep 19 11:03:15 2012 From: dungnguyenbk at gmail.com (hehiha) Date: Wed, 19 Sep 2012 02:03:15 -0700 (PDT) Subject: [Scilab-Dev] how to get block parameter In-Reply-To: <1348041501.1931.15.camel@work> References: <1348018420597-4024838.post@n3.nabble.com> <1348038356.1931.12.camel@work> <1348041172288-4024842.post@n3.nabble.com> <1348041501.1931.15.camel@work> Message-ID: <1348045395237-4024844.post@n3.nabble.com> Hi Cl?ment David Thank for you answer. I understand that. blk.graphics.exprs is only use for macro file .sci. blk.rpar is only have if develop add value to this and is a double. So how to get all information of blocks in diagram. EXample: my diagram have GENSIN_f, CLOCk_c. CSCOPE blocks. I want to show message include Blockname meaning of parameter value of parameter. The same. GENSIN_f block parameters Magnitude: 1 Frequency(rad/s): 1 Phase (rad): 0 CLOCk_c block parameter Period: 0.1 Initialization Time: 0.1 Could you suggest me method to do that. Please. -- View this message in context: http://mailinglists.scilab.org/how-to-get-block-parameter-tp4024838p4024844.html Sent from the Scilab developers - Mailing Lists Archives mailing list archive at Nabble.com. From guillaume.horel at gmail.com Fri Sep 21 02:43:07 2012 From: guillaume.horel at gmail.com (Guillaume Horel) Date: Thu, 20 Sep 2012 20:43:07 -0400 Subject: [Scilab-Dev] InvocationTargetException after commit a715ab13a22 Message-ID: Hello, in preparation for the 5.4 release, I've been compiling trunk pretty regularly on gentoo. Everything was working fine until recently. However scilab doesn't even start now. It compiles and install fine, but bombs at startup. If I launch it from the command line, I just see the following exception printed: java.lang.reflect.InvocationTargetException I've tracked it down to this commit (first commit when it started to break): commit a715ab13a22b5e53d6d4f811ea44a24770ba7097 Author: Calixte DENIZET Date: Wed Sep 5 11:40:59 2012 +0200 Bug 11838 fixed: Maximized state of a window was not saved in quitting The commit seems innocuous enough, but it completely breaks scilab for me. Any idea what might cause this? Thanks, Guillaume -------------- next part -------------- An HTML attachment was scrubbed... URL: From vincent.couvert at scilab-enterprises.com Fri Sep 21 09:04:53 2012 From: vincent.couvert at scilab-enterprises.com (Vincent COUVERT) Date: Fri, 21 Sep 2012 09:04:53 +0200 Subject: [Scilab-Dev] InvocationTargetException after commit a715ab13a22 In-Reply-To: References: Message-ID: <505C1195.6030706@scilab-enterprises.com> Hi, Just remove your SCIHOME directory and Scilab will start. Regards, Vincent Le 21/09/12 02:43, Guillaume Horel a ?crit : > Hello, > > in preparation for the 5.4 release, I've been compiling trunk pretty > regularly on gentoo. Everything was working fine until recently. > However scilab doesn't even start now. It compiles and install fine, > but bombs at startup. If I launch it from the command line, I just see > the following exception printed: > java.lang.reflect.InvocationTargetException > > I've tracked it down to this commit (first commit when it started to > break): > > commit a715ab13a22b5e53d6d4f811ea44a24770ba7097 > Author: Calixte DENIZET > > Date: Wed Sep 5 11:40:59 2012 +0200 > > Bug 11838 fixed: Maximized state of a window was not saved in quitting > > The commit seems innocuous enough, but it completely breaks scilab for > me. Any idea what might cause this? > > Thanks, > Guillaume > > > > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev -------------- next part -------------- An HTML attachment was scrubbed... URL: From guillaume.horel at gmail.com Fri Sep 21 15:19:42 2012 From: guillaume.horel at gmail.com (Guillaume Horel) Date: Fri, 21 Sep 2012 09:19:42 -0400 Subject: [Scilab-Dev] InvocationTargetException after commit a715ab13a22 In-Reply-To: <505C1195.6030706@scilab-enterprises.com> References: <505C1195.6030706@scilab-enterprises.com> Message-ID: Thanks for the tip. Actually, I didn't have a SCIHOME directory (~/.scilab didn't exist). If I launch scilab with SCIHOME="~/.scilab" scilab it starts fine, and it saves some configuration files in there. However even for subsequent invocations, I need to set SCIHOME in the environment, otherwise scilab doesn't launch, so looks like the SCIHOME variable is never initialized. I'll check if there was anything in SCIHOME when scilab didn't crash before commit a715ab13a22. Guillaume On Fri, Sep 21, 2012 at 3:04 AM, Vincent COUVERT < vincent.couvert at scilab-enterprises.com> wrote: > Hi, > > Just remove your SCIHOME directory and Scilab will start. > > Regards, > Vincent > Le 21/09/12 02:43, Guillaume Horel a ?crit : > > Hello, > > in preparation for the 5.4 release, I've been compiling trunk pretty > regularly on gentoo. Everything was working fine until recently. However > scilab doesn't even start now. It compiles and install fine, but bombs at > startup. If I launch it from the command line, I just see the following > exception printed: > java.lang.reflect.InvocationTargetException > > I've tracked it down to this commit (first commit when it started to > break): > > commit a715ab13a22b5e53d6d4f811ea44a24770ba7097 > Author: Calixte DENIZET > Date: Wed Sep 5 11:40:59 2012 +0200 > > Bug 11838 fixed: Maximized state of a window was not saved in quitting > > The commit seems innocuous enough, but it completely breaks scilab for me. > Any idea what might cause this? > > Thanks, > Guillaume > > > > _______________________________________________ > dev mailing listdev at lists.scilab.orghttp://lists.scilab.org/mailman/listinfo/dev > > > > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From calixte.denizet at scilab-enterprises.com Fri Sep 21 15:21:02 2012 From: calixte.denizet at scilab-enterprises.com (Calixte Denizet) Date: Fri, 21 Sep 2012 15:21:02 +0200 Subject: [Scilab-Dev] InvocationTargetException after commit a715ab13a22 In-Reply-To: References: <505C1195.6030706@scilab-enterprises.com> Message-ID: <505C69BE.6030204@scilab-enterprises.com> Hi Guillaume, Normally you should have a directory ~/.Scilab. Regards C On 21/09/2012 15:19, Guillaume Horel wrote: > Thanks for the tip. Actually, I didn't have a SCIHOME directory > (~/.scilab didn't exist). If I launch scilab with > SCIHOME="~/.scilab" scilab > it starts fine, and it saves some configuration files in there. > However even for subsequent invocations, I need to set SCIHOME in the > environment, otherwise scilab doesn't launch, so looks like the > SCIHOME variable is never initialized. I'll check if there was > anything in SCIHOME when scilab didn't crash before commit a715ab13a22. > > Guillaume > > On Fri, Sep 21, 2012 at 3:04 AM, Vincent COUVERT > > wrote: > > Hi, > > Just remove your SCIHOME directory and Scilab will start. > > Regards, > Vincent > Le 21/09/12 02:43, Guillaume Horel a ?crit : >> Hello, >> >> in preparation for the 5.4 release, I've been compiling trunk >> pretty regularly on gentoo. Everything was working fine until >> recently. However scilab doesn't even start now. It compiles and >> install fine, but bombs at startup. If I launch it from the >> command line, I just see the following exception printed: >> java.lang.reflect.InvocationTargetException >> >> I've tracked it down to this commit (first commit when it started >> to break): >> >> commit a715ab13a22b5e53d6d4f811ea44a24770ba7097 >> Author: Calixte DENIZET > > >> Date: Wed Sep 5 11:40:59 2012 +0200 >> >> Bug 11838 fixed: Maximized state of a window was not saved in >> quitting >> >> The commit seems innocuous enough, but it completely breaks >> scilab for me. Any idea what might cause this? >> >> Thanks, >> Guillaume >> >> >> >> _______________________________________________ >> dev mailing list >> dev at lists.scilab.org >> http://lists.scilab.org/mailman/listinfo/dev > > > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev > > > > > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev -- Calixte Denizet Software Development Engineer ----------------------------------------------------------- Scilab Enterprises 143bis rue Yves Le Coz - 78000 Versailles, France http://www.scilab-enterprises.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From guillaume.horel at gmail.com Fri Sep 21 15:28:47 2012 From: guillaume.horel at gmail.com (Guillaume Horel) Date: Fri, 21 Sep 2012 09:28:47 -0400 Subject: [Scilab-Dev] InvocationTargetException after commit a715ab13a22 In-Reply-To: <505C69BE.6030204@scilab-enterprises.com> References: <505C1195.6030706@scilab-enterprises.com> <505C69BE.6030204@scilab-enterprises.com> Message-ID: Well unfortunately I don't and it's causing a bug... I'm trying to understand why it was not created. I assume there is a piece of code that creates it at startup if the directory doesn't exist right? Can anybody reproduce the crash at startup it if they delete their .scilab directory? Thanks, Guillaume On Fri, Sep 21, 2012 at 9:21 AM, Calixte Denizet < calixte.denizet at scilab-enterprises.com> wrote: > Hi Guillaume, > > Normally you should have a directory ~/.Scilab. > > Regards > > C > > > On 21/09/2012 15:19, Guillaume Horel wrote: > > Thanks for the tip. Actually, I didn't have a SCIHOME directory (~/.scilab > didn't exist). If I launch scilab with > SCIHOME="~/.scilab" scilab > it starts fine, and it saves some configuration files in there. However > even for subsequent invocations, I need to set SCIHOME in the environment, > otherwise scilab doesn't launch, so looks like the SCIHOME variable is > never initialized. I'll check if there was anything in SCIHOME when scilab > didn't crash before commit a715ab13a22. > > Guillaume > > On Fri, Sep 21, 2012 at 3:04 AM, Vincent COUVERT < > vincent.couvert at scilab-enterprises.com> wrote: > >> Hi, >> >> Just remove your SCIHOME directory and Scilab will start. >> >> Regards, >> Vincent >> Le 21/09/12 02:43, Guillaume Horel a ?crit : >> >> Hello, >> >> in preparation for the 5.4 release, I've been compiling trunk pretty >> regularly on gentoo. Everything was working fine until recently. However >> scilab doesn't even start now. It compiles and install fine, but bombs at >> startup. If I launch it from the command line, I just see the following >> exception printed: >> java.lang.reflect.InvocationTargetException >> >> I've tracked it down to this commit (first commit when it started to >> break): >> >> commit a715ab13a22b5e53d6d4f811ea44a24770ba7097 >> Author: Calixte DENIZET >> Date: Wed Sep 5 11:40:59 2012 +0200 >> >> Bug 11838 fixed: Maximized state of a window was not saved in quitting >> >> The commit seems innocuous enough, but it completely breaks scilab for >> me. Any idea what might cause this? >> >> Thanks, >> Guillaume >> >> >> >> _______________________________________________ >> dev mailing listdev at lists.scilab.orghttp://lists.scilab.org/mailman/listinfo/dev >> >> >> >> _______________________________________________ >> dev mailing list >> dev at lists.scilab.org >> http://lists.scilab.org/mailman/listinfo/dev >> >> > > > _______________________________________________ > dev mailing listdev at lists.scilab.orghttp://lists.scilab.org/mailman/listinfo/dev > > > > -- > Calixte Denizet > Software Development Engineer > ----------------------------------------------------------- > Scilab Enterprises > 143bis rue Yves Le Coz - 78000 Versailles, Francehttp://www.scilab-enterprises.com > > > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sylvestre.ledru at scilab-enterprises.com Mon Sep 24 12:17:13 2012 From: sylvestre.ledru at scilab-enterprises.com (Sylvestre Ledru) Date: Mon, 24 Sep 2012 12:17:13 +0200 Subject: [Scilab-Dev] InvocationTargetException after commit a715ab13a22 In-Reply-To: References: <505C1195.6030706@scilab-enterprises.com> <505C69BE.6030204@scilab-enterprises.com> Message-ID: <50603329.8010902@scilab-enterprises.com> It is .Scilab, not .scilab (I know we should switch to full lower case). It is not part of our priority as you can see with the date of our bug report here: http://bugzilla.scilab.org/show_bug.cgi?id=3386 Especially since it won't break some works without bringing much... S On 21/09/2012 15:28, Guillaume Horel wrote: > Well unfortunately I don't and it's causing a bug... I'm trying to > understand why it was not created. I assume there is a piece of code that > creates it at startup if the directory doesn't exist right? Can anybody > reproduce the crash at startup it if they delete their .scilab directory? > > Thanks, > Guillaume > > On Fri, Sep 21, 2012 at 9:21 AM, Calixte Denizet < > calixte.denizet at scilab-enterprises.com> wrote: > >> Hi Guillaume, >> >> Normally you should have a directory ~/.Scilab. >> >> Regards >> >> C >> >> >> On 21/09/2012 15:19, Guillaume Horel wrote: >> >> Thanks for the tip. Actually, I didn't have a SCIHOME directory (~/.scilab >> didn't exist). If I launch scilab with >> SCIHOME="~/.scilab" scilab >> it starts fine, and it saves some configuration files in there. However >> even for subsequent invocations, I need to set SCIHOME in the environment, >> otherwise scilab doesn't launch, so looks like the SCIHOME variable is >> never initialized. I'll check if there was anything in SCIHOME when scilab >> didn't crash before commit a715ab13a22. >> >> Guillaume >> >> On Fri, Sep 21, 2012 at 3:04 AM, Vincent COUVERT < >> vincent.couvert at scilab-enterprises.com> wrote: >> >>> Hi, >>> >>> Just remove your SCIHOME directory and Scilab will start. >>> >>> Regards, >>> Vincent >>> Le 21/09/12 02:43, Guillaume Horel a ?crit : >>> >>> Hello, >>> >>> in preparation for the 5.4 release, I've been compiling trunk pretty >>> regularly on gentoo. Everything was working fine until recently. However >>> scilab doesn't even start now. It compiles and install fine, but bombs at >>> startup. If I launch it from the command line, I just see the following >>> exception printed: >>> java.lang.reflect.InvocationTargetException >>> >>> I've tracked it down to this commit (first commit when it started to >>> break): >>> >>> commit a715ab13a22b5e53d6d4f811ea44a24770ba7097 >>> Author: Calixte DENIZET >>> Date: Wed Sep 5 11:40:59 2012 +0200 >>> >>> Bug 11838 fixed: Maximized state of a window was not saved in quitting >>> >>> The commit seems innocuous enough, but it completely breaks scilab for >>> me. Any idea what might cause this? >>> >>> Thanks, >>> Guillaume >>> >>> >>> >>> _______________________________________________ >>> dev mailing listdev at lists.scilab.orghttp://lists.scilab.org/mailman/listinfo/dev >>> >>> >>> >>> _______________________________________________ >>> dev mailing list >>> dev at lists.scilab.org >>> http://lists.scilab.org/mailman/listinfo/dev >>> >>> >> >> >> _______________________________________________ >> dev mailing listdev at lists.scilab.orghttp://lists.scilab.org/mailman/listinfo/dev >> >> >> >> -- >> Calixte Denizet >> Software Development Engineer >> ----------------------------------------------------------- >> Scilab Enterprises >> 143bis rue Yves Le Coz - 78000 Versailles, Francehttp://www.scilab-enterprises.com >> >> >> _______________________________________________ >> dev mailing list >> dev at lists.scilab.org >> http://lists.scilab.org/mailman/listinfo/dev >> >> > > > > _______________________________________________ > dev mailing list > dev at lists.scilab.org > http://lists.scilab.org/mailman/listinfo/dev -- ----------------------------- Sylvestre Ledru Operations manager Community manager ----------------------------- Scilab Enterprises http://www.scilab-enterprises.com/ http://www.scilab.org/ ----------------------------- From guillaume.horel at gmail.com Tue Sep 25 02:18:04 2012 From: guillaume.horel at gmail.com (Guillaume Horel) Date: Mon, 24 Sep 2012 20:18:04 -0400 Subject: [Scilab-Dev] InvocationTargetException after commit a715ab13a22 In-Reply-To: <50603329.8010902@scilab-enterprises.com> References: <505C1195.6030706@scilab-enterprises.com> <505C69BE.6030204@scilab-enterprises.com> <50603329.8010902@scilab-enterprises.com> Message-ID: Thanks, deleting ~/.Scilab did the trick. Sorry for assuming it would be .scilab, I didn't read Calixte email carefully enough. On Mon, Sep 24, 2012 at 6:17 AM, Sylvestre Ledru < sylvestre.ledru at scilab-enterprises.com> wrote: > It is .Scilab, not .scilab (I know we should switch to full lower case). > > It is not part of our priority as you can see with the date of our bug > report here: > http://bugzilla.scilab.org/show_bug.cgi?id=3386 > > Especially since it won't break some works without bringing much... > > S > > > On 21/09/2012 15:28, Guillaume Horel wrote: > > Well unfortunately I don't and it's causing a bug... I'm trying to > > understand why it was not created. I assume there is a piece of code that > > creates it at startup if the directory doesn't exist right? Can anybody > > reproduce the crash at startup it if they delete their .scilab directory? > > > > Thanks, > > Guillaume > > > > On Fri, Sep 21, 2012 at 9:21 AM, Calixte Denizet < > > calixte.denizet at scilab-enterprises.com> wrote: > > > >> Hi Guillaume, > >> > >> Normally you should have a directory ~/.Scilab. > >> > >> Regards > >> > >> C > >> > >> > >> On 21/09/2012 15:19, Guillaume Horel wrote: > >> > >> Thanks for the tip. Actually, I didn't have a SCIHOME directory > (~/.scilab > >> didn't exist). If I launch scilab with > >> SCIHOME="~/.scilab" scilab > >> it starts fine, and it saves some configuration files in there. However > >> even for subsequent invocations, I need to set SCIHOME in the > environment, > >> otherwise scilab doesn't launch, so looks like the SCIHOME variable is > >> never initialized. I'll check if there was anything in SCIHOME when > scilab > >> didn't crash before commit a715ab13a22. > >> > >> Guillaume > >> > >> On Fri, Sep 21, 2012 at 3:04 AM, Vincent COUVERT < > >> vincent.couvert at scilab-enterprises.com> wrote: > >> > >>> Hi, > >>> > >>> Just remove your SCIHOME directory and Scilab will start. > >>> > >>> Regards, > >>> Vincent > >>> Le 21/09/12 02:43, Guillaume Horel a ?crit : > >>> > >>> Hello, > >>> > >>> in preparation for the 5.4 release, I've been compiling trunk pretty > >>> regularly on gentoo. Everything was working fine until recently. > However > >>> scilab doesn't even start now. It compiles and install fine, but bombs > at > >>> startup. If I launch it from the command line, I just see the following > >>> exception printed: > >>> java.lang.reflect.InvocationTargetException > >>> > >>> I've tracked it down to this commit (first commit when it started to > >>> break): > >>> > >>> commit a715ab13a22b5e53d6d4f811ea44a24770ba7097 > >>> Author: Calixte DENIZET > >>> Date: Wed Sep 5 11:40:59 2012 +0200 > >>> > >>> Bug 11838 fixed: Maximized state of a window was not saved in > quitting > >>> > >>> The commit seems innocuous enough, but it completely breaks scilab for > >>> me. Any idea what might cause this? > >>> > >>> Thanks, > >>> Guillaume > >>> > >>> > >>> > >>> _______________________________________________ > >>> dev mailing listdev at lists.scilab.orghttp:// > lists.scilab.org/mailman/listinfo/dev > >>> > >>> > >>> > >>> _______________________________________________ > >>> dev mailing list > >>> dev at lists.scilab.org > >>> http://lists.scilab.org/mailman/listinfo/dev > >>> > >>> > >> > >> > >> _______________________________________________ > >> dev mailing listdev at lists.scilab.orghttp:// > lists.scilab.org/mailman/listinfo/dev > >> > >> > >> > >> -- > >> Calixte Denizet > >> Software Development Engineer > >> ----------------------------------------------------------- > >> Scilab Enterprises > >> 143bis rue Yves Le Coz - 78000 Versailles, Francehttp:// > www.scilab-enterprises.com > >> > >> > >> _______________________________________________ > >> dev mailing list > >> dev at lists.scilab.org > >> http://lists.scilab.org/mailman/listinfo/dev > >> > >> > > > > > > > > _______________________________________________ > > dev mailing list > > dev at lists.scilab.org > > http://lists.scilab.org/mailman/listinfo/dev > > > -- > ----------------------------- > Sylvestre Ledru > Operations manager > Community manager > ----------------------------- > Scilab Enterprises > http://www.scilab-enterprises.com/ > http://www.scilab.org/ > ----------------------------- > -------------- next part -------------- An HTML attachment was scrubbed... URL: