I cannot start setting up my library because this keeps showing up in my log:
WARN - Warning: ex: boost::filesystem::last_write_time: The system cannot find the file specified: “C:\Users\dalek\AppData\Local\Plex Media Server\Plug-ins”, couldn’t check file: “C:\Users\dalek\AppData\Local\Plex Media Server\Plug-ins”
There is no “Plug-ins” folder, though there is a “Plug-in Support” folder.
Maybe you could get by this if you manually create a “Plug-Ins” folder. There are, at least for now, supposed to be both folders. The installer you have may be failing to create the folder for one reason or another but if that is all that is wrong then manually creating the folder could well fix it.
In every major system there are a few of lines of code that always slip in:
1: On (Random) ScrewRamdomUser();
2: On (Random) DoSomethingUnexpected();
3: On (Random) CrashWithoutError();
4: If (PickRandomUser()=CurentUser()) then ProduceRandomErrorWithoutExplenation();
“If debugging is the process of removing bugs, then programming must be the process of putting them in.” - Edsger W. Dijkstra