#1 2015-06-01 20:17:44

zelegendz
Member
Registered: 2015-06-01
Posts: 2

Alt 1 doesn't work anymore

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

#2 2015-06-02 02:23:44

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

Re: Alt 1 doesn't work anymore

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:

  1. Press the windows button on your keyboard and 'R' at the same time, this will show a quick run window.

  2. Paste this line and press enter. rundll32 %windir%\system32\dfshim.dll CleanOnlineAppCache

Offline

#3 2015-06-02 12:54:24

zelegendz
Member
Registered: 2015-06-01
Posts: 2

Re: Alt 1 doesn't work anymore

Thank you very much

Offline

Board footer

Powered by FluxBB