[Bug]: Program not starting
What happened?
When trying to open the program after installation nothing happens, tried installing earlier versions but issues persists. OS Windows 10
Steps to reproduce
Doesn't even open a window, just nothing happens.
What OS are you seeing the problem on?
Window
Relevant log output
No response
What happened?
When trying to open the program after installation nothing happens.
Steps to reproduce PS C:\Users[WindowsUser]\AppData\Local\vibe> .\vibe PS C:\Users[WindowsUser]\AppData\Local\vibe> .\vibe --version PS C:\Users[WindowsUser]\AppData\Local\vibe> .\vibe --help
What OS are you seeing the problem on?
Window 10
After installation (I'm not the original poster, just someone with the same problem) I found that the app had been installed in my user home directory in the AppData\Local folder. That is the FIRST time I've seen an app installed in this location. Is this the correct default location?
Also, it is 56,366 KB, is this an appropriate size? This is my first encounter with this app.
See https://github.com/thewh1teagle/vibe/blob/main/docs/DEBUG.md
I uninstalled the version I had, installed 2.6.1, and still nothing happening. Uninstalled that, and downloaded 2.5.5 thinking that IT would definitely work. Nothing. This leads me to believe that there is some external requirement that I am not meeting. Attached is my dxdiag file. If you need other information, please reply.
@renfrow
Try the following:
- Open the Windows Search, and type
cmd.exe - Press
Enter - Paste the following in the terminal and press
Enter
cd %userprofile%\desktop
mkdir test
cd test
winget install -e --id 7zip.7zip
winget install -e --id JernejSimoncic.Wget
wget https://github.com/thewh1teagle/vibe/releases/download/v2.6.1/vibe_2.6.1_x64-setup.exe
"C:\Program Files\7-Zip\7z.exe" x vibe_2.6.1_x64-setup.exe
wget https://github.com/thewh1teagle/vibe/raw/refs/heads/main/samples/short.wav
set RUST_LOG=DEBUG
- Paste the following in the terminal and press
Enter
vibe.exe --model ggml-medium.bin --file short.wav
- Wait for the transcription to finish or for error.
- Copy the full log. starting from the last command with
vibe.exe
7 . Paste the log here
Still nothing. Is there supposed to be a file "ggml-medium.bin" in the vibe directory? Also, do I need RUST downloaded?
Still nothing. Is there supposed to be a file "ggml-medium.bin" in the vibe directory? Also, do I need RUST downloaded?
What do you mean still nothing? I asked you to try because i wanted to see the logs. Have you missed step 7? :)
Nothing, no logs, nothing.
Is rust a program that I need? How about a file "ggml-medium.bin"? I have neither.
Nothing, no logs, nothing.
Hmm. That's strange. Can you check if there's invisible running instance of Vibe? Open task manager by Ctrl + Shift + Esc and search 'vibe' If you find, right click it and force close it. Then try again to run from the terminal
You don't need Rust. The file ggml-medium.bin should be in vibe's models folder if you ran it in the past
There is no models folder.
No vibe in task manager.
Ok, downloaded ggml-medium.bin from huggingface. No difference. Put it in 'models' folder under vibe folder.
I'm not sure why it doesn't respond.
Can you join discord channel mentioned in the repository readme so we'll continue debug from there?
Or contact me in Telegram https://t.me/thewh1teagle
Joined the discord.
Here's the crash log for 2.6.1 log_2024-10.txt
I can reproduce my problem and solution!
For the latter:
- Kill Vibe (e.g., w/ Task Manager).
- Install Microsoft Edge WebView2.
- Open Vibe successfully.
https://github.com/thewh1teagle/vibe/issues/370