RawTherapee console error on Windows 10

Hi all,
I was successfully using console to convert RAW to JPG using this command:
rawtherapee output.jpg -o -j -Y -c input.jpg

BUT now I am getting this error followed by opening RawTherapee.
Reinstall didn’t help, still it is trying to find some \network folder???
Thanks for help

RawTherapee, version 4.2.1375
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
(rawtherapee.exe:9112): Gtk-WARNING **: Failed to fetch network locations: Error opening directory ‘C:\GoogleDrive\RAW\network:’: No such file or directory

Hi Peter,

The search funciton is your friend:

Good luck!
/Claes

@Claes That’s a different issue. The Gtk-WARNING **: Failed to fetch network locations: are caused by gtk3 and can be silently ignored.

Though

Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.

could be worth a new Issue…

Ach! Sorry about that.
Then the search function is no friend of mine :frowning:

Hi,
yes search was not my friend before writing this problem topic:(
Funny thing it was working on W10/W7 machines fine.

Can this problem be connected with CLUTS (LUT film emulation) I added to RT folder?
It broke the same day I did it.
Thanks
Peter

That command cannot work, as output.jpg is in the wrong place, and -o requires an argument - you haven’t provided one. There is no need to specify -j without any arguments, as that is the default.

Try this:
rawtherapee -o "D:\photos\processed\" -Y -c "D:\photos\new\input.jpg"

Great:) You were right, that was typo in the command and order of the attributes.
Thank you very much
SOLVED