Skip to content

Instantly share code, notes, and snippets.

@Dockter
Created September 19, 2017 14:36
Show Gist options
  • Save Dockter/baee3d35dc042917a3c56f9fbeb77bd6 to your computer and use it in GitHub Desktop.
Save Dockter/baee3d35dc042917a3c56f9fbeb77bd6 to your computer and use it in GitHub Desktop.
9:34:59 AM Caused by: java.lang.IllegalStateException: CauseStackManager called from off main thread!
9:34:59 AM at org.spongepowered.common.event.SpongeCauseStackManager.enforceMainThread(SpongeCauseStackManager.java:68) ~[SpongeCauseStackManager.class:1.12.1-2480-7.0.0-BETA-2640]
9:34:59 AM at org.spongepowered.common.event.SpongeCauseStackManager.pushCauseFrame(SpongeCauseStackManager.java:130) ~[SpongeCauseStackManager.class:1.12.1-2480-7.0.0-BETA-2640]
9:34:59 AM at org.spongepowered.common.event.SpongeCommonEventFactory.callNotifyNeighborEvent(SpongeCommonEventFactory.java:446) ~[SpongeCommonEventFactory.class:1.12.1-2480-7.0.0-BETA-2640]
9:34:59 AM at net.minecraft.world.WorldServer.func_175685_c(WorldServer.java:2800) ~[oo.class:?]
9:34:59 AM at gcewing.sg.SGBaseTE.enterState(SGBaseTE.java:485) ~[SGBaseTE.class:?]
9:34:59 AM at gcewing.sg.SGBaseTE.startDiallingToAngle(SGBaseTE.java:919) ~[SGBaseTE.class:?]
9:34:59 AM at gcewing.sg.SGBaseTE.startDiallingSymbol(SGBaseTE.java:907) ~[SGBaseTE.class:?]
9:34:59 AM at gcewing.sg.SGBaseTE.startDiallingNextSymbol(SGBaseTE.java:899) ~[SGBaseTE.class:?]
9:34:59 AM at gcewing.sg.SGBaseTE.startDiallingStargate(SGBaseTE.java:700) ~[SGBaseTE.class:?]
9:34:59 AM at gcewing.sg.SGBaseTE.connect(SGBaseTE.java:610) ~[SGBaseTE.class:?]
9:34:59 AM at gcewing.sg.SGBaseTE.connectOrDisconnect(SGBaseTE.java:547) ~[SGBaseTE.class:?]
9:34:59 AM at gcewing.sg.SGChannel.handleConnectOrDisconnectFromClient(SGChannel.java:37) ~[SGChannel.class:?]
9:34:59 AM at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102]
9:34:59 AM at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102]
9:34:59 AM at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102]
9:34:59 AM at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102]
9:34:59 AM at gcewing.sg.BaseDataChannel.serverDispatch(BaseDataChannel.java:119) ~[BaseDataChannel.class:?]
9:34:59 AM ... 59 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment