Try the following, the more you try the better the chance we'll find the cause :)
- Is the audio file valid? try with different one, eg. download vibe/samples/single.wav
- Do you have errors? report it with the 'report button'
- Do you experience crash without errors? try to run from the terminal with logs enabled:
- Do you use other model than the default one? Please use the default one that comes with Vibe when checking.
Windows
a. Open cmd.exe
b. Execute:
taskkill /IM vibe.exe /F
set RUST_BACKTRACE=1
set RUST_LOG=vibe=debug,whisper_rs=debug
%localappdata%\vibe\vibe.exe
macOS
RUST_LOG=vibe=debug,whisper_rs=debug RUST_BACKTRACE=1 /Applications/vibe.app/Contents/MacOS/vibe
Linux
Run it similar to macOS just change the path
Does it happens with original Whisper?
- Download one of the
zip
files from releases/tag/v1.6.0 (Scroll down and choosewhisper-bin-x64.zip
inWindows
- Extract them and open the folder, then open explorer in that folder and hit
Ctrl
+l
inexplorer, type
cmd` and enter - Download vibe/samples/single.wav and place it in the same folder (and check that the file is ok)
- Try to transcribe by execute
main.exe -m "%localappdata%\github.com.thewh1teagle.vibe\ggml-medium.bin" -f "samples_single.wav"
App crashing and no even errors!
In windows, open search menu and search for Event Viewr
, choose Windows Logs
-> Application
and check if there's some error there
Find debug log file
If you can't open the app due to crash, try to check any logs inmacOS: $HOME/Library/Application Support/github.com.thewh1teagle.vibe
Windows: %appdata%\github.com.thewh1teagle.vibe
Linux: ~/.config/github.com/thewh1teagle.vibe
Get OS information for posting in a bug
- Open
cmd.exe
- Execute the following
winget install neofetch
neofetch
- Copy and paste it in the issue
brew install neofetch
neofetch
sudo apt-get update
sudo apt install -y neofetch
neofetch
vulkan-1.dll or vcomp140.dll is missing
For vcomp140.dll
install vc_redist.x64.exe
For vulkan-1.dll
install VulkanRT-Installer.exe
After you finished, share you results by opening new issue or just comment in the issue.