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
An exception of type 'System.IO.IOException' occurred in System.IO.FileSystem.Watcher.dll but was not handled in user code: 'The configured user limit (128) on the number of inotify instances has been reached, or the per-process limit on the number of open file descriptors has been reached.'
Hello. Seems that inotify limit is low on your machine and it breaks C# FileSystemWatcher. As a temporary workaround you can increase inotify limit as described here. I will think how to solve this and probably will get rid of FileSystemWatcher at all
Yes, might be better since you want this to be usable by end-users.
Nice project by the way. Good showcase of Avalonia and a good alternative to TotalCommander and MuCommander.
When the app starts it throws an IOException:
Info:
Camelot.FileSystemWatcherWrapper/Implementations/FileSystemWatcherWrapper.cs
The text was updated successfully, but these errors were encountered: