Monkey X Export Setup

-1

I'm using Monkey X Studio since yesterday and want to "export" the game I've made with it for Windows (glfw). So I built the Game in Release Configuration, took the .exe and the data Folder and created an InnoSetup setup for it. When someone else installed and started the game, the error message "OpenAL32.dll is missing" appeared. "The Application was unable to start correctly (0xc000007b). Click OK to close the Application". Do you have any idea how I can fix this issue and export a setup for windows?

Luca

inno-setup
monkey-x
asked on Stack Overflow Jul 15, 2015 by Luca Schimweg • edited Oct 21, 2017 by Jose Faeti

1 Answer

1

Simply "OpenAL32.dll is missing.

You need to copy this dll to target computer during installation.

This dll may be present in e.g. System folder on your computer but is missing on different computer.

Find the dll and add it to installer (copy to appropriate folder).

answered on Stack Overflow Jul 16, 2015 by Slappy

User contributions licensed under CC BY-SA 3.0