darken2.wad MAP11 silent door

Forum rules
Please construct and post a simple demo whenever possible for all bug reports. Please provide links to everything.

If you can include a wad demonstrating the problem, please do so. Bug reports that include fully-constructed demos have a much better chance of being investigated in a timely manner than those that don't.

Please make a new topic for every bug. Don't combine multiple bugs into a single topic. Thanks!

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is ON
[img] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: darken2.wad MAP11 silent door

darken2.wad MAP11 silent door

by Player701 » Wed Nov 11, 2020 12:46 am

In The Darkening Episode 2 MAP11, there is a "jammed" blazing door that does not make an opening sound in GZDoom. It only plays its closing sound, and only when it closes by itself (not manually). In PrBoom-Plus 2.5.1.4, the behavior is different: the door plays all sounds correctly except when closed manually. So I guess this may be a case of the so-called "undefined behavior", but I still thought I'd report this inconsistency. I think the door should play both its opening and closing sounds in all cases regardless of how it is activated.

To reproduce, get the PWAD (see the link above) and use the following command-line parameters:

Code: Select all

gzdoom -iwad doom2 -file darken2.wad -nomonsters -warp 11 +"warp -1888 -656"
Turn right to see the door in question. When you open it, it doesn't play a sound.

Tested in GZDoom 4.5.0 and g4.6pre-8-g6e3a4c590.

Top