Re: [IronPython] SystemError: Object reference not set to an instance of an object

2010-07-24 Thread Kuno Meyer
Ok. Then you should have a look at the sources or the decompilation result (.NET Reflector) of "OpenMetaverse.AgentManager+AgentMovement.SendUpdate(bool, Simulator)" and find out which reference is not initialized. Perhaps you are missing some initialization calls or are using the API in a wro

Re: [IronPython] SystemError: Object reference not set to an instance of an object

2010-07-23 Thread Count László de Almásy
ok thanks. that provided the following: Object reference not set to an instance of an object SendUpdate at offset 0 in file:line:column :0:0 SendUpdate at offset 0 in file:line:column :0:0 Fly at offset 0 in file:line:column :0:0 Invoke at offset 0 in file:line:column :0:0 at OpenMetaverse.Agent

Re: [IronPython] SystemError: Object reference not set to an instance of an object

2010-07-23 Thread Kuno Meyer
You might want to have a look at the full stack trace (i.e. the full CLR stack trace, not only the stack of the Python script). The "-X:ExceptionDetail" command line option (see "ipy /?") allows to see that. On 23.07.2010 23:47, Count László de Almásy wrote: i've been using IPY 2.6.1 with Mo

[IronPython] SystemError: Object reference not set to an instance of an object

2010-07-23 Thread Count László de Almásy
i've been using IPY 2.6.1 with Mono 2.6.x for quite some time. Today I upgraded one of my binary assemblies (libopenmetaverse) and suddenly all my applications that use it are throwing this error: Traceback (most recent call last): SystemError: Object reference not set to an instance of an object