Today upgraded from 9.30 to 9.40.0100. To my shock and great consternation both the carefully crafted Visual Filter list and Selection Filter list were blown away! Does anyone know why this may have happened and more importantly where that data is stored so that it can be backed to preclude this from happening again.
Note: all other Lists are intact.
Lists lost on upgrade
Forum rules
READ THIS AND DO IT!!!
Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.
When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".
READ THIS AND DO IT!!!
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
-
SkyFrontier
- Posts: 2341
- Joined: 04 Jan 2010 14:27
- Location: Pasárgada (eu vou!)
Re: Lists lost on upgrade
Sorry for what happened, Aurumdigitus. I know the feeling.
Now and then, File > Settings > Save All Settings...
Also, keep your XYplorer\Data\lastini.dat intact. It could be retrieved to work with a 9.30 version so you could have a way to keep note and paste your settings back into 9.4x, but I can't say how to do that (makes sense deleting xyplorer.ini, but - not tested!).
Will try to locate correct sections of .ini where the info you want is stored and report them to you asap.
EDIT: No, lastini.dat will not help...
Now and then, File > Settings > Save All Settings...
Also, keep your XYplorer\Data\lastini.dat intact. It could be retrieved to work with a 9.30 version so you could have a way to keep note and paste your settings back into 9.4x, but I can't say how to do that (makes sense deleting xyplorer.ini, but - not tested!).
Will try to locate correct sections of .ini where the info you want is stored and report them to you asap.
EDIT: No, lastini.dat will not help...
Last edited by SkyFrontier on 12 Aug 2010 16:52, edited 1 time in total.
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...
-
SkyFrontier
- Posts: 2341
- Joined: 04 Jan 2010 14:27
- Location: Pasárgada (eu vou!)
Re: Lists lost on upgrade
This is probably what you want (in case you retrieve what you had or make them again and keep them at a safe place):
Code: Select all
[mruSelectionFilter]
Count="X"
1=...
2=...
[mruVisualFilter]
Count="Y"
1=...
2=...
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...
-
admin
- Site Admin
- Posts: 66362
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Lists lost on upgrade
I don't see why this could have happened due to an upgrade.aurumdigitus wrote:Today upgraded from 9.30 to 9.40.0100. To my shock and great consternation both the carefully crafted Visual Filter list and Selection Filter list were blown away! Does anyone know why this may have happened and more importantly where that data is stored so that it can be backed to preclude this from happening again.
Note: all other Lists are intact.
So you don't make backups. There's even a command for this: menu File | Settings | Backup All Settings.
Generally: Whenever you see something like this you should immediately close the app without saving. This will ensure that no data is lost (because no disk file is written) and it gives me a chance to find a bug if there is any.
FAQ | XY News RSS | XY X
-
aurumdigitus
- Posts: 1075
- Joined: 30 May 2008 21:02
- Location: Lake Erie
Re: Lists lost on upgrade
Trying to put a positive spin on this, maybe the other users can learn a valuable lesson from this unfortunate incident.admin wrote:So you don't make backups. There's even a command for this: menu File | Settings | Backup All Settings.
-
SkyFrontier
- Posts: 2341
- Joined: 04 Jan 2010 14:27
- Location: Pasárgada (eu vou!)
Re: Lists lost on upgrade
Aurumdigitus:
Script to backup THEN close with/wthout save, and assign it to a CTB/CKS...? This could calculate the age of previously backup-ed items (.ini and/or .dats, user-defined) thus keeping stuff up to date while providing some fail-safe...
...a more positive spin could be this turning into an auto-backup feature, doing back-ups whether "save on exit" is enabled or not, and hardcoded or not to: 1) last session's ini; 2) past 3 days; 3) past a week/month. Due to the portable nature of XY, I'd expect this as a built-in feature rather than have to rely on 3rd party backup tools.Trying to put a positive spin on this, maybe the other users can learn a valuable lesson from this unfortunate incident.
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...
-
aurumdigitus
- Posts: 1075
- Joined: 30 May 2008 21:02
- Location: Lake Erie
Re: Lists lost on upgrade
Or at least some command line switches that could be implemented via Tasks scheduler.SkyFrontier wrote:...a more positive spin could be this turning into an auto-backup feature,
-
zer0
- Posts: 2676
- Joined: 19 Jan 2009 20:11
Re: Lists lost on upgrade
It is already possible to use scripting in XYplorer to copy certain files to specified locations at pre-determined intervals (create an infinite loop with a wait command and some copyto functions). I envisage that, when Custom Event Actions (CEA) land, this ability would become more powerful.
Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build
Windows 7/10
Always using the latest stable two-decimal build
-
aurumdigitus
- Posts: 1075
- Joined: 30 May 2008 21:02
- Location: Lake Erie
Re: Lists lost on upgrade
Those of us who are "scripting impaired" do not find that so easy. It is daunting enough keeping up with the changes in each new version increment.It is already possible to use scripting in XYplorer to...
-
zer0
- Posts: 2676
- Joined: 19 Jan 2009 20:11
Re: Lists lost on upgrade
No argument here. That's why I am hoping that CEAs would be of help here. In the meantime, we are here to assist if you do feel like relieving yourself of that "impairment"aurumdigitus wrote:Those of us who are "scripting impaired" do not find that so easy. It is daunting enough keeping up with the changes in each new version increment.It is already possible to use scripting in XYplorer to...
Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build
Windows 7/10
Always using the latest stable two-decimal build
XYplorer Beta Club