View Single Post
06/12/22, 03:49 PM   #2
wookiefriseur
 
wookiefriseur's Avatar
Join Date: Mar 2014
Posts: 51
If the log is correct then the hash is not the problem but folder permissions.



Code:
d41d8cd98f00b204e9800998ecf8427e
is the hash you get when you have no input. It tries to compare the expected hash for the zip with the hash for nothing.


Permissions:


Code:
C:\Users\miyak\Documents\Elder Scrolls Online\live\AddOns\LibQuestData.zip (Access is denied)
Try to look at the permissions / fix them:
  1. close Minion and ESO
  2. go into "C:\Users\miyak\Documents\Elder Scrolls Online\live\"
  3. open "Properties" of AddOns folder (right click)
  4. Navigate to Security tab
  5. Edit permissions (examples from my settings):
    1. Groups or Usernames contain following users and have following access:
      1. SYSTEM - full access
      2. Admins - full access
      3. Authenticated users - modify, read, write, execute, list
      4. User (in your case miyak) - read, execute, list - you can try full access
    2. Advanced Settings:
      1. Groups and Usernames like above
      2. Owner: Your user Account
      3. Inheritance enabled
      4. check "Subdirectories inherit settings from this object"
  6. Apply / confirm changes (be careful not to remove important groups or users)
  7. Start Minion with normal permission and see if it helped
  8. add the AddOn folder to the exceptions in any security suite or antivirus you might have running
  9. You might have to restart the PC before seeing results

Alternatively you can delete the folder and let ESO recreate it or something. But it will probably inherit the permissions from the parent folder anyways

Last edited by wookiefriseur : 06/12/22 at 03:52 PM.
  Reply With Quote