This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Code Composer Studio, broken. Uniflash, broken. What did Windows do to me?

Other Parts Discussed in Thread: UNIFLASH

Hey all,

Okay so I am really in a pinch here.  Basically I left my computer for a few minutes and Windows does its notorious, well I'm going to just restart and update now thing.   

This morning I open up Uniflash and I'm getting an error about some unhandled user interface operation or something.  So I assume it's probably something in my config files being corrupt so I simply try and start a new configuration.  That doesn't work.  Ok so Uniflash is broken.  Let me try upgrading to the newest version (3.4)... It doesn't get passed launch without an error.  From the log:

!SESSION 2015-12-18 11:53:56.055 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_13
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -data @noDefault

!ENTRY org.eclipse.osgi 4 0 2015-12-18 11:53:56.637
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: C:\ti\uniflash_3.4\ccs_base\DebugServer\bin\LibraryLoader.dll: Can't find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at com.ti.debug.engine.xpcom.Runtime.preXPCOMInit(Runtime.java:163)
at com.ti.debug.engine.xpcom.Runtime.startBare(Runtime.java:116)
at com.ti.debug.engine.xpcom.Runtime.createComponent(Runtime.java:170)
at com.ti.utility.filesystem.DirectoryService.<init>(DirectoryService.java:26)
at com.ti.utility.filesystem.DirectoryService.<init>(DirectoryService.java:9)
at com.ti.utility.filesystem.DirectoryService$SingletonHolder.<clinit>(DirectoryService.java:44)
at com.ti.utility.filesystem.DirectoryService.instance(DirectoryService.java:49)
at com.ti.common.core.utils.ds.CoreUtilsProvider.getTemporaryFileDir(CoreUtilsProvider.java:16)
at com.ti.common.core.CoreUtils.getTemporaryFileDir(CoreUtils.java:114)
at com.ti.uniflash.rcp.Application.getRuntimeAppDir(Application.java:89)
at com.ti.uniflash.rcp.Application.getWorkspaceDir(Application.java:96)
at com.ti.uniflash.rcp.Application.setupWorkspaceFolder(Application.java:103)
at com.ti.uniflash.rcp.Application.start(Application.java:32)
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:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
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:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)

 

So this is where I start reading a bit and wondering if something changed in the update and I lost some dependencies.  But I think, well if that happened than CCS is probably broken too.  And sure enough, I launch CCS and 4 errors show up.  I can't tell you what they are because I don't have CCS on my PC right now.  So I'm thinking maybe CCS lost it's redistributable packages or something.  To fix I uninstall and try reinstalling thinking that hopefully CCS will be able to make sure everything it depends on is in the right spot.  Bad idea.  CCS won't install without it popping up a message box every few seconds with an error..... 

Well I went back and tried running the installer again after updating Java so I could grab the error message for you guys and it worked this time.  But I still have the CCS errors

CrasherTrackerJob:  

An internal error occurred during: "CrashTrackerJob".
C:\ti\ccsv6\ccs_base\DebugServer\bin\LibraryLoader.dll: Can't find dependent libraries

License Aquisition:

An internal error occurred during: "License Acquisition".
C:\ti\ccsv6\ccs_base\DebugServer\bin\ti_xpcom.dll: Can't find dependent libraries

Loading device information:

An internal error occurred during: "Loading device information".
Could not initialize class com.ti.utility.filesystem.DirectoryService$SingletonHolder

 

So basically now nothing works.  Hopefully someone knows what I need to do to get CCS finding the correct libraries.  Oh and I know CCS doesn't technically support Windows 10, but help would really be appreciated.

-Anthony