Trouble running xTimeComposer on Win 7 64 bit computer

Technical questions regarding the XTC tools and programming with XMOS.
jojamal
New User
Posts: 3
Joined: Mon Jan 05, 2015 7:02 pm

Trouble running xTimeComposer on Win 7 64 bit computer

Post by jojamal »

I am having trouble getting Xtimecomposer running on my win 7 64 bit PC. I installed java JRE & Xtimecomposer. When I launch Xtime I get the error message "An error has occurred. See logfile". If anyone can help please let me know. Thank you

Logfile output excerpt ;

!SESSION 2015-01-05 12:33:38.047 -----------------------------------------------
eclipse.buildId=I20080702-1800
java.version=1.7.0_72
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.osgi 4 0 2015-01-05 12:33:42.992
!MESSAGE Application error
!STACK 1
org.eclipse.swt.SWTError: No more handles
at org.eclipse.swt.SWT.error(SWT.java:4109)
at org.eclipse.swt.SWT.error(SWT.java:3998)
at org.eclipse.swt.SWT.error(SWT.java:3969)
at org.eclipse.swt.widgets.Widget.error(Widget.java:468)
at org.eclipse.swt.widgets.TaskBar.createHandle(TaskBar.java:99)
at org.eclipse.swt.widgets.TaskBar.<init>(TaskBar.java:92)
at org.eclipse.swt.widgets.Display.getSystemTaskBar(Display.java:2499)
User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

Post by sethu_jangala »

Can you please check if you are using 32-bit JRE? 32-bit/64-bit version of tools require 32 bit JRE. Have a look at the requirements in the following link:

https://www.xmos.com/support/xtools
jojamal
New User
Posts: 3
Joined: Mon Jan 05, 2015 7:02 pm

Post by jojamal »

The Java is 32 bit version 7 update 72.

Thank you
User avatar
mon2
XCore Legend
Posts: 1913
Joined: Thu Jun 10, 2010 11:43 am

Post by mon2 »

jojamal
New User
Posts: 3
Joined: Mon Jan 05, 2015 7:02 pm

Post by jojamal »

After reading the links provided I took a look at the resource allocations on my system, cleaned up unneeded processes and startup entries. xTimecomposer runs fine now. Thanks for the help!