[01:38:36] --- DominusExult is now known as Dominus
[11:02:50] --- DominusExult is now known as Dominus
[15:38:50] <Dominus> Marzo, Kirben got back to me and he now does the Snapshots with SDL 2.0.12 dll
[15:38:51] <Dominus> BUT
[15:39:11] <Dominus> the reason he didn't was because there were audio problems with sDL2 newer than 2.0.5
[15:39:29] <Dominus> and indeed, except for midi no output produces sound
[15:39:34] <Marzo> The env var I had to add
[15:39:59] <Marzo> I suddenly remember
[15:40:00] <Marzo> SDL_AUDIODRIVER=DirectSound
[15:40:52] <Marzo> For some reason, SDL2 defaults to the SDL1 driver name, and this causes newer versions of SDL2 to not produce audio unless you set that env var
[15:41:04] <Marzo> (on Windows, I mean)
[15:42:27] <Dominus> ouch that sucks
[15:42:44] <Dominus> can't we set that or do we do this wrong somewhere?
[15:42:54] <Marzo> We can just port that change to master
[15:43:13] <Marzo> And see if this fixes the issues Kirben was encountering
[15:43:15] <Dominus> yes, please :)
[15:43:20] <Marzo> Or rather, confirm this
[15:43:54] <Dominus> I've just now did this on the command line and it at least started working again with his snapshot
[15:47:56] <Marzo> It is pushed
[15:48:37] <Marzo> So next snapshot can use the newer SDL2 versions
[15:51:11] <Dominus> thanks