JustSomeGuy wrote:What is this log named 'SSChanger 1_2_5temp.log' which is written one directory up from the directory where the .exe is? Looks like a copy of EDs own netLog (...\Products\elite-dangerous-64\Logs). I'm guessing it is needed for the location info for renaming pics etc, but why one dir up from .exe?
I have SSChanger in "F:\ED stuff\SSChanger 1_2_5" and that temp log is written to "F:\ED stuff" and it stays there after closing the app. It was in 1_2_1 version too.
No issues with the app, works fine, just wondering while hauling stuff from station to station

Yep, it's a copy of the netlog. I found that I was getting access conflicts just trying to read the original file (probably as ED was trying to write to it) so I decided to grab a copy each time and read from that.Realised during the night that I answered without thinging. So, the app runs by taking a copy of the netlog file and then using that, but that copy is called 'temp.log' and is in the same location as the exe. What you have got looks like a naming issue and for some reason it didn't add the '\' when creating the copy and placing it in that directory. It's always worked for me.
I'll have a look at the logic there.
UPDATE: Odd. It shouldn't have always worked for me

I've corrected it, so the path will be right in the next version.