View Single Post
  #114  
Old 10-02-2012, 03:53 AM
hc_wolf hc_wolf is offline
Approved Member
 
Join Date: Jul 2010
Posts: 439
Default

Quote:
Originally Posted by ATAG_Colander View Post
Luthier,

I noticed the following errors while using things like actor.Group() and (actor as AiAircraft).getParameter() in a mission.

Was something missing on the RC?

To all,

Can any one confirm is not just me?

Thanks,
ATAG_Colander


Code:
=================================================
System.NullReferenceException: Object reference not set to an instance of an object.

Server stack trace:
   at UuYOYOla4RETC0YiolJ.8pORcsl3bFsS0hUVMpM.Group()
   at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
   at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)

Exception rethrown at [0]:
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at maddox.game.world.AiActor.Group()
etc...
etc...
etc...
Code:
=================================================
System.NullReferenceException: Object reference not set to an instance of an object.

Server stack trace:
   at UuYOYOla4RETC0YiolJ.8pORcsl3bFsS0hUVMpM.828s2aBxonkgBPPYNDE9(Object )
   at UuYOYOla4RETC0YiolJ.8pORcsl3bFsS0hUVMpM.AirGroup()
   at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
   at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)

Exception rethrown at [0]:
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at maddox.game.world.AiAircraft.AirGroup()

etc...
etc...
etc...


I am breaking my rules.. but do we know why this is happening?

Code:
[12:54:48]	=================================================
[12:54:48]	System.NullReferenceException: Object reference not set to an instance of an object.
[12:54:48]	   at eeNxyRRCXg7qEbIJ0D1.7p8xwXRwUlDNsLXNAJD.IVFCfTrLKVy()
[12:54:48]	   at eeNxyRRCXg7qEbIJ0D1.7p8xwXRwUlDNsLXNAJD.qX6vISREUdXHaMK91vy.qCdyU04bpjZd6ruWI1gb(Object )
[12:54:48]	   at eeNxyRRCXg7qEbIJ0D1.7p8xwXRwUlDNsLXNAJD.qX6vISREUdXHaMK91vy.VjKwbgTZj93()
[12:54:48]	   at eeNxyRRCXg7qEbIJ0D1.7p8xwXRwUlDNsLXNAJD.r0AIyH4M7mmALExOf2NU(Object )
[12:54:48]	   at eeNxyRRCXg7qEbIJ0D1.7p8xwXRwUlDNsLXNAJD.KPbCfoYoWQx()
[12:54:48]	   at FP5xZt2bUowIDNeXC4P.ne366u25t37f8a2ckgs.Gada4uhgF37F24RZd6in(Object )
[12:54:48]	   at FP5xZt2bUowIDNeXC4P.ne366u25t37f8a2ckgs.57ShlDN7K1D()
[12:54:48]	=================================================
[12:54:51]	
[12:54:51]	=================================================
[12:54:51]	System.NullReferenceException: Object reference not set to an instance of an object.
[12:54:51]	   at eeNxyRRCXg7qEbIJ0D1.7p8xwXRwUlDNsLXNAJD.IVFCfTrLKVy()
[12:54:51]	   at eeNxyRRCXg7qEbIJ0D1.7p8xwXRwUlDNsLXNAJD.qX6vISREUdXHaMK91vy.qCdyU04bpjZd6ruWI1gb(Object )
[12:54:51]	   at eeNxyRRCXg7qEbIJ0D1.7p8xwXRwUlDNsLXNAJD.qX6vISREUdXHaMK91vy.VjKwbgTZj93()
[12:54:51]	   at eeNxyRRCXg7qEbIJ0D1.7p8xwXRwUlDNsLXNAJD.r0AIyH4M7mmALExOf2NU(Object )
[12:54:51]	   at eeNxyRRCXg7qEbIJ0D1.7p8xwXRwUlDNsLXNAJD.KPbCfoYoWQx()
[12:54:51]	   at FP5xZt2bUowIDNeXC4P.ne366u25t37f8a2ckgs.Gada4uhgF37F24RZd6in(Object )
[12:54:51]	   at FP5xZt2bUowIDNeXC4P.ne366u25t37f8a2ckgs.57ShlDN7K1D()
[12:54:51]	=================================================
__________________
__________________
Win7, 64bit Ultra
Asus P8P67Pro MB
Intel i7-2600K
Coursair 16GB (4x 4GB), DDR3-1600MHz
Gainward Nvidia 580GTX 3GB DDR5
850-Watt Modular Power Supply
WIN7 and COD on Gskill SSD 240GB
40" Panasonic LCD
TrackIR5 +
Thrustmaster Warthog stick, throttle & pedals
Reply With Quote