#1 2020-05-27 01:45:17

konq
Member
Registered: 2020-05-27
Posts: 1

Can't open settings menu

Have recently come back to runescape and wanted to use alt1 again but I can't seem to open any settings menus. I just get an unhandled exception error. I have used alt1 on this machine probably 2 years ago without any errors. Looks like I'm missing a library. I'm still on windows 7 if that helps.

************** Exception Text **************
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ComponentModel.Win32Exception: The operation completed successfully
   at System.Drawing.Icon.Initialize(Int32 width, Int32 height)
   at System.Drawing.Icon..ctor(SerializationInfo info, StreamingContext context)
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle.SerializationInvoke(IRuntimeMethodInfo method, Object target, SerializationInfo info, StreamingContext& context)
   at System.Runtime.Serialization.ObjectManager.CompleteISerializableObject(Object obj, SerializationInfo info, StreamingContext context)
   at System.Runtime.Serialization.ObjectManager.FixupSpecialObject(ObjectHolder holder)
   at System.Runtime.Serialization.ObjectManager.DoFixups()
   at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
   at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
   at System.Resources.ResourceReader.DeserializeObject(Int32 typeIndex)
   at System.Resources.ResourceReader._LoadObjectV2(Int32 pos, ResourceTypeCode& typeCode)
   at System.Resources.ResourceReader.LoadObjectV2(Int32 pos, ResourceTypeCode& typeCode)
   at System.Resources.ResourceReader.LoadObject(Int32 pos, ResourceTypeCode& typeCode)
   at System.Resources.RuntimeResourceSet.GetObject(String key, Boolean ignoreCase, Boolean isString)
   at System.Resources.RuntimeResourceSet.GetObject(String key, Boolean ignoreCase)
   at System.Resources.ResourceManager.GetObject(String name, CultureInfo culture, Boolean wrapUnmanagedMemStream)
   at System.Resources.ResourceManager.GetObject(String name, CultureInfo culture)
   at Runeapps.Alt1.Properties.Resources.get_icon()
   at Runeapps.Alt1.AppSettingsWindow.InitializeComponent()
   at Runeapps.Alt1.AppSettingsWindow..ctor(AppConfig iAppConfig)
   at Runeapps.Alt1.AppSettingsWindow.ShowSettings(AppConfig config)
   at Runeapps.Alt1.NisBrowser.ShowSettings()
   at Runeapps.Alt1.NisWindow.buttonSettings_MouseClick(Object sender, MouseEventArgs e)
   at System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Offline

#2 2020-05-27 15:05:25

Skillbert
Administrator
Registered: 2014-12-30
Posts: 1,057

Re: Can't open settings menu

Looks like a bug in .NET framework or windows itself https://stackoverflow.com/questions/235 … fully-exce.

Microsoft officially stopped support for windows 7 back in januari so they no longer test any of their software on it. My guess is that the latest update of .NET framework broke it, you might be able to revert it in the windows update manager.

You can expect more of these types of bugs to pop up everywhere in windows 7, i would really recommend doing the windows 10 upgrade thing if that still exists.

Offline

Board footer

Powered by FluxBB