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

Buzz 1.2.0 windows crush on whisper.cpp #1078

Open
In-Of opened this issue Feb 12, 2025 · 5 comments
Open

Buzz 1.2.0 windows crush on whisper.cpp #1078

In-Of opened this issue Feb 12, 2025 · 5 comments
Assignees
Labels
needs info Additional information is needed

Comments

@In-Of
Copy link

In-Of commented Feb 12, 2025

Hi.

Buzz 1.2.0 Windows 10 crush on whisper.cpp model any version. Ordinary Whisper and Faster Whisper works fine. Tried on two different PCs.

Please advise.

@raivisdejus
Copy link
Collaborator

@In-Of Please try the latest development version it had some fixes for Windows. https://chidiwilliams.github.io/buzz/docs/faq#9-where-can-i-get-latest-development-version

Also if your computer is on a 32 bit windows it will crush. For 32bit windows try the pip version https://pypi.org/project/buzz-captions/
pip install buzz-captions

If none of this helps see this https://chidiwilliams.github.io/buzz/docs/faq#8-buzz-crashes-what-to-do
and post the error from the logs. This will help us identify the issue and fix it.

@raivisdejus raivisdejus self-assigned this Feb 15, 2025
@raivisdejus raivisdejus added the needs info Additional information is needed label Feb 15, 2025
@In-Of
Copy link
Author

In-Of commented Feb 16, 2025

@In-Of Please try the latest development version it had some fixes for Windows. https://chidiwilliams.github.io/buzz/docs/faq#9-where-can-i-get-latest-development-version

Also if your computer is on a 32 bit windows it will crush. For 32bit windows try the pip version https://pypi.org/project/buzz-captions/ pip install buzz-captions

If none of this helps see this https://chidiwilliams.github.io/buzz/docs/faq#8-buzz-crashes-what-to-do and post the error from the logs. This will help us identify the issue and fix it.

I am on win10x64. Will check dev version and leave feedback. Thank you.

@In-Of
Copy link
Author

In-Of commented Feb 17, 2025

@In-Of Please try the latest development version it had some fixes for Windows. https://chidiwilliams.github.io/buzz/docs/faq#9-where-can-i-get-latest-development-version

Also if your computer is on a 32 bit windows it will crush. For 32bit windows try the pip version https://pypi.org/project/buzz-captions/ pip install buzz-captions

If none of this helps see this https://chidiwilliams.github.io/buzz/docs/faq#8-buzz-crashes-what-to-do and post the error from the logs. This will help us identify the issue and fix it.

Doesn't work with 1.3.0 either. Still crush.

I've noticed that Buzz puts whisper.cpp engines into
\AppData\Local\Buzz\Buzz\Cache\models\models--ggerganov--whisper.cpp\blobs\

and in
\AppData\Local\Buzz\Buzz\Cache\models\models--ggerganov--whisper.cpp\snapshots\5359861c739e955e79d9a303bcbc70fb988958b1\

stored shortcuts that leads to
\AppData\Local\Buzz\Buzz\Cache\models\models--ggerganov--whisper.cpp\blobs\

Maybe something wrong with this construction?

Here is a log

logs.txt

@raivisdejus
Copy link
Collaborator

@In-Of Model structure and the fact that it has links is ok, this is expected. The log also looks ok. The errors about not finding a module torio.lib of failing to load FFmpeg are ok, it tries to load FFmpeg in few different ways. Also I do not see any unexpected messages that would indicate the crash. Strange.

As the problem is not clear, let's try to dig deeper:

  • Does different model size work? Try tiny?
  • Does it work with different audio files. We have had issues with specific audio files.
  • Try deleting the model folder and download models from the Preferences -> Models
  • Check the file sizes of files in blobs folder they should not be 0.

In any case I would expect some more error in the logs. So maybe there is some antivirus or some security software that is interfering?

As I am out of other ideas, maybe see this https://chidiwilliams.github.io/buzz/docs/faq#6-how-to-fix-unanticipated-host-errorpaerrorcode-9999 it is a fix for another issue, but maybe it helps you too.

@In-Of
Copy link
Author

In-Of commented Feb 17, 2025

  • Does different model size work? Try tiny?

All of them. No difference.

  • Does it work with different audio files. We have had issues with specific audio files.

No one works. But all works with common Whisper.

  • Try deleting the model folder and download models from the Preferences -> Models

Doesn't work.

  • Check the file sizes of files in blobs folder they should not be 0.

It's not a zero. They are full size. Approx its same as common Whisper size.

maybe there is some antivirus or some security software that is interfering

No such software.

Will check link later. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs info Additional information is needed
Projects
None yet
Development

No branches or pull requests

2 participants