Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1.  
  2. [21:21:58] [Client thread/FATAL] [FML/]: Exception caught executing FutureTask: java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Player is either on another team or not on any team. Cannot remove from team ' §? ?tab'.
  3. java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Player is either on another team or not on any team. Cannot remove from team ' §? ?tab'.
  4. at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_65]
  5. at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_65]
  6. at net.minecraftforge.fml.common.FMLCommonHandler.callFuture(FMLCommonHandler.java:715) [FMLCommonHandler.class:?]
  7. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1018) [bsu.class:?]
  8. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:345) [bsu.class:?]
  9. at net.minecraft.client.main.Main.main(SourceFile:120) [Main.class:?]
  10. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_65]
  11. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_65]
  12. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_65]
  13. at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_65]
  14. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  15. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  16. Caused by: java.lang.IllegalStateException: Player is either on another team or not on any team. Cannot remove from team ' §? ?tab'.
  17. at net.minecraft.scoreboard.Scoreboard.func_96512_b(SourceFile:259) ~[bsd.class:?]
  18. at net.minecraft.client.network.NetHandlerPlayClient.func_147247_a(NetHandlerPlayClient.java:1829) ~[cee.class:?]
  19. at net.minecraft.network.play.server.S3EPacketTeams.func_148833_a(SourceFile:113) ~[le.class:?]
  20. at net.minecraft.network.play.server.S3EPacketTeams.func_148833_a(SourceFile:13) ~[le.class:?]
  21. at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[ih.class:?]
  22. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_65]
  23. at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_65]
  24. at net.minecraftforge.fml.common.FMLCommonHandler.callFuture(FMLCommonHandler.java:714) ~[FMLCommonHandler.class:?]
  25. ... 9 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement