Skip to content
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

NPE on every event #36

Open
danmartinez78 opened this issue Oct 25, 2020 · 1 comment
Open

NPE on every event #36

danmartinez78 opened this issue Oct 25, 2020 · 1 comment
Labels

Comments

@danmartinez78
Copy link

danmartinez78 commented Oct 25, 2020

Describe the bug
NPE on every event. actions and commands run successfully but NPE is caught

To Reproduce
Steps to reproduce the behavior:
Configured mod
Testing widgets in streamlab for follow, donation, bits, etc

Expected behavior
action happens with no error

Version (please complete the following information):
Server version 1.12.2
forge 14.23.5.2854
twitchspawn 0.8.1
RAD modpack 1.40a
Decocraft
PTRLib
twitchintegration
chattweaks

Additional context
Description: Error executing task

java.util.concurrent.ExecutionException: java.lang.NullPointerException
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at net.minecraft.util.Util.runTask(Util.java:531)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1088)
at net.minecraft.client.Minecraft.run(Minecraft.java:3942)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NullPointerException
at net.minecraft.client.audio.PositionedSoundRecord.(SourceFile:34)
at net.minecraft.client.audio.PositionedSoundRecord.(SourceFile:30)
at net.minecraft.client.multiplayer.WorldClient.playSound(WorldClient.java:580)
at net.minecraft.client.multiplayer.WorldClient.playSound(WorldClient.java:568)
at net.minecraft.client.network.NetHandlerPlayClient.handleSoundEffect(NetHandlerPlayClient.java:1674)
at net.minecraft.network.play.server.SPacketSoundEffect.processPacket(SourceFile:89)
at net.minecraft.network.play.server.SPacketSoundEffect.processPacket(SourceFile:11)
at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:22)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at net.minecraft.util.Util.runTask(Util.java:529)
... 9 more

@wolfkidsounds
Copy link

Any News on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants