Looks like this is the problem:
Code:
2009-01-31 19:14:23.068 VERBOSE [1] Key pressed: Return
2009-01-31 19:14:23.083 VERBOSE [1] Unexpected error get image from callback (@image): System.InvalidCastException: Unable to cast object of type 'System.String' to type 'GetImageCallback'.
at GBPVRX2.SkinHelper2.getNamedImage(Image image, String name, Hashtable parameters, XmlNode fromNode)
2009-01-31 19:14:23.193 VERBOSE [1] ReturnToMainMenu()
2009-01-31 19:14:23.193 VERBOSE [1] GameZone is currently active
2009-01-31 19:14:23.193 VERBOSE [1] GameZone.Deactivate() called
2
With a stack trace of:
Code:
2009-01-31 19:14:23.239 VERBOSE [1] System.ArgumentException: Illegal characters in path.
at System.IO.Path.CheckInvalidPathChars(String path)
at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
at System.IO.Path.NormalizePath(String path, Boolean fullCheck)
at System.IO.Path.GetFullPathInternal(String path)
at System.IO.Path.GetFullPath(String path)
at System.Drawing.IntSecurity.UnsafeGetFullPath(String fileName)
at System.Drawing.IntSecurity.DemandReadFileIO(String fileName)
at System.Drawing.Image.FromFile(String filename, Boolean useEmbeddedColorManagement)
at System.Drawing.Image.FromFile(String filename)
at GameZone.GameZone.GameZoneTask.UpdateFilelabels()
at GameZone.GameZone.GameZoneTask.InitFileList()
at GameZone.GameZone.GameZoneTask.Activate()
at GBPVRX2.MenuTask.x9006c1ed9ccb79de.OnKeyDown(KeyEventArgs e)
Does this occur with the Blue skin also?