Every single time I try to open up my RocketLauncher video game program on Windows 10 after the most recent Windows 10 update, it no longer works. It's listed as a background process, but the program itself never actually starts up at all. I've tried replacing the 7z.dll file and even copying over my config file with the original one, just encase mine somehow got corrupted, and I've even tried running Microsoft's .net framework repair tool too, but so far no luck whatsoever. Here's a copy of my error log, and I'm really hoping that someone here can help me solve this very frustrating problem:
"INFO 2021-04-02 10:39:42 [1] RocketLauncher.UI.Util.FileUtils RocketLauncher.UI.Util.FileUtils.findDllFolder(:0) – 7z.dll found in D:\Arcade\RocketLauncher\RocketLauncherUI\lib
FATAL 2021-04-02 10:39:42 [1] RocketLauncher.UI.App RocketLauncher.UI.App.OnStartup(:0) – The type initializer for 'SevenZip.SevenZipLibraryManager' threw an exception.
System.TypeInitializationException: The type initializer for 'SevenZip.SevenZipLibraryManager' threw an exception. ---> System.Configuration.ConfigurationErrorsException: Configuration system failed to initialize ---> System.Configuration.ConfigurationErrorsException: Unrecognized configuration section startup. (D:\Arcade\RocketLauncher\RocketLauncherUI\RocketLauncherUI.exe.Config line 3)
at System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean ignoreLocal)
at System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors(ConfigurationSchemaErrors schemaErrors)
at System.Configuration.BaseConfigurationRecord.ThrowIfInitErrors()
at System.Configuration.ClientConfigurationSystem.EnsureInit(String configKey)
--- End of inner exception stack trace ---
at System.Configuration.ConfigurationManager.PrepareConfigSystem()
at System.Configuration.ConfigurationManager.get_AppSettings()
at SevenZip.SevenZipLibraryManager..cctor()
--- End of inner exception stack trace ---
at SevenZip.SevenZipLibraryManager.SetLibraryPath(String libraryPath)
at SevenZip.SevenZipBase.SetLibraryPath(String libraryPath)
at RocketLauncher.UI.App.validateApp()
at RocketLauncher.UI.App.OnStartup(StartupEventArgs e)