-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] NoSuchFileException when a fresh server starts #38
Comments
Hi, thank you for the star! This is a known issue. There is no need to do anything about this, as this only happens when a fresh server starts. Also, the server doesn't crash with this exception, it keeps running and disappears on the next start. |
Sorry for wrong info. It's work perfectly next start🤣. |
👍🤣 |
@Xujiayao |
这个问题 (#36 (comment)) 昨天才刚修复 6f5ef9e,我个人是开启MCDC multiServer功能所以一直没有发现这个问题。 现版本暂时把 (所以你引用的其实是修复后的代码) |
了解! 不好意思造成您的困擾🥲 |
没关系,很欢迎此类提问2333 |
這個問題太多人反應了嗎🤣收到email發現又被打開了 |
确实。最近在整理所有已有的issue,我感觉应该有办法可以避免这个问题,所以就重新打开了 (不好意思这个issue老是打扰到你) |
Now all functions related to
|
Checks
Java Version
17.0.3
Minecraft Version
1.19
MCDiscordChat Version
Latest build
Description
https://github.com/Xujiayao/MCDiscordChat/blob/6f5ef9e9d48b2f4b5f3283388aa53d11703d612c/src/main/java/top/xujiayao/mcdiscordchat/utils/Utils.java#L245
If there is no "world/stats", It will crash.
To Reproduce
Make a new world, and run it with MCDiscordChat.
Keep updateChannelTopic on, and it will throw java.nio.file.NoSuchFileException: world/stats.
Log
Config
The text was updated successfully, but these errors were encountered: