[scilab-Users] Fwd: Fwd: Problems with SciLab 5.3.3 in Win7prof 64bit

Allan CORNET allan.cornet at scilab.org
Mon Jul 25 16:40:07 CEST 2011


Hi,

 

A quick workaround

 

Changes your TMP & TEMP variable environment

 

Example : c:\MYTMP (not localized directory)

 

http://www.itechtalk.com/thread3595.html

 

Allan

 

 

De : Piotr Wiśniewski [mailto:piotr.plaskowicki at interia.pl] 
Envoyé : lundi 25 juillet 2011 16:11
À : users at lists.scilab.org
Objet : [scilab-Users] Fwd: Fwd: Problems with SciLab 5.3.3 in Win7prof 64bit

 

Dears,

Problem is coming from user name. If I use the user name without country specific characters problem is not existing.

Regs
Piotr Wiśniewski

  

------ Wiadomość oryginalna ------ 


Temat: 

Fwd: Problems with SciLab 5.3.3 in Win7prof 64bit


Data: 

Mon, 25 Jul 2011 11:20:02 +0200


Nadawca: 

Piotr Wiśniewski  <mailto:piotr.plaskowicki at interia.pl> <piotr.plaskowicki at interia.pl>


Adresat: 

users at lists.scilab.org



Dears,
With pleasure I try the new version of scilab. Unfortunately it is still not working with Win7 professional x64.

Actually scilab is working but XCOS not (see attachment).

In new version SciNotes starts without exception. This problem is solved by you :)

So I continue using you software in XPMode and wait for new, running with win7, version.

Additional problem: since SciLab 5.0 there is not so easy to make connection between blocks in xcos. The area around the input/output witch make connector active (green) is in my opinion to small. 

Best regards
Piotr Wiśniewski

------ Wiadomość oryginalna ------ 


Temat: 

Problems with SciLab 5.3.2 in Win7 64bit


Data: 

Sat, 09 Jul 2011 12:28:39 +0200


Nadawca: 

Piotr Wiśniewski  <mailto:piotr.wisniewski at ppcs.pl> <piotr.wisniewski at ppcs.pl>


Adresat: 

users at lists.scilab.org



Dears,
I get Scilab from your page. Installation I have done normally (as before on XP). Program is working but not fully.

 When I open SciNotes following comes. SciNotes works even that.

  The method createMenu in org.scilab.modules.scinotes.actions.LineNumbersAction threw an exception :
java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.scilab.modules.scinotes.SciNotesGUI.getMenuItem(Unknown Source)
    at org.scilab.modules.scinotes.SciNotesGUI.getMenu(Unknown Source)
    at org.scilab.modules.scinotes.SciNotesGUI.generateMenuBar(Unknown Source)
    at org.scilab.modules.scinotes.SciNotesGUI.init(Unknown Source)
    at org.scilab.modules.scinotes.SciNotes.createEditor(Unknown Source)
    at org.scilab.modules.scinotes.SciNotes.launchSciNotes(Unknown Source)
    at org.scilab.modules.scinotes.SciNotes$2.run(Unknown Source)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.util.NoSuchElementException
    at java.util.StringTokenizer.nextToken(Unknown Source)
    at org.scilab.modules.scinotes.actions.LineNumbersAction.createMenu(Unknown Source)
    ... 19 more

The biggest problem is with Xcos. It doesn't work at all.

When I try to start simulation following comes:

  ncsa.hdf.hdf5lib.exceptions.HDF5LibraryException
ncsa.hdf.hdf5lib.exceptions.HDF5LibraryException
    at ncsa.hdf.hdf5lib.H5._H5Fcreate(Native Method)
    at ncsa.hdf.hdf5lib.H5.H5Fcreate(H5.java:1348)
    at org.scilab.modules.hdf5.write.H5Write.createFile(Unknown Source)
    at org.scilab.modules.xcos.io.scicos.H5RWHandler.writeDiagram(Unknown Source)
    at org.scilab.modules.xcos.graph.XcosDiagram.dumpToHdf5File(Unknown Source)
    at org.scilab.modules.xcos.actions.StartAction.createSimulationCommand(Unknown Source)
    at org.scilab.modules.xcos.actions.StartAction.actionPerformed(Unknown Source)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
    at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
ncsa.hdf.hdf5lib.exceptions.HDF5LibraryException
ncsa.hdf.hdf5lib.exceptions.HDF5LibraryException
    at ncsa.hdf.hdf5lib.H5._H5Gcreate(Native Method)
    at ncsa.hdf.hdf5lib.H5.H5Gcreate(H5.java:1546)
    at org.scilab.modules.hdf5.write.H5WriteScilabCommonList.writeInDataSet(Unknown Source)
    at org.scilab.modules.hdf5.write.H5WriteScilabMList.writeInDataSet(Unknown Source)
    at org.scilab.modules.hdf5.write.H5Write.writeInDataSet(Unknown Source)
    at org.scilab.modules.xcos.io.scicos.H5RWHandler.writeDiagram(Unknown Source)
    at org.scilab.modules.xcos.graph.XcosDiagram.dumpToHdf5File(Unknown Source)
    at org.scilab.modules.xcos.actions.StartAction.createSimulationCommand(Unknown Source)
    at org.scilab.modules.xcos.actions.StartAction.actionPerformed(Unknown Source)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
    at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
 
 import_from_hdf5: Unable to open file: C:\Users\Piotr Wiśniewski\AppData\Local\Temp\SCI_TMP_478 
      8_\xcos8580468894431797456.h5                                                               

The simulation file was done with SciLab v5.3.2 32bit on WinXP. It was working perfectly until now.

What is wrong? What can I do to be able to use that again?

I cannot  build new models because I cannot edit parameters too.


 

Please give me some advice what to do? 

With kind regards
Piotr Wiśniewski



-- 
PPCS Piotr Wiśniewski
Komorów 20A
58-100 Świdnica
Poland
 
tel.: +48 608 053 483


----------------------------------------------------------------
Znajdz samochod idealny dla siebie!
Szukaj >> http://linkint.pl/f29e2

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20110725/aaa4b7bd/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 404466 bytes
Desc: not available
URL: <https://lists.scilab.org/pipermail/users/attachments/20110725/aaa4b7bd/attachment.png>


More information about the users mailing list