BrawlCrate / BrawlCrateIssues

Separate issue tracker repo for bugs submitted from the application, matching BrawlBox's implementation
3 stars 0 forks source link

bug #233

Open BrawlCrate opened 3 years ago

BrawlCrate commented 3 years ago

v0.35-h1 x86

An error occurred loading a configuration file: The process cannot access the file 'C:\Users\Yeet\AppData\Local\BrawlCrate\BrawlCrate.exe_Url_owupq2jxsg3no1ht2uqmxbkvalt3seqk\0.35.0.1\user.config' because it is being used by another process. (C:\Users\Yeet\AppData\Local\BrawlCrate\BrawlCrate.exe_Url_owupq2jxsg3no1ht2uqmxbkvalt3seqk\0.35.0.1\user.config) The process cannot access the file 'C:\Users\Yeet\AppData\Local\BrawlCrate\BrawlCrate.exe_Url_owupq2jxsg3no1ht2uqmxbkvalt3seqk\0.35.0.1\user.config' because it is being used by another process.
   at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult)
   at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)
   at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
   at System.Configuration.ClientSettingsStore.GetConfigSection(Configuration config, String sectionName, Boolean declare)
   at System.Configuration.ClientSettingsStore.WriteSettings(String sectionName, Boolean isRoaming, IDictionary newSettings)
   at System.Configuration.LocalFileSettingsProvider.SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection values)
   at System.Configuration.SettingsBase.SaveCore()
   at System.Configuration.SettingsBase.Save()
   at System.Configuration.ApplicationSettingsBase.Save()
   at BrawlLib.Internal.Windows.Controls.AudioPlaybackPanel.set_VolumePercent(Nullable`1 value)
   at BrawlLib.Internal.Windows.Controls.AudioPlaybackPanel.customTrackBar1_ValueChanged(Object sender, EventArgs e)
   at System.Windows.Forms.TrackBar.OnValueChanged(EventArgs e)
   at System.Windows.Forms.TrackBar.set_Value(Int32 value)
   at BrawlLib.Internal.Windows.Controls.CustomTrackBar.set_Value(Int32 value)
   at BrawlLib.Internal.Windows.Controls.AudioPlaybackPanel.set_VolumePercent(Nullable`1 value)
   at BrawlLib.Internal.Windows.Controls.AudioPlaybackPanel..ctor()
   at BrawlLib.Internal.Windows.Controls.SoundPackControl.InitializeComponent()
   at BrawlLib.Internal.Windows.Controls.SoundPackControl..ctor()
   at BrawlCrate.UI.MainForm.InitializeComponent()
   at BrawlCrate.UI.MainForm..ctor()
   at BrawlCrate.UI.MainForm.get_Instance()
   at BrawlCrate.Program.Main(String[] args)