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

[Bug]: Program not starting #306

Closed
coolaklara opened this issue Sep 30, 2024 · 17 comments
Closed

[Bug]: Program not starting #306

coolaklara opened this issue Sep 30, 2024 · 17 comments
Labels
bug Something isn't working

Comments

@coolaklara
Copy link

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

@coolaklara coolaklara added the bug Something isn't working label Sep 30, 2024
@renfrow
Copy link

renfrow commented Oct 1, 2024

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.

@thewh1teagle
Copy link
Owner

@renfrow
Copy link

renfrow commented Oct 5, 2024

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.

DxDiag-2024-10-05.txt

@thewh1teagle
Copy link
Owner

thewh1teagle commented Oct 5, 2024

@renfrow

Try the following:

  1. Open the Windows Search, and type cmd.exe
  2. Press Enter
  3. 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
  1. Paste the following in the terminal and press Enter
vibe.exe --model ggml-medium.bin --file short.wav
  1. Wait for the transcription to finish or for error.
  2. Copy the full log. starting from the last command with vibe.exe

7 . Paste the log here

@renfrow
Copy link

renfrow commented Oct 5, 2024

Still nothing. Is there supposed to be a file "ggml-medium.bin" in the vibe directory? Also, do I need RUST downloaded?

@thewh1teagle
Copy link
Owner

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? :)

@renfrow
Copy link

renfrow commented Oct 5, 2024

Nothing, no logs, nothing.

@renfrow
Copy link

renfrow commented Oct 5, 2024

Is rust a program that I need? How about a file "ggml-medium.bin"? I have neither.

@thewh1teagle
Copy link
Owner

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

@renfrow
Copy link

renfrow commented Oct 5, 2024

There is no models folder.

@renfrow
Copy link

renfrow commented Oct 5, 2024

No vibe in task manager.

@renfrow
Copy link

renfrow commented Oct 6, 2024

Ok, downloaded ggml-medium.bin from huggingface. No difference. Put it in 'models' folder under vibe folder.

@thewh1teagle
Copy link
Owner

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

@renfrow
Copy link

renfrow commented Oct 6, 2024

Joined the discord.

@renfrow
Copy link

renfrow commented Oct 6, 2024

Here's the crash log for 2.6.1
log_2024-10.txt

@piknockyou
Copy link

piknockyou commented Oct 28, 2024

I can reproduce my problem and solution!

For the latter:

  1. Kill Vibe (e.g., w/ Task Manager).
  2. Install Microsoft Edge WebView2.
  3. Open Vibe successfully.

@thewh1teagle
Copy link
Owner

#370

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants