suterma / Replayer

Replayer is a free, cue-based media player for rehearsals with playback music. By the click of a button, Replayer starts to play at predefined times in the audio file.
GNU General Public License v3.0
3 stars 0 forks source link

Loading on a plain vanilla Win7 VM gives "Error loading file" #11

Closed suterma closed 6 years ago

suterma commented 6 years ago

When loading the demo compilation on a totally new Windows 7 machine (on Azure) the application starts up nicely, but when loading the compilation a "NoDriver calling acmFormatSuggest" error message pops up.

2018-03-13 12_24_10-52 191 249 153 - remotedesktopverbindung When dismissed, and tried to play, an NAudio Null-Reference exception occurs.

suterma commented 6 years ago

Details

===================================

Object reference not set to an instance of an object. (NAudio)

------------------------------
Program Location:

   at NAudio.Wave.WaveOut.EnqueueBuffers()
   at NAudioDemo.AudioPlaybackDemo.AudioPlaybackPanel.set_State(MediaPlayerState value)
   at Replayer.WinForms.Ui.Views.Tracks.TracksPresenter.Tracks_DoubleClick(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at DevExpress.Utils.Controls.ControlBase.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
suterma commented 6 years ago

More info on https://stackoverflow.com/a/35638756/79485

suterma commented 6 years ago

This problem could likely get solved with NLayer, as proposed here: https://stackoverflow.com/a/45651276/79485

However, currently this will not get solved, as most user pc's most likely will have the codecs installed. If this turns out to be a blocker for many users, open again.