[Mono-bugs] [Bug 577817] Crash when using AVAudioRecorder with ToUrl and Constructor with and without settings
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Feb 7 21:28:02 EST 2010
http://bugzilla.novell.com/show_bug.cgi?id=577817
http://bugzilla.novell.com/show_bug.cgi?id=577817#c1
--- Comment #1 from Chris Hardy <chrisntr at gmail.com> 2010-02-08 02:28:01 UTC ---
Changing
var audioUrl = new NSUrl(Path.Combine(documentsFolder, "audio.wav"));
to
var audioUrl = NSUrl.FromFilename(Path.Combine(documentsFolder, "audio.wav"));
fixes the problem. Should NSUrl not work fine?
ChrisNTR
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list