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.

Issue with using DSS.bat through Network path in win64 machines

Hi

We are getting an error while running DSS.bat through a network path in Win64 machines. 

In Win32 machines this error has never occurred. It occurs only in few Win64 machines but consistently. 

Here below "E" is a mapped network drive.

Exception in thread "main" java.lang.UnsatisfiedLinkError: E:\share\apps\TexasInstruments\CCS\CCS_v5.1_Win32\ccs_base\DebugServer\bin\win32\LibraryLoader.dll: The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail

                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.DLLPreLoader.load(DLLPreLoader.java:40)

                at com.ti.debug.engine.xpcom.Runtime.preXPCOMInit(Runtime.java:244)

                at com.ti.debug.engine.xpcom.Runtime.startBare(Runtime.java:191)

                at com.ti.debug.engine.xpcom.Runtime.startBare(Runtime.java:148)

                at com.ti.debug.engine.xpcom.Runtime.createComponent(Runtime.java:249)

                at com.ti.debug.engine.impl.Application.<init>(Application.java:93)

                at com.ti.debug.engine.cce.CCEDebugEngine.<init>(CCEDebugEngine.java:17)

                at com.ti.debug.engine.cce.CCEDebugEngine.instance(CCEDebugEngine.java:50)

                at com.ti.debug.engine.scripting.DebugServer.start(DebugServer.java:642)

                at com.ti.debug.engine.scripting.DebugServer$SessionFactory.<init>(DebugServer.java:152)

                at com.ti.debug.engine.scripting.DebugServer.openSession(DebugServer.java:1314)

                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.mozilla.javascript.MemberBox.invoke(MemberBox.java:142)

                at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:201)

                at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:74)

                at org.mozilla.javascript.gen.c1._c0(C:\TEMP\tpde9c69ab_bat320403win64\js_FlashProgram.js:27)

                at org.mozilla.javascript.gen.c1.call(C:\TEMP\tpde9c69ab_bat320403win64\js_FlashProgram.js)

                at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)

                at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)

                at org.mozilla.javascript.gen.c1.call(C:\TEMP\tpde9c69ab_bat320403win64\js_FlashProgram.js)

                at org.mozilla.javascript.gen.c1.exec(C:\TEMP\tpde9c69ab_bat320403win64\js_FlashProgram.js)

                at org.mozilla.javascript.tools.shell.Main.evaluateScript(Main.java:500)

                at org.mozilla.javascript.tools.shell.Main.processFileSecure(Main.java:422)

                at org.mozilla.javascript.tools.shell.Main.processFile(Main.java:388)

                at org.mozilla.javascript.tools.shell.Main.processSource(Main.java:379)

                at org.mozilla.javascript.tools.shell.Main.processFiles(Main.java:176)

                at org.mozilla.javascript.tools.shell.Main$IProxy.run(Main.java:97)

                at org.mozilla.javascript.Context.call(Context.java:540)

                at org.mozilla.javascript.ContextFactory.call(ContextFactory.java:447)

                at org.mozilla.javascript.tools.shell.Main.exec(Main.java:159)

                at org.mozilla.javascript.tools.shell.Main.main(Main.java:137)