Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Play sounds not working on Windows 7 and 8.1 #1520

Closed
LautaroL20 opened this issue Feb 28, 2021 · 22 comments
Closed

Play sounds not working on Windows 7 and 8.1 #1520

LautaroL20 opened this issue Feb 28, 2021 · 22 comments
Labels
Bug Something isn't working correctly Done in next release This has been addressed in the next release

Comments

@LautaroL20
Copy link
Member

LautaroL20 commented Feb 28, 2021

The "play sounds" option is always disabled on Windows 7 and 8.1. The reason for the app crash that is now solved (file does not start with RIFF, and issue #1521) was caused due that the OGG-format sound files are very problematic on Windows 7 and 8.1 systems.

The solution for this is replacing the OGG sound files with WAVE-format sound files which still have the .ogg extension while the internal format is WAVE, this brings way better OS support for 7/8.1 and then the app not only will not gonna crash, but sounds will work fine

Play sounds always disabled

Credit for this solution goes to @Lieutenant-L-T-Smash:
"As a workaround until this issue is fixed, replace the "sounds" folder inside the main BEE folder with the one from this archive:
https://drive.google.com/file/d/1pUYiGqulmzkM79fd63imq6tZityFDswa/view"

@LautaroL20 LautaroL20 added the App Crash Something is causing the app to crash label Feb 28, 2021
@LautaroL20 LautaroL20 changed the title BeeMod 4.39.2 Win32: Windows 7 compatible version - "file does not start with RIFF id" BeeMod 4.39.2 - 32-Bit: Windows 7 compatible version - "file does not start with RIFF id" Feb 28, 2021
@LautaroL20 LautaroL20 changed the title BeeMod 4.39.2 - 32-Bit: Windows 7 compatible version - "file does not start with RIFF id" BeeMod 4.39.2 - 32-Bit: Windows 7 compatible version - "WAVEDecodeException:file does not start with RIFF id" Feb 28, 2021
@LautaroL20 LautaroL20 changed the title BeeMod 4.39.2 - 32-Bit: Windows 7 compatible version - "WAVEDecodeException:file does not start with RIFF id" BeeMod 4.39.2 - 32-Bit: Windows 7 compatible version - "WAVEDecodeException: file does not start with RIFF id" Feb 28, 2021
@LautaroL20
Copy link
Member Author

Note that the 64-bit version of Beemod does not work at all in Windows 7, however the 32-bit version almost worked expect for this error that should be easy to fix?

@LautaroL20 LautaroL20 pinned this issue Mar 4, 2021
@LautaroL20 LautaroL20 changed the title BeeMod 4.39.2 - 32-Bit: Windows 7 compatible version - "WAVEDecodeException: file does not start with RIFF id" BEE2 4.39.2 - 32-Bit: Windows 7 compatible version - "WAVEDecodeException: file does not start with RIFF id" Mar 4, 2021
@thefurrywolf
Copy link

im having the same error but im on windows 8.1

@LautaroL20 LautaroL20 changed the title BEE2 4.39.2 - 32-Bit: Windows 7 compatible version - "WAVEDecodeException: file does not start with RIFF id" BEE2 4.39.2 - 32-Bit: Windows 7 version crash - "WAVEDecodeException: file does not start with RIFF id" Mar 29, 2021
@Some-Username-Available
Copy link

Some-Username-Available commented Apr 3, 2021

Happens to me. And I'm on Windows 8.1 64bit.

@LautaroL20 LautaroL20 changed the title BEE2 4.39.2 - 32-Bit: Windows 7 version crash - "WAVEDecodeException: file does not start with RIFF id" BEE2 4.39.2 - 32-Bit: Windows 7/8.1 version crash - "WAVEDecodeException: file does not start with RIFF id" Apr 14, 2021
@LautaroL20 LautaroL20 changed the title BEE2 4.39.2 - 32-Bit: Windows 7/8.1 version crash - "WAVEDecodeException: file does not start with RIFF id" BEE2 4.39.2 - 32-Bit: Windows 7/8.1 crash - "WAVEDecodeException: file does not start with RIFF id" Apr 14, 2021
@LautaroL20 LautaroL20 changed the title BEE2 4.39.2 - 32-Bit: Windows 7/8.1 crash - "WAVEDecodeException: file does not start with RIFF id" BEE2 4.39.2 - Windows 7 and 8.1 crash - "WAVEDecodeException: file does not start with RIFF id" Apr 14, 2021
@LautaroL20
Copy link
Member Author

Seeing that not only Windows 7 users but also Windows 8.1 users are experiencing this issue too, i will edit the issue´s title to make it more accurate.

@Lieutenant-L-T-Smash
Copy link

As a workaround until this issue is fixed, replace the "sounds" folder inside the main BEE folder with the one from this archive:
https://drive.google.com/file/d/1pUYiGqulmzkM79fd63imq6tZityFDswa/view

This will replace the problematic OGG-format sound files with WAVE-format sound files. (The filenames still have the extension .ogg but the internal format is WAVE, which has better OS support.)

@KaziPlays
Copy link

This issue happened on my Windows 10 64 bit computer, while using the 64-bit Beemod, Now there's more work to be done

@Unradelic
Copy link

As a workaround until this issue is fixed, replace the "sounds" folder inside the main BEE folder with the one from this archive:
https://drive.google.com/file/d/1pUYiGqulmzkM79fd63imq6tZityFDswa/view

This will replace the problematic OGG-format sound files with WAVE-format sound files. (The filenames still have the extension .ogg but the internal format is WAVE, which has better OS support.)

This is the only think that worked for me. Really appreciated!

@vrad-exe
Copy link
Member

vrad-exe commented Sep 7, 2021

Should be fixed in 4.40

@vrad-exe vrad-exe closed this as completed Sep 7, 2021
@vrad-exe vrad-exe added the Done in next release This has been addressed in the next release label Sep 7, 2021
@TeamSpen210
Copy link
Member

I fixed the crash, but I don't think I fixed the underlying issue - it's still not playing properly?

@TeamSpen210 TeamSpen210 reopened this Sep 8, 2021
@LautaroL20
Copy link
Member Author

It's still not playing properly?

It does not play at all, the checkbox option is always unclickable like this:

Play sounds always disabled

@LautaroL20 LautaroL20 removed the Done in next release This has been addressed in the next release label Sep 18, 2021
@LautaroL20 LautaroL20 changed the title BEE2 4.39.2 - Windows 7 and 8.1 crash - "WAVEDecodeException: file does not start with RIFF id" Preview music not playing on Windows 7 and 8.1 Sep 18, 2021
@LautaroL20 LautaroL20 added Bug Something isn't working correctly and removed App Crash Something is causing the app to crash labels Sep 18, 2021
@LautaroL20 LautaroL20 changed the title Preview music not playing on Windows 7 and 8.1 Play sounds not working on Windows 7 and 8.1 Sep 18, 2021
@vrad-exe
Copy link
Member

vrad-exe commented Oct 5, 2021

I've also had this happen randomly on Windows 10, no idea why it only breaks sometimes though...

@slambo312
Copy link

Honestly, I think it should be put off until the next update, considering it doesn't change much.

@LautaroL20
Copy link
Member Author

Probably, although it´s still a relevant bug to fix.

@TeamSpen210
Copy link
Member

I think this is fixed, need someone on Win 7/8.1 to double-check though.

@vrad-exe
Copy link
Member

vrad-exe commented Oct 6, 2021

@LautaroL20

@LautaroL20
Copy link
Member Author

Sure, I can give it a check. As soon as I see the download link available on the #beta-builds I will give it a test.

@vrad-exe
Copy link
Member

vrad-exe commented Oct 6, 2021

Ah right, you don't have compiling dev builds set up.

@LautaroL20
Copy link
Member Author

Nope. I had a dev build in the past made with the help of TeamSpen210 but the steps to perform them are not too easy, so I preffer using the Discord beta builds for testing.

@vrad-exe
Copy link
Member

vrad-exe commented Oct 7, 2021

This work now in beta 5?

@LautaroL20
Copy link
Member Author

Yes, but music preview can't hear when you click the "play" icon which is available. I will report this in some minutes, I still need to report another issue where if you select another palette, it will make the application crash...

@LautaroL20
Copy link
Member Author

So, I can confirm that the sounds effect from the app now works pretty well on Windows 7. But now, issue #1734 happens.

@LautaroL20 LautaroL20 added the Done in next release This has been addressed in the next release label Oct 8, 2021
@vrad-exe
Copy link
Member

vrad-exe commented Oct 8, 2021

Ah, so that must be a bug with the music previews specifically then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working correctly Done in next release This has been addressed in the next release
Projects
None yet
Development

No branches or pull requests

9 participants