sheeno73 / procurement

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

System.UnauthorizedAccessException #453

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1.) Did you first check the wiki for your issue?
2.) Did you check to see if there is already a ticket for your issue?

What version of Procurement are you using? On what operating system?

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please paste the contents of your DebugInfo.log file below if applicable.
To minimize the size of the file, delete your existing debuginfo.log file,
before replicating the issue.
******************************************************************************
System.UnauthorizedAccessException: Access to the path 'AlexanderAaron.bin' is 
denied.
   at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound)
   at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
   at Procurement.ViewModel.LoginWindowViewModel.<>c__DisplayClass2.<Login>b__1()
   at System.Threading.Tasks.Task.Execute()

Original issue reported on code.google.com by pnations...@gmail.com on 29 Nov 2014 at 5:42

GoogleCodeExporter commented 9 years ago
I just added 2 premium stash tab bundles bringing my total stash tabs to around 
60.  I don't know if this is the problem or not.

Here is the complete error message: 
[Error] Downloading stash for One Week Rampage/Beyond, details logged to 
DebugLog.log, please open a ticket at 
https://github.com/Stickymaddness/Procurement/issues or 
https://code.google.com/p/procurement/issues/list

Original comment by pnations...@gmail.com on 29 Nov 2014 at 4:14

GoogleCodeExporter commented 9 years ago
After running Windows Update (nothing) and rebooting my machine, I started 
Procurement and got this:

Loading Standard Stash Tab 
62...                                     �
�                    [OK]
Loading Standard Stash Tab 
63...                                     �
�                    [OK]
Loading Faltaki's 
inventory...                                  
                          [OK]
Loading AlexanderAaron's 
inventory...                                  
                   [OK]
Loading RampagingFaltaki's 
inventory...                                  
                 [OK]
Loading WidowWoman's 
inventory...                                  
                       [OK]
Loading Monatorio's 
inventory...                                  
                        [OK]
Loading One Week Rampage/Beyond Stash Tab 
1...                                      
      

[Error] Downloading stash for One Week Rampage/Beyond, details logged to 
DebugLog.log, please open a ticket at 
https://github.com/Stickymaddness/Procurement/issues or 
https://code.google.com/p/procurement/issues/list

Original comment by pnations...@gmail.com on 29 Nov 2014 at 4:46

GoogleCodeExporter commented 9 years ago
A poster over at github mentioned that the unescaped backslash in the 
Beyond/Rampage race name is likely the cause.

https://github.com/Stickymaddness/Procurement/issues/38

Original comment by pnations...@gmail.com on 29 Nov 2014 at 4:51

GoogleCodeExporter commented 9 years ago
Correct, this is due to the / in the league name, as temporary work around you 
can fix this by creating a folder named "One Week Rampage" inside the folder 
with your name/email, as was mentioned on github.

Since Procurement clears that folder every time you login, you need to recreate 
the folder every time.

A new version will be released soon with a proper fix.

Original comment by stickymaddness on 29 Nov 2014 at 11:30

GoogleCodeExporter commented 9 years ago
Procurement 1.8.6 has been released, which fixes this issue.

https://github.com/Stickymaddness/Procurement/releases/tag/1.8.6

Original comment by stickymaddness on 30 Nov 2014 at 11:55