[BUG]
lwb-2021 opened this issue · 2 comments
贪婪整合包 Bug反馈表
请在下面详细描述你遇到的Bug
进入游戏版本检查失败,然后死亡或者其他情况时聊天栏会频繁报错java.lang.NullPointerException
如果Bug造成了崩溃,请将崩溃报告的链接粘贴在下面
如果你有方法重现这个Bug(即:有固定的方法让Bug发生),请在下面详细说明:
- 打开游戏,死一次
发生bug时你的配置信息:(如果整合包版本不是最新建议更新再试)
- 整合包版本:最新
- Java版本:1.8-371
- 分配的内存:10G
- 物理内存:16G
- 是否增减了mod:没有
- 是否修改了材质包:没有
- 是否修改了魔改/配置文件:没有
- 使用的光影(如果不是渲染问题可以不填):
- CPU及显卡型号(如果不是渲染/低FPS问题可以不填):
- 创建世界时的版本(如果不记得可以只填是否在使用这个世界的过程中更新了版本):最新
如果你有解决该Bug的方法或者建议可以写在下面,如果没有可以不填。
根据查看日志,怀疑导致该bug的mod为versioner,查看源码,日志和配置后发现官网检查更新的json中部分捐助者uuid没有横杠,推测有可能是导致该bug的原因
报错部分日志.txt
json地址:http://json.tcreopargh.xyz/versioner_cn.json
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: ***@***.***>