Failed to load function watching
YOUNIN15 opened this issue · 4 comments
YOUNIN15 commented
Describe the bug
An error occurs in the server log whenever I start the server.
To Reproduce
Steps to reproduce the behavior:
- Start server
- Error in registration
Expected behavior
Runtime info (please complete the following information):
- OS: Fabric 0.11.15
- Minecraft version: 1.20.1
- Mod version: 0.2.0+alpha.11.8 devbuild for 1.20.1
- Mod branch: (fill this if you are not using the default
ver
branches)
Crash reports / logs
https://mclo.gs/n3dGgM3
https://api.mclo.gs/1/raw/n3dGgM3
Other mods
Checklist
- I am using the official version of the mod.
- I tried the latest development version but the issue persists.
- I searched for similar open issues and could not find an existing bug report on this.
Additional context
ishland commented
Try reproduce without C2ME.
YOUNIN15 commented
Even if it happens, do you know which mod could be causing it and if it is a critical bug that affects performance or chunk loading?
ishland commented
It is probably some mod or datapacks are shipping a malformed function called watching:check
. You'll have to check it manually
YOUNIN15 commented
thank you