Jump to content

flackr

Member
  • Posts

    1
  • Joined

  • Last visited

flackr's Achievements

  1. For anyone who runs into this stack trace, my friend ran into it the other day and we looked into it and figured out the root cause and how to fix it. On linux WatcherService (which DebugFileWatcher is using) uses inotify and on his system he had reached the limit for the maximum user instances. This also explains why rebooting may fix the issue as it likely cleans up some instances being used by other applications. You can increase the number of allowed instances by increasing the allowed number of user instances in /proc/sys/fs/inotify/maxuserinstances or /proc/sys/fs/inotify/max_user_instances depending on your system. e.g. echo 256 | sudo tee /proc/sys/fs/inotify/max_user_instances I think it would be really helpful for the game to catch this error and let the user know this underlying cause and fix :-).
×
×
  • Create New...