Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Simon
Level 1
Level 1
First reply posted First question asked First like given

Whenever I switch from "Image Sensor Configuration" to "CX3 Receiver Configuration" it won't autofill the fields and throws an error saying:

Message

Problems occurred when invoking code from plug-in: "org.eclipse.jface".

Exception stack trace:

java.lang.NumberFormatException: For input string: ",00"
	at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)
	at java.lang.Double.parseDouble(Unknown Source)
	at com.cypress.cx3.ui.utils.CX3ConfigurationCalculationUtil.calculateTimerHBlanking(CX3ConfigurationCalculationUtil.java:448)
	at com.cypress.cx3.ui.editors.CX3ReceiverConfigurationPage.updateHBlanking(CX3ReceiverConfigurationPage.java:2420)
	at com.cypress.cx3.ui.editors.CX3ReceiverConfigurationPage.modifyText(CX3ReceiverConfigurationPage.java:2465)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:179)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1081)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1062)
	at org.eclipse.swt.widgets.Text.wmCommandChild(Text.java:2974)
	at org.eclipse.swt.widgets.Control.WM_COMMAND(Control.java:4752)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4614)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4977)
	at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method)
	at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:2443)
	at org.eclipse.swt.widgets.Text.callWindowProc(Text.java:260)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706)
	at org.eclipse.swt.widgets.Text.windowProc(Text.java:2597)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4977)
	at org.eclipse.swt.internal.win32.OS.SetWindowTextW(Native Method)
	at org.eclipse.swt.internal.win32.OS.SetWindowText(OS.java:3473)
	at org.eclipse.swt.widgets.Text.setText(Text.java:2252)
	at com.cypress.cx3.ui.editors.CX3ReceiverConfigurationPage.updateHActive1(CX3ReceiverConfigurationPage.java:2377)
	at com.cypress.cx3.ui.editors.CX3ReceiverConfigurationPage.modifyText(CX3ReceiverConfigurationPage.java:2506)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:179)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1081)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1062)
	at org.eclipse.swt.widgets.Text.setText(Text.java:2263)
	at com.cypress.cx3.ui.editors.CX3ReceiverConfigurationPage.calculatePrdFbdValues(CX3ReceiverConfigurationPage.java:2274)
	at com.cypress.cx3.ui.editors.CX3ReceiverConfigurationPage.access$11(CX3ReceiverConfigurationPage.java:2265)
	at com.cypress.cx3.ui.editors.CX3ReceiverConfigurationPage$8.modifyText(CX3ReceiverConfigurationPage.java:1160)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:179)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1081)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1062)
	at org.eclipse.swt.widgets.Combo.deselectAll(Combo.java:634)
	at com.cypress.cx3.ui.editors.CX3ReceiverConfigurationPage.clearAllValues(CX3ReceiverConfigurationPage.java:642)
	at com.cypress.cx3.ui.editors.CX3ReceiverConfigurationPage.updateConfigurationDetails(CX3ReceiverConfigurationPage.java:444)
	at com.cypress.cx3.ui.editors.CX3ReceiverConfigurationPage$2.selectionChanged(CX3ReceiverConfigurationPage.java:310)
	at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:164)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
	at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
	at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:162)
	at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2188)
	at org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1725)
	at org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:394)
	at com.cypress.cx3.ui.editors.CX3ReceiverConfigurationPage$1.runInUIThread(CX3ReceiverConfigurationPage.java:251)
	at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:95)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4145)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3762)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:140)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:611)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
	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.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1450)

Things I've tried:

  1. I've tried to install/run it on another laptop and a virtual machine both running Windows 10 Home. It threw the same error on both machines.
  2. Removed and Installed the latest JRE(Version 8 Update 291 (build 1.8.0_291-b10).
  3. Run/installed EZ USB Suite as admin.

Versions:

OS: Windows 10 Home 10.0.18363.1440

JRE: Version 8 Update 291 (build 1.8.0_291-b10)

EZ USB Suite: Version 1.3.4

Images

Some images to visualize my problem.

Simon_0-1622470806849.png

Simon_1-1622470849206.png

 

 

0 Likes
1 Solution
JayakrishnaT_76
Moderator
Moderator
Moderator
First question asked 1000 replies posted 750 replies posted

Hello,

Please refer to the following thread where a similar query was posted before:

https://community.cypress.com/t5/USB-Superspeed-Peripherals/CX3-Configuration-Project-error-message/...

As mentioned in the thread, the issue was resolved by changing the language. Please try this and let me know if it helps.

Best Regards,
Jayakrishna

View solution in original post

2 Replies
JayakrishnaT_76
Moderator
Moderator
Moderator
First question asked 1000 replies posted 750 replies posted

Hello,

Please refer to the following thread where a similar query was posted before:

https://community.cypress.com/t5/USB-Superspeed-Peripherals/CX3-Configuration-Project-error-message/...

As mentioned in the thread, the issue was resolved by changing the language. Please try this and let me know if it helps.

Best Regards,
Jayakrishna

Thank you for your response, It worked after I restarted my pc.

0 Likes