P_Cherry
(Peter Cherry)
January 3, 2017, 4:13pm
1
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
Claes
January 3, 2017, 4:39pm
2
Hi Peter,
The search funciton is your friend:
opened 05:02AM - 16 Dec 16 UTC
closed 08:43PM - 07 Feb 17 UTC
Currently: Windows RawTherapee-64-release-gtk3-bugfix-4.2.1425
[AboutThisBuild-… RawTherapee-64-release-gtk3-bugfix-4.2.1425.txt](https://github.com/Beep6581/RawTherapee/files/656374/AboutThisBuild-RawTherapee-64-release-gtk3-bugfix-4.2.1425.txt)
I've attached a screenshot of my Windows 10 info:

Exact steps: Launch RT, and these errors start popping up like crazy:

It cycles through about five of my drive letters with this error message about ten times before loading RT. This time I actually wiped everything RT related out of my OS drive and reinstalled RT, and had gaaned92's Windows 'RawTherapee-64-release-gtk3-bugfix-4.2.1412' installed since yesterday and used it off and on all day without experiencing this problem. Launched it again tonight and started having the problem. So uninstalled RawTherapee-64-release-gtk3-bugfix-4.2.1425 and deleted program files then installed gaaned92's Windows RawTherapee-64-release-gtk3-bugfix-4.2.1425 build but continued to get the error messages.
I then reinstalled Squyaders 'RawTherapee_WinVista_64_Gtk3_Release_4.2.1375' and do not have this issue with this build.
Lastly, I installed gaaned92's RawTherapee_WinVista_64_**debug**_gtk3-bugfix_4.2.1425, which also generates the 'no disk' error messages o'plenty.
[AboutThisBuild.txt](https://github.com/Beep6581/RawTherapee/files/656401/AboutThisBuild.txt)
***I followed the Windows debug steps twice but each time the log file was empty at the end of the run. I copied the command prompt info into a text file manually and have attached here so you can see that I did try. I don't know if the info helps any though...
[debug-attempt.txt](https://github.com/Beep6581/RawTherapee/files/656418/debug-attempt.txt)
***I also have two more of gaaned92's Windows builds installed that **do not** have the no disk problem:
RawTherapee-64-release-locallab-4.2.1265 and
RawTherapee-64-release-pixelshift-4.2.1241.
So the problem seems isolated to the gtk3 builds. I thought I might try thoroughly wiping everything out again entirely then reinstalling, but figured I'd submit this bug report first to see if we can isolate the problem in some better way...
More background info:
First experienced this 'No Disk' issue in gaaned92's Windows 'RawTherapee-64-release-gtk3-bugfix-4.2.1396' build. See [this post.](https://discuss.pixls.us/t/new-windows-builds/615/390?u=todd)
At the time I had Sguyader's Windows 4.2.1291 build installed which didn't have this issue, as none of his builds have ever had this problem. I didn't have the problem with gaaned92's build until I'd been using it for a day or two.... I figured the issue was due to my modified options file conflicting with gaaned92's build but didn't want to mess with my working Sguyader install... Finally just some days ago decided to thoroughly uninstall Squyaders latest working 'RawTherapee_WinVista_64_Gtk3_Release_4.2.1375' including the appdata stuff and try the latest gaaned92 Windows 'RawTherapee-64-release-gtk3-bugfix-4.2.1412' build and was happy to not see the no disk error messages..
Good luck!
/Claes
heckflosse
(Ingo Weyrich)
January 3, 2017, 4:50pm
3
@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…
Claes
January 3, 2017, 4:57pm
4
Ach! Sorry about that.
Then the search function is no friend of mine
P_Cherry
(Peter Cherry)
January 4, 2017, 9:54am
5
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"
P_Cherry
(Peter Cherry)
January 6, 2017, 3:16pm
7
Great:) You were right, that was typo in the command and order of the attributes.
Thank you very much
SOLVED