System.ArgumentNullException: Value cannot be null.
Parameter name: baseStream
at NVorbis.BufferedReadStream..ctor(Stream baseStream, Int32 initialSize, Int32 maxBufferSize, Boolean minimalRead)
at NVorbis.BufferedReadStream..ctor(Stream baseStream)
at NVorbis.VorbisReader..ctor(Stream stream, Boolean closeStreamOnDispose)
at NAudio.Vorbis.VorbisWaveReader..ctor(Stream sourceStream)
at Iros._7th.Workshop.fModConfig.bPreview_Click(Object sender, EventArgs e) in C:\Code\7H\7thWorkshop\fModConfig.cs:line 146
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)