cjmurph / PmsService

Plex Media Server service wrapper for windows
MIT License
514 stars 58 forks source link

Network Shares Fail To Mount Before PMS Startup on Windows 11 #47

Closed d8ahazard closed 2 years ago

d8ahazard commented 3 years ago

A bit of a mouthful...but the title says it all.

On Windows 11, it appears as if something happens on startup where mapped drives don't mount before PMS starts up.

Logging in, manually stopping Plex, and then restarting it fixes.

Will fork and see if I can submit a PR to fix.

cjmurph commented 3 years ago

Thanks, maybe try setting the service startup to delayed, there might be some other service it depends on that isn't up in time on win 11

xpusostomos commented 3 years ago

This can happen... especially on external disk arrays that might have self healing and self repairing startups that take time to run before they can be mounted. Somebody really needs to look at the code and change it to try, wait a little while and then try again.. and again and again, until it comes up. I'd like to find time to look at the code to do it... so if @d8ahazard you're going to take a look, I welcome that.

d8ahazard commented 2 years ago

Closed, fixed with #50.