arkore Posted March 3, 2017 Suddenly I have found myself unable to play audio files(.wav, .ogg, .mp3) in Slade v3.1.0.5. These were working fine days ago. I'm on Win10 x64. How do I troubleshoot this issue? FYI, I got MIDI working(which has never worked) now by selecting choriumreva.sf2 as my soundfont, thanks to the thread (mentioned below). There is a doomworld forum thread about this, and it's the only resource I found on the subject. "SLADE v3.1.1.1 - Audio Won't Play - https://www.doomworld.com/vb/newreply.php?action=newreply&threadid=88466" 0 Share this post Link to post
Nevander Posted March 3, 2017 MIDI will play without any soundfont by pressing play twice... but as for why other sound formats are not playing I have no idea. 0 Share this post Link to post
arkore Posted March 3, 2017 Okay, I found the problem. Someone added a line to SNDINFO that was meant to be $random, but forgot to $random at the start. The line was: Foo/Attack { FooAtk1 FooAtk2 } Should be: $random Foo/Attack { FooAtk1 FooAtk2 } --- This caused all sounds after that line to break. Either the problem was that, or something else happened on my machine (I rebooted?) that made Slade suddenly work and therefore this is one big coincidence. --- Thanks, 0 Share this post Link to post