Chaosforge Forum
DoomRL => Bug Reports => Topic started by: yaflhdztioxo on September 05, 2011, 18:40
-
----------------------------------------------------------------------
Timestamp : 09.06.2011 00:22:19
Error level : FATAL EXCEPTION
Message : Fatal exception encountered
An unhandled exception occurred at $0048181E :
ESoundException : RegisterMusic(music/00 - inter.mid): Unknown file format
$0048181E TSOUND__REGISTERMUSIC, line 156 of d:/Projects/fpcvalkyrie/src/vsound.pas
$00481AA2 TSOUND__REGISTERMUSIC, line 171 of d:/Projects/fpcvalkyrie/src/vsound.pas
$0047C44D TDOOMCONFIG__MUSICQUERY, line 244 of src/doomconfig.pas
$00480B29 TLUACONFIG__ENTRYFEED, line 62 of d:/Projects/fpcvalkyrie/src/vluaconfig.pas
$0047BF5C TDOOMCONFIG__CREATE, line 208 of src/doomconfig.pas
$0041D8F0 TDOOM__LOAD, line 219 of src/doombase.pas
$0041E027 TDOOM__RUN, line 326 of src/doombase.pas
$004022CA main, line 91 of src/doomrl.pas
----------------------------------------------------------------------
Seems self-explanatory. Problem goes away if GameMusic == false. Since the linux folks have similar problems I'm guessing they are related.
-
No, the problems are not related -- your case just doesn't recognize midi as a format. Can you play midi in any program? Tried a full MP3 substitution?
-
Yes I can play a MIDI normally. A full MP3 substitution would work but there is another harder to replicate bug where, if no midi files are loaded whatsoever, the UI slows to a crawl. It is most noticeable with blood slides that take about five seconds to crawl down the screen but it affects everything. I've mentioned it to people on 7 who couldn't replicate it so it also seems to be an NT issue.