tzachshabtay / MonoAGS

AGS (Adventure Game Studio) reimagined in Mono
https://tzachshabtay.github.io/MonoAGS/
Artistic License 2.0
27 stars 8 forks source link

[Engine] Runtime Error OpenAL #138

Closed persn closed 7 years ago

persn commented 7 years ago

I got some exceptions trying to run the demo game on my computer, Windows 10. From the exception messages I was able to derive that I was missing the OpenAL SDK and installing it fixed it, but this should probably be included in the Readme.

tzachshabtay commented 7 years ago

Yes, you're right. I actually intend to fix it by including OpenAL Soft dll directly in the engine so you wouldn't need to install OpenAL, I'm planning to add it in the next few days.

persn commented 7 years ago

That sounds like a good plan