Page 1 of 1

Anybody knows what this error is? ErrorCode (SEH): -2147467

Posted: Thu Jul 23, 2009 8:33 pm
by locos77
ErrorCode (SEH): -2147467259

It was working fine the scene, Left it overnight to cook, then I cameback to work early morning and do another image and got the error?

any ideas?


A 'System.Runtime.InteropServices.SEHException' has ocurred in 'Maxwell'
*******************************************
Exception report.
Type: System.Runtime.InteropServices.SEHException
Message: External component has thrown an exception.
Source: Maxwell
ErrorCode (SEH): -2147467259
Has StackTrace: True
BEGIN STACKTRACE: 'System.Runtime.InteropServices.SEHException'
- at Cmaxwell.Cobject.addChannelUVW(Cobject* , UInt32* , Byte )
- at Maxwell.Scenes.Scene.MeshWriter.AddChannelUVW(UInt32 index)
- at Maxwell.Rhino.mxMesher.WriteMesh()
- at Maxwell.Rhino.mxMesher.ExportGeometry(Boolean selectedObjectsOnly)
END STACKTRACE: 'System.Runtime.InteropServices.SEHException'
Has InnerException: False

*******************************************
The purpose of this dialog is to collect information about the error which has just occurred, so that it may be sent to the support team for diagnosis.

Use the space below to include include any additional details about this issue which you feel may be useful:
*******************************************
Additional Details:
*******************************************



*******************************************
The following information will be sent, as well as the contents of the Log Viewer. Although you are completely free to remove any portions you are not comfortable sending, it is recommended to send the whole text, to aid in diagnosing this issue.
*******************************************
LOG_REPORT [TYPE=EXCEPTION] [ID=1410]
*******************************************
Operating System Info:

OSFullName: Microsoft Windows XP Professional x64 Edition
OSPlatform: Win32NT
OSVersion: Microsoft Windows NT 5.2.3790 Service Pack 2
UserInteractive: True
BootMode: Normal
CLR Version: 2.0.50727.3053
DebugOS: False
CurrentCulture: en-US
CurrentUICulture: en-US
SystemDirectory: C:\WINDOWS\system32
*******************************************
Machine Info:

ProcessorCount: 8
TotalPhysicalMemory: 17177100288
TotalVirtualMemory: 4294836224
AvailablePhysicalMemory: 11589009408
AvailableVirtualMemory: 402997248
MonitorCount: 1
MonitorsSameDisplayFormat: True
VirtualScreen: {X=0,Y=0,Width=1920,Height=1200}
NativeMouseWheelSupport: True
ButtonsSwapped: False
WheelExists: True
WheelScrollLines: 3

Re: Anybody knows what this error is? ErrorCode (SEH): -2147467

Posted: Thu Jul 23, 2009 10:02 pm
by JDHill
This happened when you were exporting from Rhino - I have only ever found it to mean that the machine has run out of memory. Technically, an SEH (i.e. 'Structured Exception Handling') exception occurs when an error happens below the .NET Framework, and for which it has no more specific error information to report.

Re: Anybody knows what this error is? ErrorCode (SEH): -2147467

Posted: Thu Jul 23, 2009 10:25 pm
by locos77
thanks JD

You think I will get the same error if I try using the 64 bit rhino?... Or does it mean I have to put more memory on my computer?

thanks again.

:D

Re: Anybody knows what this error is? ErrorCode (SEH): -2147467

Posted: Thu Jul 23, 2009 11:25 pm
by JDHill
From the error report, it looks like you have 16GB installed (could be incorrect though - is it?), and if so then, running Rhino 5 x64 should definitely take care of the problem.