Tichau / FileConverter

File Converter is a very simple tool which allows you to convert and compress files using the context menu in windows explorer.
https://file-converter.io/
GNU General Public License v3.0
6.45k stars 510 forks source link

Only options when converting is to configure presets #32

Closed ghost closed 6 months ago

ghost commented 6 years ago

2017-12-03 I've tried configuring the preset but the preset won't save either, even when i do click save.

Tichau commented 6 years ago

Hello,

It could append if the installation of the software didn't finish well. At the end of the installation, the installer run the program to initialize the base settings. This step requires an administrator right elevation since it modifies the registry to be in the contextual menu.

You can try to launch FileConverter with the option --post-install-init in a console to reset the settings.

Hope it will works

ghost commented 6 years ago

The command line function did not come up, but Windows PowerShell did, so I used that instead, though I'm not sure it's the same. After putting in the command, FileConverter asks for the administrator password, and then has this error

untitled

If I add a typo at the end of "-init", it says "Unknown application argument" but opens FileConverter with a blank screen swedrfg

Issue still persists 🙁

Tichau commented 6 years ago

Strange :/

Did you try to start powershell in administrator mode?

ghost commented 6 years ago

This was done in administrator mode, so yes?

Tichau commented 6 years ago

Hello, sorry for the delay. I wish you a happy new year!

It seems that File Converter installer can't modify the registry at the end of the installation. Here is a registry script that will do the same job: FileConverterRegistryInitialization.zip

Tell me if it solves your issue. You may not be able to create of rename new preset with the File Converter interface only by modifying the registry. Can you tell me more about your setup (windows version, is it an admin account)?

Cheers

ghost commented 6 years ago

2018-01-02 It worked! Thank you so much! I can't make any new presets, but that's alright with me :') I'm using Windows 10 and with an admin account.

Tichau commented 6 years ago

ok great! I'll keep this issue open since we just found a workaround.

Can you try to add a new preset, then click apply and then send me the last File Converter diagnostics files? (you can files diagnostics at C:\Users\\AppData\Local\FileConverter\Diagnostics-*)

Piblip commented 6 years ago

Hi. I had the same problem. The registry fix posted in this thread worked for me too but same here. Cannot add new presets. (Also on 64bit Windows10) I did try adding a new preset and saving but the diagnostics file really does not say anything :/ Diagnostics1.log

_Friday, February 23, 2018 14:55:18

File Converter v1.2.3 (64 bits) Retrieve arguments... Arg0: C:\Program Files\File Converter\FileConverter.exe Arg1: --settings

Load settings... Maximum number of conversion threads: 2 Exit application. Diagnostics manager released correctly._

frederico4d commented 5 years ago

Reg file worked for me too thanks!

dhruwal commented 5 years ago

Hello, sorry for the delay. I wish you a happy new year!

It seems that File Converter installer can't modify the registry at the end of the installation. Here is a registry script that will do the same job: FileConverterRegistryInitialization.zip

Tell me if it solves your issue. You may not be able to create of rename new preset with the File Converter interface only by modifying the registry. Can you tell me more about your setup (windows version, is it an admin account)?

Cheers

This worked for me for the same issue. (Non Admin mode)

Tichau commented 5 years ago

I've reworked the installer so it can fix this issue. I don't know when I will have a build stable enough to make a version but it will be in the next one for sure :)