I would like to run monogame game on other pc than it was developed on. When i execute .exe file process starts and dies after 2 seconds without any output (even in command line).
I tried to attach openAL libs to project, to install openAL, to publish and install game. Nothing helped. For debugging i have added whole main code to try/catch, but still there is no output.
On machine where i developed this game, everything works fine.
What should i do to run monogame game on other pc? (monogame version 3.0)
Cheers