EDProfiler - A New Display Switcher/Robust Settings Profiler/Switcher/Detector!

That's what I was going to ask about. I thought I might have been doing something stupid trying to set it at 0.65 and it always sets it to 1.0. Hope a fix is found.
Sorry I've been kinda busy but I'll look into this and some of the other issues soon.


Hi, I have a lot of exceptions in the app, especially when I click on presets. Do you think it could be because of my french local settings, and the decimal separators?
I'm unsure.

Example of the message I have (in french) when I click on "High" preset: La conversion de la chaîne "0.9000000" en type 'Double' n'est pas valide.
If I click the default 2D profile I get the message: La conversion de la chaîne "1.0" en type 'Double' n'est pas valide.

Any idea?

Thanks

That certainly sounds like a regional issue, although I thought I'd already got it working. I have several people using French regional settings with no problems. Don't know about that one I'm afraid!
 
New version out that fixes SS and a couple of other things. Will give a full changelog later on. You can download or wait for the app to check for its weekly update.

Mmm ok so no idea what I can try to fix the issue?
Thanks

Try doing the usual fix of deleting the files in the graphics folder like I've suggested above to several people. If not, email me and we can try a few things kaii@Dr.com
 
As I said, new version out, see post above.

Thanks to everyone who has donated, I appreciate it! Please, everyone, if you are enjoying it, and you can afford to do so, a small donation goes a long way for a sod like me :)
 
Downloaded the latest though the title still shows v1.0.2. But if I check the debug error message it shows "EDProfiler Version de l'assembly : 1.0.2.4"
So I guess I have the good version.
Currently I uninstalled Elite dangerous, deleted all config files, and installing it again, because I had some graphical and misc bugs in the game, so I decided to start from scratch again. Will check again your app when it is done.

And thanks
 
Downloaded the latest though the title still shows v1.0.2. But if I check the debug error message it shows "EDProfiler Version de l'assembly : 1.0.2.4"
So I guess I have the good version.
Currently I uninstalled Elite dangerous, deleted all config files, and installing it again, because I had some graphical and misc bugs in the game, so I decided to start from scratch again. Will check again your app when it is done.

And thanks

I forgot to update the assembly information, but the download page should have said 1.2.0.5.

It always says 1.0.2 at the top. I don't change that for minor updates. Can you check that again? Also note that I've now updated it again, but only changing the assembly info ;)(
 
Installed 1.2.0.5. Just to let you know there is a display issue with the SS. When the app first starts the SS value is empty. If you then select a value that value is then shown regardless of what profile you click on. However this is a display issue only - when looking in the profile files they contain the correct SS value.
 
Installed 1.2.0.5. Just to let you know there is a display issue with the SS. When the app first starts the SS value is empty. If you then select a value that value is then shown regardless of what profile you click on. However this is a display issue only - when looking in the profile files they contain the correct SS value.

Ok thanks. Works fine for me but I'll figure out what's causing it for you and probably some others
 
Ok so I installed 1.2.0.5, but I still have the same issue about double conversion.
I did a test, I change the number format for english / united states, and now I do not have the error again, so this is definitively a regional setting issue.
Though I don't want to have the numbers in english format :)

Could it be because the presets you put in your app are with an english kind of number format? Like high, VR, 2D presets.

Thanks
 
Last edited:
Sorry I've been kinda busy but I'll look into this and some of the other issues soon.



That certainly sounds like a regional issue, although I thought I'd already got it working. I have several people using French regional settings with no problems. Don't know about that one I'm afraid!

Use double.Parse() with CultureInfo.InvariantCulture, and the same with ToString()

I am from Norway, and we use "," instead of "." as a decimal separator.
 
Last edited:
Use double.Parse() with CultureInfo.InvariantCulture, and the same with ToString()

I am from Norway, and we use "," instead of "." as a decimal separator.

I've already solved this issue. I can't spend time delving further into it. If it's not working for a couple of people I'm really sorry, maybe I'll work on it again when I have time :)
 
Still having problems with the SS setting on the new version. It appears it is not saving to profiles new or default VR or 2D. Seems to upload and retrieve from ED's configs though.
 
Use double.Parse() with CultureInfo.InvariantCulture, and the same with ToString()

I am from Norway, and we use "," instead of "." as a decimal separator.

p.s. I've been using decimal.parse() same thing, and as I said it works fine for my testers, including me - I changed region and put random things for decimal and thousands separators, including swapping , and . So whatever is causing it for you is really random.

Nailed it this time. Thank you kind sir. Donation OTW.


Thanks! Much appreciated :)
 
Can't it be because of both regional settings and windows 10? Are you on Windows 10 as well?
When I switch to english settings it works fine, in french I have the errors. Will try again this evening.
 
Back
Top Bottom