advanced rendering for AutoCAD
It appears as though the download happened correctly yet Nxt render will not open in Auto Cad 2014 student version. This is what I get.
AcRx Dynamic Linker failed to load C:Program Files\accurender nxt\accurendernxt 19arx
I have tried the suggestion of making sure the trusted path is in the correct location and that has not lead to the app loading into Auto Cad correctly.
Any suggestions?
Tags:
Please use these instructions on this link to try manually loading nXtRender:
http://wiki.mcneel.com/accurender/nxt/documentation/troubleshooting/installation
If it still does not load, then perhaps one of the redistributable files did not run correctly during the install.
Try running these redists:
vcredist_2005_x86.exe
vcredist_2008_x86.exe
vcredist_2010_x86.exe
in this folder:
C:\Program Files\AccuRender nXt\RPS_SUPPORT\redist
and see if you get any error messages.
If there are no error messages, try manually loading nXtRender again.
I am facing this issue too. Only I am using the full commercial version of AutoCAD 2014 Vanilla. I get the same message:
AcRxDynamicLinker failed to load 'c:\program files\accurender nxt\accurender nxt_19_64.arx'
when I try to manually load the program using the ARX command. I tried reinstalling/repairing all the Visual Studio redistributables listed above, but no success.
I am using "OC12w 1.0" release of nXtRender. If you need any other info from my system, let me know.
Dependency Walker on the offending ARX shows this
Were you able to load a previous version of nXtRender before you installed the OC12 release?
type appload ,,, that the answer
Do the SxSTrace before anything else. This stuff is almost always a case of missing run times.
This is the output of SxSTrace when using APPLOAD:
=================
Begin Activation Context Generation.
Input Parameter:
Flags = 0
ProcessorArchitecture = AMD64
CultureFallBacks = en-GB;en;en-US
ManifestPath = c:\program files\autodesk\autocad 2014\appload.arx
AssemblyDirectory = c:\program files\autodesk\autocad 2014\
Application Config File =
-----------------
INFO: Parsing Manifest File c:\program files\autodesk\autocad 2014\appload.arx.
INFO: Manifest Definition Identity is (null).
INFO: Activation Context generation succeeded.
End Activation Context Generation.
=================
Begin Activation Context Generation.
Input Parameter:
Flags = 0
ProcessorArchitecture = AMD64
CultureFallBacks = en-GB;en;en-US
ManifestPath = c:\program files\autodesk\autocad 2014\en-us\ApploadRes.dll
AssemblyDirectory = c:\program files\autodesk\autocad 2014\en-us\
Application Config File =
-----------------
INFO: Parsing Manifest File c:\program files\autodesk\autocad 2014\en-us\ApploadRes.dll.
INFO: Manifest Definition Identity is (null).
INFO: Activation Context generation succeeded.
End Activation Context Generation.
=================
Not sure if it shows anything useful, since it seems to be logging only the fact that APPLOAD itself is loading.