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
Fails with a generic NullPointerException, helpful. Running a slim pack with CC in a debugger grants the following info.
It fails in FileSystemWatcher where it tries to register a new file system watcher here: tmp = FileSystems.getDefault().newWatchService();
With this debug pointer I can see the message java.io.IOException: User limit of inotify instances reached or too many open files
The specific crash reason is something I can fix up my side. However, it would be good if CC could fail more gracefully and surface this error message more easily.
The text was updated successfully, but these errors were encountered:
I don't know why/how we reached it, but I think running apps like Intellij Idea in the background take up a large number. It's easy enough to raise the limit, but I had to dig into source code to see what the error message was
Speiger
transferred this issue from Carbon-Config-Project/CarbonConfig
Aug 23, 2024
Crashlog: https://mclo.gs/tezeo4D
Fails with a generic
NullPointerException
, helpful. Running a slim pack with CC in a debugger grants the following info.It fails in
FileSystemWatcher
where it tries to register a new file system watcher here:tmp = FileSystems.getDefault().newWatchService();
With this debug pointer I can see the message
java.io.IOException: User limit of inotify instances reached or too many open files
The specific crash reason is something I can fix up my side. However, it would be good if CC could fail more gracefully and surface this error message more easily.
The text was updated successfully, but these errors were encountered: