dudewheresmycode / GifTuna

A video to gif converter for Mac, Windows and Linux
http://GifTuna.io
137 stars 11 forks source link

A Javascript occured in the main process #21

Open MashEGG opened 1 year ago

MashEGG commented 1 year ago

problem

I tried using I get this error I have java 8,17 and 20 I also tried installing ffmpeg according to this https://phoenixnap.com/kb/ffmpeg-windows thought the error show as well is there a way to fix this ?

FoolishTech commented 1 year ago

same issue here, any attempt to import a file of any type results in this error.

Windows 11.

another issue, every time I launch I get a download & install ffmpeg prompt -- except ffmpeg 2.2.2 is already installed, and in the %path% variable for this user. GifTuna is also downloading ffmpeg.dll to the same folder as GifTuna.exe at this prompt every time. no joy.

ClaraPotato commented 1 year ago

I am also having this same issue. I downloaded the application today to try it out. I open the application and get the prompt to download and install ffmpeg and then it goes to the main screen. I try to pull in a video file and am instantly met with the JavaScript error image

I am running Windows 11 Version 10.0.22621 Build 22621.

Stealthstarcat commented 1 year ago

Also Windows 11 and having this issue. Same exact error as OP. The application seemed ready to go immediately after I accepted the download ffmpeg prompt. I'm running the program from an external drive and bringing in a file from a different drive. Edit: Just brought the drive over to a Windows 10 machine and the error persists.

aumua123 commented 1 year ago

Same issue, windows 10. Javascript error. FFmpeg does not seem to download or install from the app, installing it manually does not help. Program is broke, sadge.

Winsane commented 1 year ago

Downloading ffmpeg manually and putting both ffmpeg.exe and ffprobe.exe in the same folder as GifTuna.exe fixed this for me. I downloaded this, specifically https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-full.7z

kadimski commented 1 year ago

@Winsane thanks, this worked for me as well!

StrixRange commented 1 year ago

Downloading ffmpeg manually and putting both ffmpeg.exe and ffprobe.exe in the same folder as GifTuna.exe fixed this for me. I downloaded this, specifically https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-full.7z

this worked for me, thanks!

david-idelji commented 1 year ago

Downloading ffmpeg manually and putting both ffmpeg.exe and ffprobe.exe in the same folder as GifTuna.exe fixed this for me. I downloaded this, specifically https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-full.7z

Thanks a lot!

limboette commented 9 months ago

Downloading ffmpeg manually and putting both ffmpeg.exe and ffprobe.exe in the same folder as GifTuna.exe fixed this for me. I downloaded this, specifically https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-full.7z

Worked for me as well! I bow to your wisdom, good sir, and thank you :)

AzeTheGreat commented 9 months ago

Downloading ffmpeg manually and putting both ffmpeg.exe and ffprobe.exe in the same folder as GifTuna.exe fixed this for me. I downloaded this, specifically https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-full.7z

This worked for me as well.

Note for anyone struggling: launching GifTuna through the Windows search does not work even with this fix. You must double click the GifTuna.exe next to the added ffmped exes.

gnrdeth13 commented 6 months ago

Excellent solution, @Winsane! Thanks!