shellscape / Gmail-Notifier-Plus

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

Error (Windows 8) #98

Closed Odomera closed 12 years ago

Odomera commented 12 years ago

[Window Title] Gmail Notifier Plus Error

[Main Instruction] An unhandled exception occurred:

[Content] Error ID: a5151037-aac2-48b0-bb69-a4c645e34f71

Referencia a objeto no establecida como instancia de un objeto.

[Expanded Information]

Server stack trace: en System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous) en System.Windows.Forms.Control.Invoke(Delegate method, Object[] args) en Shellscape.Remoting.RemotingSingleton.Run(String[] arguments) en System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs) en System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)

Exception rethrown at [0]: en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en Shellscape.Remoting.RemotingSingleton.Run(String[] arguments) en Shellscape.Program.CallRunningInstance(String[] arguments)

[^] Ocultar detalles [Aceptar]

[Footer] Press CTL + C to copy this error to the clipboard.

shellscape commented 12 years ago

WIndows 8 will not be supported until the final version is released by Microsoft.

anhyok commented 12 years ago

I checked it on Windows 8 RTM

In DrawBackground() of ControlPanelNavigation.cs

_backgroundOverlay is always null after "_backgroundOverlay = Utilities.ResourceHelper.GetStandardResourceBitmap("shell32.dll", "#632");"

I hope it helps you.