System.ExecutionEngineException

I try to run application but get this error

System.ExecutionEngineException
String conversion error: Illegal byte sequence encounted in the input.
at (wrapper managed-to-native) System.Runtime.InteropServices.Marshal.PtrToStringAnsi(intptr)
at Microsoft.Xna.Framework.Audio.Microphone.PopulateCaptureDevices () [0x00081] in <1b3500140e1c4909bb864bc920f14b3b>:0
at Microsoft.Xna.Framework.Audio.OpenALSoundController…ctor () [0x0003b] in <1b3500140e1c4909bb864bc920f14b3b>:0
at Microsoft.Xna.Framework.Audio.OpenALSoundController.get_GetInstance () [0x00007] in <1b3500140e1c4909bb864bc920f14b3b>:0
at Microsoft.Xna.Framework.SdlGamePlatform…ctor (Microsoft.Xna.Framework.Game game) [0x000d2] in <1b3500140e1c4909bb864bc920f14b3b>:0
at Microsoft.Xna.Framework.GamePlatform.PlatformCreate (Microsoft.Xna.Framework.Game game) [0x00000] in <1b3500140e1c4909bb864bc920f14b3b>:0
at Microsoft.Xna.Framework.Game…ctor () [0x001fb] in <1b3500140e1c4909bb864bc920f14b3b>:0
at Terminal.Payment.UI.Game1…ctor () [0x00000] in /media/destructor/Documents/Projects/Вспомогательные/TestSistema/TestSistema/Game1.cs:19
at Terminal.Payment.UI.Program.Main () [0x00001] in /media/destructor/Documents/Projects/Вспомогательные/TestSistema/TestSistema/Program.cs:17

I use dll from nuget Monogame.Framework.DesktopGL on Debian 9.

mono --version is 5.16

.Net Framework is 4.7.1

1 Like