2023-04-21 07:12 AM - last edited on 2024-08-20 05:09 AM by Andrew Neil
Even after restarting the computer, it won't work, and even if the software is reinstalled, it won't work!
2023-04-21 08:43 AM - edited 2023-11-20 07:30 AM
2023-04-21 08:46 AM
Sorry!
I didn't see any .log file inside !
It's sodifficult for me !
2023-04-21 08:52 AM
it is because you do not display file extension
you have "version.ini" displayed as "version" 1KB
and ".log" displayed as icon 105 KB
please send me the 105 KB file, it is your ".log"
2023-04-21 09:11 AM
!SESSION 2023-04-22 00:10:39.491 -----------------------------------------------
eclipse.buildId=unknown
java.version=11.0.7
java.vendor=GraalVM Community
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=zh_CN
Framework arguments: -eclipse.keyring configuration\.eclipse\org.eclipse.equinox.security\secure_storage
Command-line arguments: -os win32 -ws win32 -arch x86_64 -eclipse.keyring configuration\.eclipse\org.eclipse.equinox.security\secure_storage
!ENTRY org.eclipse.core.resources 2 10035 2023-04-22 00:10:43.973
!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
!ENTRY org.eclipse.jface 2 0 2023-04-22 00:11:16.354
!MESSAGE Ignored reentrant call while viewer is busy. This is only logged once per viewer instance, but similar calls will still be ignored.
!STACK 0
java.lang.RuntimeException
at org.eclipse.jface.viewers.ColumnViewer.checkBusy(ColumnViewer.java:764)
at org.eclipse.jface.viewers.ColumnViewer.update(ColumnViewer.java:543)
at org.eclipse.ui.navigator.CommonViewer.update(CommonViewer.java:515)
at org.eclipse.jface.viewers.StructuredViewer.update(StructuredViewer.java:1976)
at org.eclipse.ui.internal.navigator.resources.nested.NestedProjectsLabelProvider.lambda$2(NestedProjectsLabelProvider.java:87)
at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714)
at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1705)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1692)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
!ENTRY org.eclipse.ui 4 0 2023-04-22 00:11:26.410
!MESSAGE Unhandled event loop exception
!STACK 0
org.eclipse.swt.SWTException: 缺少对象
at org.eclipse.swt.browser.WebBrowser$EvaluateFunction.function(WebBrowser.java:195)
at org.eclipse.swt.browser.WebSite.Invoke(WebSite.java:809)
at org.eclipse.swt.browser.WebSite$7.method6(WebSite.java:182)
at org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:120)
at org.eclipse.swt.internal.ole.win32.COM.VtblCall(Native Method)
at org.eclipse.swt.internal.ole.win32.IDispatch.Invoke(IDispatch.java:65)
at org.eclipse.swt.ole.win32.OleAutomation.invoke(OleAutomation.java:575)
at org.eclipse.swt.ole.win32.OleAutomation.invoke(OleAutomation.java:538)
at org.eclipse.swt.browser.IE.execute(IE.java:1202)
at org.eclipse.swt.browser.WebBrowser.nonBlockingExecute(WebBrowser.java:400)
at org.eclipse.swt.browser.WebBrowser.evaluate(WebBrowser.java:450)
at org.eclipse.swt.browser.WebBrowser.evaluate(WebBrowser.java:406)
at org.eclipse.swt.browser.Browser.evaluate(Browser.java:684)
at org.eclipse.swt.browser.Browser.evaluate(Browser.java:631)
at com.st.tools.spc5.wizards.engine.ui.editors.WizardsEnginePage$4.completed(WizardsEnginePage.java:496)
at org.eclipse.swt.browser.IE.lambda$6(IE.java:656)
at org.eclipse.swt.ole.win32.OleEventTable.sendEvent(OleEventTable.java:58)
at org.eclipse.swt.ole.win32.OleEventSink.notifyListener(OleEventSink.java:160)
at org.eclipse.swt.ole.win32.OleEventSink.Invoke(OleEventSink.java:128)
at org.eclipse.swt.ole.win32.OleEventSink.access$1(OleEventSink.java:105)
at org.eclipse.swt.ole.win32.OleEventSink$1.method6(OleEventSink.java:79)
at org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:120)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(Native Method)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3522)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1160)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1049)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:658)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:557)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:154)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:150)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
2023-04-21 09:14 AM
I finally know where the log file is !
Thank you for teaching me so patiently! I'm so stupid!
2023-04-21 09:20 AM
you are not, it is always difficult the first time we do something ;)
2023-04-21 09:21 AM
Thank you I will ask an expert to analyze your LOG
2023-04-21 09:21 AM
Do you have same issue with another Device ? SPC582B for example
2023-04-21 09:27 AM
If you open the SPC5Studio software and don't connect it to the development board using USB, shouldn't this be the problem?
2023-04-21 09:30 AM
Because I bought the development board but haven't received it yet, I want to familiarize myself with the software and take a look at the examples first. Finally, I realized that the clock tree couldn't open!