Strange Error Code when closing application

When I close my application (using either default ESC key or by clicking X in right-top corner) I get the:
AL lib: (EE) alc_cleanup: 1 device not closed ERROR.

This started the moment I got rid of default splash-screen with configuration using that code (I recreated this error multiple times just by switching this part of code on and off):

public static void main(String[] args) {
    Main app = new Main();
    // GRAPHICS SETTINGS
    AppSettings gameSettings = new AppSettings(true);
    gameSettings.setResolution(1024, 768);
    gameSettings.setFullscreen(false);
    gameSettings.setBitsPerPixel(32);
    gameSettings.setVSync(false);
    gameSettings.setSamples(0);
    gameSettings.setFrameRate(-1);
    // SPLASH SCREEN OFF
    app.setShowSettings(false);
    app.setSettings(gameSettings);

    app.start();
}

DISCLAIMER: I don’t have a single audio-related thing in my whole code so far.

Also this error just hangs there after closing application, without really doing anything bad. Still it’s an error and I’d like to know what causes it…

Ye, I also get this error, I did never notice before, I guess it always happened, just notice now after I read your post :stuck_out_tongue:
I have no idea what it means, maybe a tiny bug from Open AL ?

From personal experience: “tiny” bug grows quite fast (the faster the longer You ignore it) :stuck_out_tongue:
So would be nice to at least know what the hell does this bug mean exactly (and why this bug appeared only AFTER I disabled default splash screen with settings) - anyone? :confused:

I tried your code in 3.1 and I didn’t see the issue, so I am guessing its fixed in 3.1.

How do I get 3.1 then?
Download link please :slight_smile:

Its not released yet but you game isn’t either so stay put for now :stuck_out_tongue:

It will be released “soon”.

Wait, I knew I remember You from somewhere… Did You work for Blizzard http://wowwiki.wikia.com/wiki/Soon ? :stuck_out_tongue: