You are not logged in.
Pages: 1
Topic closed
Every time I launch it I get the message:
System.Configuration.SettingsBase.SetPropertyValueByName(String propertyName, Object propertyValue)
at System.Configuration.SettingsBase.set_Item(String propertyName, Object value)
at System.Configuration.ApplicationSettingsBase.set_Item(String propertyName, Object value)
at Runeapps.Alt1.Config.Reset()
at Runeapps.Alt1.Alt1ApplicationContext.Startup(Object pointlessarg1, EventArgs pointlessarg2)
at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at Runeapps.Alt1.Program.Main(String[] args)
Offline
Your config file get corrupted somehow, it might have been the result of a bad shutdown.
You should be able to clear your config by following these steps:
Press the windows button on your keyboard and 'R' at the same time, this will show a quick run window.
Paste this line and press enter. rundll32 %windir%\system32\dfshim.dll CleanOnlineAppCache
Offline
Thank you very much
Offline
Pages: 1
Topic closed