I am glad to hear that you are having luck with 16.2 to get through your homework. I am busy evaluating this suite of tools as an engineering lab resource and will need to elevate this issue to my local sales team. For now, continuing with trying to solve the problem on my own, I have more details to document:
1) Per the instructions given here:
http://www.cadence.com/Community/forums/p/13142/21800.aspx#21800
I created a batch file with the following commands:
C:\OrCAD\OrCAD_16.5_Lite\tools\bin\PSpiceExplorerSrvr.exe /unregserver
C:\OrCAD\OrCAD_16.5_Lite\tools\pspice\SimSrvr.exe /unregserver
C:\OrCAD\OrCAD_16.5_Lite\tools\pspice\pspice.exe /unregserver
C:\OrCAD\OrCAD_16.5_Lite\tools\pspice\simmgr.exe /unregserver
C:\OrCAD\OrCAD_16.5_Lite\tools\pspice\MrkSrvr.exe /unregserver
C:\OrCAD\OrCAD_16.5_Lite\tools\bin\PSpiceExplorerSrvr.exe /regserver
C:\OrCAD\OrCAD_16.5_Lite\tools\pspice\SimSrvr.exe /regserver
C:\OrCAD\OrCAD_16.5_Lite\tools\pspice\pspice.exe /regserver
C:\OrCAD\OrCAD_16.5_Lite\tools\pspice\simmgr.exe /regserver
C:\OrCAD\OrCAD_16.5_Lite\tools\pspice\MrkSrvr.exe /regserver
Executing these commands before starting PSpice and Capture has no effect on the problem (for me).
2) The following error information appears in the Command Window of Capture at startup (I have selected the option to have
Command Window already open on startup):
Capture>
Loading C:/OrCAD/OrCAD_16.5_Lite/tools/capture/tclscripts/capAutoLoad/capAppLaunchMenu.tcl
Loading C:/OrCAD/OrCAD_16.5_Lite/tools/capture/tclscripts/capAutoLoad/capAutoLoadNetGroup.tcl
Loading C:/OrCAD/OrCAD_16.5_Lite/tools/capture/tclscripts/capAutoLoad/capCheckPackageOnPartWindowClose.tcl
Error loading C:/OrCAD/OrCAD_16.5_Lite/tools/capture/tclscripts/capAutoLoad/capCheckPackageOnPartWindowClose.tcl: invalid command name
"DboTclHelper_sReleaseAllCreatedPtrs"
while executing
"DboTclHelper_sReleaseAllCreatedPtrs"
(in namespace eval "::capCheckPackageOnPartWindowClose" script line 83)
invoked from within
"namespace eval ::capCheckPackageOnPartWindowClose {
set duplicatePinNumber ""
set founddup 0
catch {
RegisterAction "_cdnCheckPackageOnPartWi..."
(file "C:/OrCAD/OrCAD_16.5_Lite/tools/capture/tclscripts/capAutoLoad/capCheckPackageOnPartWindowClose.tcl" line 12)
invoked from within
"source $lFile"
Loading C:/OrCAD/OrCAD_16.5_Lite/tools/capture/tclscripts/capAutoLoad/capCustomizeNetONLInit.tcl
Loading C:/OrCAD/OrCAD_16.5_Lite/tools/capture/tclscripts/capAutoLoad/capCustomizePageInit.tcl
Loading C:/OrCAD/OrCAD_16.5_Lite/tools/capture/tclscripts/capAutoLoad/capWebPageActions.tcl
Capture>
This may provide a clue to what is causing this problem ...