Skip to content

Instantly share code, notes, and snippets.

@fusion809
Created September 7, 2018 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fusion809/f64aa6308a3e63fbfef1f20bc41a8ec1 to your computer and use it in GitHub Desktop.
Save fusion809/f64aa6308a3e63fbfef1f20bc41a8ec1 to your computer and use it in GitHub Desktop.
System.DllNotFoundException: soft_oal.dll
at (wrapper managed-to-native) OpenAL.ALC10.alcOpenDevice(string)
at OpenRA.Platforms.Default.OpenAlSoundEngine..ctor (System.String deviceName) [0x00041] in <1eaa059d9ff24465ba26df539d4d855e>:0
at OpenRA.Platforms.Default.DefaultPlatform.CreateSound (System.String device) [0x00001] in <1eaa059d9ff24465ba26df539d4d855e>:0
at OpenRA.Sound..ctor (OpenRA.IPlatform platform, OpenRA.SoundSettings soundSettings) [0x0001e] in <1c9ba82050464ef9a84ca5f6a6beaa33>:0
at OpenRA.Game.Initialize (OpenRA.Arguments args) [0x0024d] in <1c9ba82050464ef9a84ca5f6a6beaa33>:0
System.DllNotFoundException: soft_oal.dll
at (wrapper managed-to-native) OpenAL.ALC10.alcOpenDevice(string)
at OpenRA.Platforms.Default.OpenAlSoundEngine..ctor (System.String deviceName) [0x00041] in <1eaa059d9ff24465ba26df539d4d855e>:0
at OpenRA.Platforms.Default.DefaultPlatform.CreateSound (System.String device) [0x00001] in <1eaa059d9ff24465ba26df539d4d855e>:0
at OpenRA.Sound..ctor (OpenRA.IPlatform platform, OpenRA.SoundSettings soundSettings) [0x0001e] in <1c9ba82050464ef9a84ca5f6a6beaa33>:0
at OpenRA.Game.Initialize (OpenRA.Arguments args) [0x0024d] in <1c9ba82050464ef9a84ca5f6a6beaa33>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment