Hi,
I've been having issues with using the graphical vtlec. It completely locks up at certain points and I have to kill the process, corrupting the project file in the process.
I was able to go through the getting started guide and work through all those examples without these issues. The problem happens when I run it on my app.
It seems to run the simulation itself and collect data fine. The issues seem to be with viewing it and navigating around. With the callgraph wizard, it froze after the data collection when it was trying to find symbols for one of the modules. For the sampling wizard, it froze when I double clicked on one of the modules to view the source. I got the following error from eclipse:
SWT SAL error: ExceptionOccurred in the function: CallVoidMethod
Exception in thread "Main Thread" java.lang.IllegalArgumentException: Argument not valid
at org.eclipse.swt.SWT.error(SWT.java:3358)
at org.eclipse.swt.SWT.error(SWT.java:3297)
at org.eclipse.swt.SWT.error(SWT.java:3268)
at org.eclipse.swt.graphics.GC.drawImage(GC.java:521)
at org.eclipse.swt.graphics.GC.drawImage(GC.java:504)
at com.intel.vtune.idvclibuni.IDVPainterWin.scroll(IDVPainterWin.java:164)
at com.intel.vtune.idvclibuni.IDVDecoration.OnToolCommand(Native Method)
at com.intel.vtune.idvclibuni.IDVDecoration.access$000(IDVDecoration.java:20)
at com.intel.vtune.idvclibuni.IDVDecoration$2.widgetSelected(IDVDecoration.java:106)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3166)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2842)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
&n
bsp; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
I am able to create and run activities on the command line with vtl. The vtl view command works, though not very useful. I tried packing an activity that worked fine and then importing it into vtlec and again, it freezes when viewing a module.
Also, if somebody could point me at how to fix the corrupt project file, that would be great. The projects I create disappear from the tuning browser after this crash and then when I try to add an activity to that project, it says it can't create project.
Thanks in advance for any help.