You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've finally gotten around to checking out the updater error:
the logs don't help, there's nothing after "Applying update"
the error is related to permissions to run the "update.ps1" script
it doesn't work from D2RMM itself
if I go to %LOCALAPPDATA%\Temp\D2RMM\Update\ and run it manually, then it just works
The error message is a bit hard to read but I'm 90% certain this is what it says:
File C:\Users\Caedendi\AppData\Local\Temp\D2RMM\Updater\update.ps1 cannot be loaded because running scripts is
disabled on this system. For more information, see about_Execution_Policies at
https:/go.microsoft.com/fwlink/?LinkID=135170
+ CategoryInfo : SecurityError. (t) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnauthorizedAccess
Oh, lol. Yeah, if the security policy prevents PowerShell scripts, this won't work. I guess I'd need to ship another executable... A task for a later time.
I've finally gotten around to checking out the updater error:
The error message is a bit hard to read but I'm 90% certain this is what it says:
The link is an alias for this.
Any chance you could find a fix for this that would not involve us users having to change Windows settings manually?
Files:
screenshot
d2rmm.log
The text was updated successfully, but these errors were encountered: