NateRickard / Plugin.AudioRecorder

Audio Recorder plugin for Xamarin and Windows
MIT License
164 stars 68 forks source link

On android Path is null #42

Closed npostma closed 4 years ago

npostma commented 4 years ago

Hi,

Ive upgraded my project from VS2017 to VS2019 and now i am experiencing 2 types of crashes when stopping the recorder.

1 - Path is null (Auto path (string) in the on recorder stopped event is null) also getting the path from the recorder object is null 2 - Path access violation error

Sometimes it works but most of the time i get one of the above errors. (I will post some in depth error messaging later today) The issue seems to be coming from the upgrade of mscorlib 2.0.50 to 4.0.0.0

Does anyone have this issue and know what to do about it?

npostma commented 4 years ago

Can be closed. After clearing all projects and rebuilding the problem was gone.