Closed abodnar closed 5 years ago
It seems like the filesystem watcher part of the Mono framework, used by sessioncache=disk
in config, is not working properly.
sessioncache=memory
I tried updating Mono to Mono JIT compiler version 5.18.0.268 (tarball Tue Mar 12 08:29:42 GMT 2019), but that still didn't resolve it. So tried the sessioncache directive and that worked.
Thanks.
So tried the sessioncache directive and that worked. Based on that I would assume the issue is solved.
Thanks to ORelio who certainly knows C# magic :-)
Feel free to open a new issue, if you encounter any other issue.
Please retry sessioncache=disk
using latest development build, just added file system polling in case FileSystemWatcher is not supported on your operating system.
The new build worked. Thanks!
I have a 1.7.10 forge modded server I'm trying to log into with the Minecraft client on Mac using Mono v5.18.0(latest on Homebrew).
When I try using v1.9.0 of the MinecraftClient, I get the following:
if I try with the most recent development build, I get this:
crash.log
Any ideas or suggestions?
Thanks.