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
I have the same problem (i had a very hard time in translating to english, but here i am)
As you can see:
Every single time i join the world, or the player dies, or other reasons (for example, multiplayer, if you hit another player) is says in chat this error:
ERROR: java.lang.NullPointerException
in my server, i had to disable pvp completely, but i can't do anything about death messages, so please help me.
This problem is caused because of a mod 'Versioner'
You can fix this problem by changing
.minecraft/version/GreedyCraft/scripts/util/patreons.zs (This will disable the feature of displaying special effects for the sponsers)
Find the following lines and change them
function isPatreon(player as IPlayer) as bool {
... <- change this line into "return false;"(Don't add the quotes)
}
---- Replied Message ----
| From | ***@***.***> |
| Date | 01/29/2024 11:37 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [TCreopargh/GreedyCraft] [BUG] (Issue #268) |
I have the same problem (i had a very hard time in translating to english, but here i am)
As you can see:
image.png (view on web)
Every single time i join the world, or the player dies, or other reasons (for example, multiplayer, if you hit another player) is says in chat this error:
ERROR: java.lang.NullPointerException
in my server, i had to disable pvp completely, but i can't do anything about death messages, so please help me.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
贪婪整合包 Bug反馈表
请在下面详细描述你遇到的Bug
进入游戏版本检查失败,然后死亡或者其他情况时聊天栏会频繁报错java.lang.NullPointerException
如果Bug造成了崩溃,请将崩溃报告的链接粘贴在下面
如果你有方法重现这个Bug(即:有固定的方法让Bug发生),请在下面详细说明:
发生bug时你的配置信息:(如果整合包版本不是最新建议更新再试)
如果你有解决该Bug的方法或者建议可以写在下面,如果没有可以不填。
根据查看日志,怀疑导致该bug的mod为versioner,查看源码,日志和配置后发现官网检查更新的json中部分捐助者uuid没有横杠,推测有可能是导致该bug的原因
报错部分日志.txt
json地址:http://json.tcreopargh.xyz/versioner_cn.json
The text was updated successfully, but these errors were encountered: