loot / loot.github.io

The website and meta issue tracker.
https://loot.github.io
GNU General Public License v3.0
12 stars 9 forks source link

Masterlist won't update if user temp folder changed #53

Closed damnsalvation closed 8 years ago

damnsalvation commented 8 years ago

I had the user environment TEMP and TMP variables set to G:\UserTemp\Local\Temp Opened loot to order skyrim, which I had just reinstalled. Tried to update masterlist, got a filesystem access error. Forget the exact error, but it was a 'could not modify' listing directories: C:\Users...\LOOT\skyrim G:\UserTemp\Local\Temp{random}

procmon showed LOOT.exe tried to open G:\UserTemp\Local\Temp{random}, and was denied because it didn't exist

From Log: [0409/171435:ERROR:main_delegate.cc(738)] Could not load cef_extensions.pak

Since it looked like look was trying to use a generated temp folder, but without actually creating it first, I changed my TEMP and TMP variables back to the defaults. It worked. Masterlist updated just fine. Then I realized I should report the bug so I thought I'd change the variables back to get the exact error that popped up. But it didn't. Not sure why, maybe because it didn't need to update again. It's a pretty rare set of circumstances, so not exactly a high priority.

damnsalvation commented 8 years ago

Oh, all permissions are/were correct.

Ortham commented 8 years ago

Could you please re-file this here? This issue tracker is for the site and meta issues, keeping application issues in its code repository helps keep everything organised.

damnsalvation commented 8 years ago

Oops!

On Sun, Apr 10, 2016 at 3:39 AM, Oliver Hamlet notifications@github.com wrote:

Could you please re-file this here https://github.com/loot/loot/issues? This issue tracker is for the site and meta issues, keeping application issues in its code repository helps keep everything organised.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/loot/loot.github.io/issues/53#issuecomment-207940364

Ortham commented 8 years ago

Re-filed as loot/loot#561, so closing this.