AccuRender nXt

advanced rendering for AutoCAD

I just reloaded the OS on my backup system (the one I use to test the experimental builds), and before loading the latest one tested it with the most recent clean build and this is what I got.  Any suggestions?

 

Thanks,

Gene

 

Application does not support just-in-time (JIT)
debugging. See the end of this message for details.

************** Exception Text **************
System.Runtime.InteropServices.SEHException: External component has thrown an exception.
   at ArWinForms.RaytraceForm.StartRendering()
   at ArWinForms.RaytraceForm.RaytraceForm_Shown(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnShown(EventArgs e)
   at System.Windows.Forms.Form.CallShownEvent()
   at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   at System.Threading.ExecutionContext.runTryCode(Object userData)
   at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3623 (GDR.050727-3600)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
acdbmgd
    Assembly Version: 17.2.0.0
    Win32 Version: 17.2.56.0
    CodeBase: file:///C:/Program%20Files/AutoCAD%202009/AcdbMgd.DLL
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3624 (GDR.050727-3600)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3623 (GDR.050727-3600)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
PresentationFramework
    Assembly Version: 3.0.0.0
    Win32 Version: 3.0.6920.4016 built by: GDR
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/PresentationFramework/3.0.0.0__31bf3856ad364e35/PresentationFramework.dll
----------------------------------------
WindowsBase
    Assembly Version: 3.0.0.0
    Win32 Version: 3.0.6920.4016 built by: GDR
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/WindowsBase/3.0.0.0__31bf3856ad364e35/WindowsBase.dll
----------------------------------------
PresentationCore
    Assembly Version: 3.0.0.0
    Win32 Version: 3.0.6920.4016 built by: GDR
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/PresentationCore/3.0.0.0__31bf3856ad364e35/PresentationCore.dll
----------------------------------------
msvcm80
    Assembly Version: 8.0.50727.6195
    Win32 Version: 8.00.50727.6195
    CodeBase: file:///C:/WINDOWS/WinSxS/x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.6195_x-ww_44262b86/msvcm80.dll
----------------------------------------
acmgd

Views: 486

Reply to This

Replies to This Discussion

Not really.  Trying to do a large model on a 32 bit system?

No, not yet.  It's doing it on simple cubes and spheres and even on new, empty drawings.

Hmmm.... no clue.  I haven't heard of anything like this.  I'm sure you'll try all the usual stuff-- reinstall, reboot, etc.

After a lot of un/reinstalls, reboots and registry cleans, I' ve not had any luck with the current builds.  I went back and tried some of the older builds I have saved, and everything works up to build 217.  The next build I have saved is 226, and that one and everything newer returns the same exception error.

I wonder if an SSE-2 instruction crept in there somehow.  How old is this machine?  There's a product called CPU-Z.  If you have time, install it and run it and send a screen shot of the CPU page.

This is an old machine.  It's my sacrificial test system.  Dual Athlon MP2800 with a 128Mb Quadro F500.  So SSE support at all, so ACAD2009 is the last ACAD it will run.

Primary system is dual Opteron 285 with a Quadro FX3450.  No problems with the latest clean build.  I don't let experimental or beta SW run on this system.

You have to have SSE1 support, or it never would have run nXt at all.  AutoCAD required SSE2 at some point.  I never explicitly intended to use SSE2-- but perhaps inadvertently something I'm using is.  I did have one other user experiencing something similar.

In any case, it would helpful if you could get me the info. requested...

You're right.  It's been a while since I looked at the specs for this system, but it does have SSE1.  Here's the CPU-z info.

Attachments:

So my best guess is that somewhere, some SSE2 code crept in.  This isn't particularly high priority-- like I said, so far, only one other user.  There aren't too many machines left without SSE2.  I will take a quick look around for it in a couple of days.

Thanks Roy.

This is looking more like a compiler "bug" related to the 2010 version of the Microsoft compiler, which I did switch to during the time when your machine quit working.  I put bug in quotes because Microsoft is calling this behavior intentional and isn't going to fix it.  Basically there are times when the compiler can emit sse2 code during optimization even when it hasn't been given permission to do so.

The places where this is happening in my code are going to be difficult to find and fix.  The difficulties are compounded by the fact that even my oldest machine has sse2 (sse2 was introduced in 2001 by Intel and 2003 by AMD) so I will have no way to test my code changes other than relying on your machine (very cumbersome.)

My inclination right now is not to fix this unless it starts showing up more frequently.  Autodesk has required SSE2 since they switched to the 2008 compiler (r18-- acad 2010.)

RSS

Search

Translate

Latest Activity

Daniel Holz replied to Daniel Holz's discussion PBR Textures in nxtRender for Autocad
"Sorry, do not exactly how to do it right. If i sent you one or  sets, could you "compose" one material as an example? Maybe this is interesting for others too.."
Jan 2
Daniel Holz replied to Daniel Holz's discussion PBR Textures in nxtRender for Autocad
"Thanks Rich, exacvtly what i found out. Only did't know what to dfo with the AO map.."
Dec 31, 2025
Rich Hart replied to Daniel Holz's discussion PBR Textures in nxtRender for Autocad
"nXtRender doesn't use the AO texture image settings for anything, so don't bother trying to use that. I would start use the Diffuse textures at 100% and experiment with the levels of the Specular Reflection. You might need to toggle the…"
Dec 30, 2025
Daniel Holz replied to OYEBANJI EMMANUEL's discussion Questions for nxt render for autocad
"Hi,i imported some old Dosch 3D plants in nxtRender for testing, fully textured without an issue. Also used some free sketchup tree models (*.skp) from sketchuptextureclub and opened them in sketchup, exportet them to *.obj and used them in…"
Dec 29, 2025
Daniel Holz posted a discussion

PBR Textures in nxtRender for Autocad

Hi,Can anyone explaine how to use PBR textures in nxtrender for acad correctly?I like to use textures from sketchuptextureclub.This textures typicaly containing following types:- Diff- Displ- Norm- Spec- AOregards,DanielSee More
Dec 29, 2025
David Richards replied to Zdravko Todorovic's discussion nXtRender 0358-XE08 vs 0349-OA30 - What's new?
"Hello - there isn't an official changelog, mainly because the functionality is pretty much the same. Over the years we have fixed bugs that are reported and maintained compatibility with all released versions of AutoCAD. Please continue this…"
Nov 12, 2025
Zdravko Todorovic posted a discussion

nXtRender 0358-XE08 vs 0349-OA30 - What's new?

I'm considering upgrading my nXtRender from the very old arnxt64_0349-OA30 with AutoCAD 2008 to the new arnxt64_0358-XE08.Could someone please tell me what the main improvements, new features, or bug fixes are in the new version? Is there an official changelog available?See More
Nov 11, 2025
OYEBANJI EMMANUEL posted a discussion

BATCH RENDERING FUNCTION

Good day, please does anyone know how the batch rendering function works in nxt render for autocad ?See More
Sep 10, 2025

© 2026   Header image courtesy Peter Milner   Powered by

Badges  |  Report an Issue  |  Terms of Service