shellscape / Gmail-Notifier-Plus

Gmail Notifier Plus
http://shellscape.org
MIT License
89 stars 26 forks source link

Object reference not set to an instance of an object when click on preferences #114

Closed tonymorella closed 11 years ago

tonymorella commented 11 years ago

Date: 12/25/2012 5:20:46 PM CPU: Microsoft Windows 7 Ultimate 6.1.7601.65536 Win32NT Processor: GenuineIntel Intel64 Family 6 Model 23 Stepping 6 Intel(R) Core(TM)2 Duo CPU P7350 @ 2.00GHz 1995 ~Mhz Memory: 8553115648

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

Server stack trace: at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous) at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args) at Shellscape.Remoting.RemotingSingleton.Run(String[] arguments) 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 Shellscape.Remoting.RemotingSingleton.Run(String[] arguments) at Shellscape.Program.CallRunningInstance(String[] arguments)

Message: Object reference not set to an instance of an object.

Stack Trace:

Server stack trace: at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous) at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args) at Shellscape.Remoting.RemotingSingleton.Run(String[] arguments) 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 Shellscape.Remoting.RemotingSingleton.Run(String[] arguments) at Shellscape.Program.CallRunningInstance(String[] arguments)

Inner Exception:

shellscape commented 11 years ago

I'm going to need a list of steps that you're using to duplicate the issue. I also need to know what version of GNP you're using.

shellscape commented 11 years ago

Closing due to no activity from OP