>> | Anonymous 12feb2025(we)21:21 No.103305 OP P1With regards to T33647 The culprit was a broken sound stream. Each frame had a sound stream block, but the sound stream header was missing so every frame was generating garbage audio and stopping playback. A summary of the commands I used to fix this without deleting all 1487 of these tags in the ffdec GUI: ffdec -swf2xml "[TVComrade] Lady Bow vs Anon.swf" out.xml (memory is hazy on the following one because I deleted the xml and can't check what a sound stream tag looked like without waiting for another xml conversion) sed -e "s/<item type=\"SoundStreamBlock[^>]*>//" out.xml > nosound.xml ffdec -xml2swf nosound.xml asdf.swf ffdec -compress zlib asdf.swf "[TVComrade] Lady Bow vs Anon (broken sound removed).swf" The visuals remain glitchy (penis has an incorrect bounding box so it doesn't get cleared properly and leaves trails) but at least it plays uninterrupted. It's also missing the music obviously. I wonder if it was like this in the Newgrounds release??? I will not bother to check. |
|
>> | Anonymous 13feb2025(th)00:26 No.103306 A P2R1Yeah thats weird, I used ruffle as the player in FFDec and tested the swf in one of the standalone flash players as well, I still don't come across buggy audio in the original I made neither embeded on swfchan or downloaded. Also never encountered the trailing, what player are you using? The newgrounds version did have music, I didnt bother replacing it and just deleted the mp3. |
|
>> | Anonymous 13feb2025(th)11:03 No.103307 B P3R2>>103306 So what was the purpose of it all, Mr. Anderson? |
|
>> | Anonymous 16feb2025(su)02:13 No.103316 C P4R3>>103306 assuming you mean the newgrounds release of the spooky flash(?), it doesn't seem to have music? I'm not sure which one you mean |
|