LondonRu3k / depressurizer

Automatically exported from code.google.com/p/depressurizer
0 stars 0 forks source link

Will not load existing category information #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Using Steam, I have 13 games in my favourites and over 60 sorted into multiple 
categories, but whenever I tell the program to load category information from 
Steam it shows nothing in favourites and none of my categories.

Original issue reported on code.google.com by rksaund...@gmail.com on 9 Apr 2013 at 12:00

GoogleCodeExporter commented 8 years ago
After some tinkering I discovered something. At the start of my 
sharedconfig.vdf I have this (line breaks removed):
"UserLocalConfigStore" { "Software" { "Valve" { "steam" { "apps"

Notice that "steam" is not capitalized. It seems your program looks for a 
capitalized "Steam". This kept it from loading the existing information and 
also when it would save the data, it would create an entirely new "Steam" array 
after the existing one and Steam itself would only read from the first array, 
thereby not seeing any of the categories I created in depressurizer.

For now, I have manually edited my sharedconfig.vdf and changed the "steam" to 
"Steam" and now depressurizer seems to work just fine.

Original comment by rksaund...@gmail.com on 9 Apr 2013 at 1:14

GoogleCodeExporter commented 8 years ago
One more thing, while running Steam I moved a game to a different category and 
it rewrote the sharedconfig.vdf to use lowercase "steam" so depressurizer 
couldn't load the config again.

Original comment by rksaund...@gmail.com on 9 Apr 2013 at 2:27

GoogleCodeExporter commented 8 years ago
Thanks for doing all the troubleshooting for me. I'll try to fix it and put up 
a new version in a few hours.

Original comment by rallion on 9 Apr 2013 at 11:43

GoogleCodeExporter commented 8 years ago
New version released, problem should be gone.

Original comment by rallion on 10 Apr 2013 at 3:41