Quantcast
Channel: Community | MonoGame - Latest topics
Viewing all articles
Browse latest Browse all 6821

OpenAL System.DllNotFoundException on Windows 8.1

$
0
0

@Romans_I_XVI wrote:

So my game Tiles uses MonoGame 3.6. Everything has worked great across all systems, I've been giving out keys to some beta testers and streamers and one person came accross this error.

They uploaded the error for me http://pastebin.com/J6UYJtNz

Just for the sake of testing I asked them to move soft_oal.dll from the x64 folder in to the main folder with the .exe. This solved the problem and the game ran fine. I then instructed him to try modifying MonoGame.Framework.dll.config to add these lines to possibly force windows to look in the appropriate directories.

<dllmap dll="soft_oal.dll" os="windows" cpu="x86-64" target="./x64/soft_oal.dll" />
<dllmap dll="soft_oal.dll" os="windows" cpu="x86" target="./x86/soft_oal.dll" />

I thought that should solve it but it didn't. Maybe that's not the correct format for mapping in windows? I've never had to do it for windows so I'm not sure. Either way if it was required it would seem you guys would have included it in the default MonoGame.Framework.dll.config. Maybe an issue with windows 8.1?

Posts: 8

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 6821

Trending Articles