Open BeG42 opened 3 years ago
Does it work correctly when you don't use a batch file?
Mu's settings are stored in users/\<your user>/AppData/Local/Mu/. Previously some people have had issues with the settings file and can be fixed by deleting it. You can try that too.
Deleting the settings folder/file worked, thx!
Von: Patrick Moore @.*** Gesendet: Dienstag, 31. August 2021 18:13 An: patrickmoore/Mu Cc: BeG42; Author Betreff: Re: [patrickmoore/Mu] Settings won't save, Mu opens everytime like new (#24)
Does it work correctly when you don't use a batch file?
Mu's settings are stored in users/
- You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/patrickmoore/Mu/issues/24#issuecomment-909379204 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AVMDSIAHW35CQOPCUVACP3TT7 T5PVANCNFSM5C6NIC5Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&m t=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=u tm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub . Das Bild wurde vom Absender entfernt.
I am having the same problem. I would like to have the default export as a Csv and not Motec file but every time i reopen the program the default Motec value is used.
I do not see a settings file in the Mu folder. I have another directory that contains another directory which then has a user.config file.
So the full path is: C:\Users[user]\AppData\Local\Mu\Mu.exe_StrongName_2bojrjlme5cbl4hs5w5ifjo4es3rotgx\1.9.4.0\user.config
The content of the config file is
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<userSettings>
<Mu.Properties.Settings>
<setting name="ApplicationVersion" serializeAs="String">
<value>1.9.4.0</value>
</setting>
</Mu.Properties.Settings>
</userSettings>
</configuration>
How can I make it so the Csv format value is persisted between sessions?
Thanks
When I remember correctly there is a demo project which writes the telemetry into a CSV file included in the API Zip file. You could have a look there as well.
Hi, I am setting up a new system for my simulator. I tried to install Mu now several times in various folders, but it's always the same issue I run into.
I want to start Mu via a batch file together with other programs, with some settings and not showing up at startup. But every time and no matter what I try - Mu always shows up with default settings. No matter what I change or do is changing anything.
How can I make it to actually save settings - like not to show up at start?
Ah installed various versions including the very latest one offered here. Running Win 10 Prof 64 bit system.