BrawlCrate / BrawlCrateIssues

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

error opening multiple files #207

Open BrawlCrate opened 3 years ago

BrawlCrate commented 3 years ago

one brstm was currently open when i selected four brstm files from my desktop and opened them all at once

v0.34-h3 x86

An error occurred loading a configuration file: The process cannot access the file 'C:\Users\DrewH\AppData\Local\BrawlCrate\BrawlCrate.exe_Url_ltygd3qpg0fzoh5fxweq11uriib3uzi1\0.34.0.3\user.config' because it is being used by another process. (C:\Users\DrewH\AppData\Local\BrawlCrate\BrawlCrate.exe_Url_ltygd3qpg0fzoh5fxweq11uriib3uzi1\0.34.0.3\user.config) The process cannot access the file 'C:\Users\DrewH\AppData\Local\BrawlCrate\BrawlCrate.exe_Url_ltygd3qpg0fzoh5fxweq11uriib3uzi1\0.34.0.3\user.config' because it is being used by another process.
   at System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean ignoreLocal)
   at System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors(ConfigurationSchemaErrors schemaErrors)
   at System.Configuration.Configuration..ctor(String locationSubPath, Type typeConfigHost, Object[] hostInitConfigurationParams)
   at System.Configuration.Internal.InternalConfigConfigurationFactory.System.Configuration.Internal.IInternalConfigConfigurationFactory.Create(Type typeConfigHost, Object[] hostInitConfigurationParams)
   at System.Configuration.ClientSettingsStore.ClientSettingsConfigurationHost.OpenExeConfiguration(ConfigurationUserLevel userLevel)
   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 BrawlCrate.UI.MainForm.InitializeComponent()
   at BrawlCrate.UI.MainForm..ctor()
   at BrawlCrate.UI.MainForm.get_Instance()
   at BrawlCrate.Program.Close(Boolean force)
   at BrawlCrate.Program.Open(String path, Boolean showErrors)
   at BrawlCrate.Program.Main(String[] args)