gatekeep / MDCTool

GNU General Public License v2.0
4 stars 1 forks source link

App instantly crashes and does not start #2

Closed ITCMD closed 1 year ago

ITCMD commented 1 year ago

On Windows 11, using the beta download in "releases," the app does not open.

The task is not present in task manager.

GrayMatter commented 1 year ago

App Crash due to an unhandled exception. Exception Info: NAudio.MmException at NAudio.Wave.WaveIn.OpenWaveInDevice() at NAudio.Wave.WaveIn.StartRecording() at MDCTool.MainWindow.InitializeInputAudio() at MDCTool.MainWindow..ctor() at MDCTool.EntryPoint.Main()

Sounds like Windows 11 does not like the way it is trying to access audio input or could be a driver conflict. I haven't downloaded the source code yet to test.

ITCMD commented 1 year ago

I downloaded the source code but cannot figure out how to compile it :D

GrayMatter commented 1 year ago

to build from source, you need visual studio and NAudio library dependency at a minimum. It may be all you need is a compiled NAudio dll but there may be additional dependencies I haven't seen yet.

GrayMatter commented 1 year ago

That worked. I updated my NAudio library to the latest 2.2.1 and it compiled correctly.

GrayMatter commented 1 year ago

I submitted a pull request but have also put the binaries on my fork for now. @ITCMD

ITCMD commented 1 year ago

Awesome, thanks!

gatekeep commented 1 year ago

Closed with PR#3.