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.

CCSv4 installation

Other Parts Discussed in Thread: CCSTUDIO

Hi

I have recently installed the new version of CCS using the downloaded file

setup_CCS_MC_Core_4.2.4.00033.exe

 

after installation I was unable to use the software.

The log is below. Could you please let me know what did I do wrong.

regards

 

 

eclipse.buildId=4.2.4.00033
java.version=1.5.0_14
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=tr_TR
Command-line arguments:  -os win32 -ws win32 -arch x86

Error
Thu Oct 27 17:21:11 EEST 2011
An internal error occurred during: "License Acquisition".

java.lang.UnsatisfiedLinkError: Can't load library: D:\ccsv4\DebugServer\win32\javaxpcomglue.dll
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.load0(Unknown Source)
    at java.lang.System.load(Unknown Source)
    at org.mozilla.xpcom.internal.JavaXPCOMMethods.registerJavaXPCOMMethods(JavaXPCOMMethods.java:57)
    at org.mozilla.xpcom.internal.MozillaImpl.initialize(MozillaImpl.java:48)
    at org.mozilla.xpcom.Mozilla.initialize(Mozilla.java:668)
    at com.ti.debug.engine.xpcom.Runtime.startBare(Runtime.java:164)
    at com.ti.debug.engine.xpcom.Runtime.startBare(Runtime.java:105)
    at com.ti.debug.engine.xpcom.Runtime.createComponent(Runtime.java:207)
    at com.ti.license.impl.LicenseManager.<init>(LicenseManager.java:110)
    at com.ti.debug.engine.cce.LicenseEngine.<init>(LicenseEngine.java:20)
    at com.ti.debug.engine.cce.LicenseEngine.createInstance(LicenseEngine.java:28)
    at com.ti.ccstudio.debug.server.extensions.ExtLicenseManager.createInstance(ExtLicenseManager.java:24)
    at com.ti.ccstudio.debug.server.factory.LicenseEngineFactory.createInstance(LicenseEngineFactory.java:14)
    at com.ti.ccstudio.debug.core.licensing.LicenseManager.createDelegate(LicenseManager.java:42)
    at com.ti.ccstudio.debug.core.licensing.LicenseManager.acquireLicense(LicenseManager.java:57)
    at com.ti.ccstudio.debug.ui.licensing.LicenseMonitor$1.run(LicenseMonitor.java:43)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)

  • Hi,

    This is most likely due to missing vc6 runtime dlls.  Please download and install the them from microsoft (http://download.microsoft.com/download/vc60pro/Update/1/W9XNT4/EN-US/VC6RedistSetup_enu.exe).  If that doesn't fix the issue, please let us know.

    Darian