Inactive [DEV] SpoutPlugin - Unleash the flow of endless possibilities [1.0-1.3.2]

Discussion in 'Inactive/Unsupported Plugins' started by SpoutDev, Aug 2, 2011.

     
  1. Offline

    SpoutDev

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    In order to centralize support of our legacy projects, we will no longer be providing support on Bukkit. Please use www.spout.org for support with our projects going forward.

    This post has been edited 129 times. It was last edited by SpoutDev Dec 20, 2012.
  2.  
  3. Offline

    lulitsian

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I've been having issues with random and relatively frequent crashes on my server and SpoutPlugin seems to be the culprit. I think it's probably a compatibility issue (Everything seems to be updating at different speeds :X) My bukkit version is 1.2.5 R1.2 and my Spoutplugin version is 1110. If this is the reason I'm having the following issue, then could you please direct me to the latest, working combination of Bukkit and SpoutPlugin? O: (I'm assuming it isn't another plugin, since it seems to be directly related to spoutcraft- so I'm not posting my plugin list unless it's really needed.)


    9:48:08 PM
    CONSOLE:
    [SEVERE] java.lang.OutOfMemoryError: unable to create new native thread
    9:48:08 PM
    CONSOLE:
    [SEVERE] at java.lang.Thread.start0(Native Method)
    9:48:08 PM
    CONSOLE:
    [SEVERE] at java.lang.Thread.start(Thread.java:691)
    9:48:08 PM
    CONSOLE:
    [SEVERE] at org.getspout.spout.PlayerManager.onSpoutcraftEnable(PlayerManager.java:79)
    9:48:08 PM
    CONSOLE:
    [SEVERE] at org.getspout.spout.player.SimpleFileManager.onPlayerJoin(SimpleFileManager.java:92)
    9:48:08 PM
    CONSOLE:
    [SEVERE] at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:112)
    9:48:08 PM
    CONSOLE:
    [SEVERE] at net.minecraft.server.Packet18ArmAnimation.handle(SourceFile:38)
    9:48:08 PM
    CONSOLE:
    [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    9:48:08 PM
    CONSOLE:
    [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    9:48:08 PM
    CONSOLE:
    [SEVERE] at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:169)
    9:48:08 PM
    CONSOLE:
    [SEVERE] at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    9:48:08 PM
    CONSOLE:
    [SEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)
    9:48:08 PM
    CONSOLE:
    [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
    9:48:08 PM
    CONSOLE:
    [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
  4. Offline

    Wulfspider

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    It says you are running out of memory.
  5. Offline

    lulitsian

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    That's weird, because sometimes it happens when there is very low memory usage and only a few players are on. D: I don't know how I overlooked the first message though. I usually quickly skim them :I Thank you, though. I'll see how I can fix it.
  6. Offline

    Wulfspider

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    How much memory are you assiging your server and are you running a lot of plugins and ones that require a lot?
  7. Offline

    MarioG1

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I get this error with the Recommended and the latest dev build on CB1.2.5 R3.0.

    Code:
    2012-05-27 00:54:51 [SEVERE] Could not pass event EntityExplodeEvent to Spout
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
        at net.minecraft.server.EntityEnderDragon.a(EntityEnderDragon.java:489)
        at net.minecraft.server.EntityEnderDragon.e(EntityEnderDragon.java:327)
        at net.minecraft.server.EntityLiving.F_(EntityLiving.java:447)
        at net.minecraft.server.World.entityJoinedWorld(World.java:1262)
        at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:106)
        at net.minecraft.server.World.playerJoinedWorld(World.java:1244)
        at net.minecraft.server.World.tickEntities(World.java:1151)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:558)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.block.CraftBlock cannot be cast to org.getspout.spoutapi.block.SpoutBlock
        at org.getspout.spout.SpoutEntityListener.onEntityExplode(SpoutEntityListener.java:60)
        at sun.reflect.GeneratedMethodAccessor46.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
        ... 12 more
    and this:

    Code:
    2012-05-27 11:29:39 [SEVERE] Could not pass event PlayerInteractEvent to Spout
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:177)
        at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:287)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:636)
        at net.minecraft.server.Packet15Place.handle(SourceFile:39)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:172)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.block.CraftBlock cannot be cast to org.getspout.spoutapi.block.SpoutBlock
        at org.getspout.spout.SpoutPlayerListener.onPlayerInteract(SpoutPlayerListener.java:160)
        at sun.reflect.GeneratedMethodAccessor66.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
        ... 13 more
    Both errors only appear only if someone is in The End.

    And a 3. Bug:
    [IMG]
    Some server-messages are send twice to the client.

    This post has been edited 3 times. It was last edited by MarioG1 May 27, 2012.
  8. Offline

    lulitsian

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I had 2000MB assigned and a rather high amount of plugins. I installed NoLagg and removed a few plugins that weren't really needed, and that seemed to completely fix the problem while seemingly boosting my FPS. o:
  9. Offline

    AlexCityOfFun

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Why when i try to connect it says " This server needs SpoutCraft http://www.spout.org" . What do i need to do ?
  10. Offline

    Wulfspider

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Spoutcraft, just as the message says. :p

    Go to http://get.spout.org and click on the icon for your operating system, then simply run it like you would with Minecraft.

    This post has been edited 1 time. It was last edited by Wulfspider May 29, 2012.
  11. Offline

    shanko

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Wulfspider you are one of the most patient people I've ever seen!

    good job! lol
  12. Offline

    Wulfspider

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    The first and second errors I've never seen before, but I'd have to ask someone else about the reason for them.

    The message duplication is a known issue, but we have yet to determine the cause as it only seems to occur with CraftBukkit versions 1.2.5-R2.0 and above.

    Thanks. :p
  13. Offline

    TheGraner18

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Hey, Where can i find a old SpoutPlugin file? because i need a rec. build of 1.2.5 R.1.0 of this plugin, please i need it
  14. Offline

    Wulfspider

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
  15. Offline

    TheGraner18

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    thank you, that was really fast, ill test a version now, if i have another error ill report it again :) thank you again
  16. Offline

    Wulfspider

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
  17. Offline

    siemaeniu500

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    16:00:01 [WARNING] Failed to handle packet: java.lang.ClassCastException: org.bukkit.craftbukkit.block.CraftBlock cannot be cast to org.getspout.spoutapi.block.SpoutBlock
    java.lang.ClassCastException: org.bukkit.craftbukkit.block.CraftBlock cannot be cast to org.getspout.spoutapi.block.SpoutBlock
    at org.getspout.spout.block.mcblock.CustomBlock.getDamage(CustomBlock.java:263)
    at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:133)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:537)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:129)
    at net.minecraft.server.Packet14BlockDig.handle(SourceFile:43)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:169)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
  18. Offline

    Wulfspider

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    What build of CraftBukkit, Spoutcraft, and SpoutPlugin?

    This post has been edited 1 time. It was last edited by Wulfspider Jun 9, 2012.
  19. Offline

    AndyFox42

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Are the latest (1201+) versions of SpoutPlugin playing nice with custom blocks again? I want to resolve the double text issue but I had to roll back to version 1110 a while back because all my custom blocks were showing up as flint. Thanks!
  20. Offline

    Wulfspider

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Should be, that's the word on street at least!
    AndyFox42 likes this.
  21. Offline

    Windwaker

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME

    ClassCastExceptions are commonly caused by outdated/incompatible versions. What version of Spout and CraftBukkit do you have?

    This post has been edited 1 time. It was last edited by Windwaker Jun 12, 2012.
  22. Offline

    Typical_Name

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    We should probably mention that any custom blocks placed after a certain dev build (I forget which) and before 1212 will revert to non-custom blocks upon updating to 1212... I hope they come out with a better transition for that, but there's no telling :/.


    But at least we can place custom blocks without the game crashing now :D.
  23. Offline

    MarioG1

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I use CraftBukkit R4 and the Spout build 1212

    EDIT:

    I found the problem i use EndReset http://dev.bukkit.org/server-mods/endreset/ to reset my end world every 8 hrs. After the rest of an end world those errors i mentioned in an previous post starts. Without this plugin i get no error.

    This post has been edited 2 times. It was last edited by MarioG1 Jun 12, 2012.
  24. Offline

    Wulfspider

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Dev builds 1166 and above. For users on the previous recommended build or before 1166, they should be fine when updating to 1212.
  25. Offline

    KicksTV

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Need help!!!!!! so i was on my server and got a new plugin then did /reload and now my server kicks me if i dont have spoutcraft...... WHY?

    So i try logging in to my brothers account and he dont get kicked same with the other players on my server....PLZ HELP!!!!!

    Skype: KicksTV
  26. Offline

    Wulfspider

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    The reload command is not supported. Do a proper stop and start.
    See http://spout.in/reload for more info.
  27. Offline

    KicksTV

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    You now any way of fixing the problem?
  28. Offline

    Wulfspider

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Don't use /reload?
  29. Offline

    zolcos

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I noticed a rather worrying problem with spout on my server. I have it installed because logblock requires it for chest logging and I don't require my players to use spout. Normally, everything works fine.
    However, today I tried to test out Orebfuscator on my server by connecting using an x-ray cheat client. After a few seconds, I was kicked with the message "This server requires Spoutcraft! http://unleashtheflow". In my log I see this:

    Code:
    Spout: Failed to authenticate zolcos's Spoutcraft client in 200 server ticks.
    Spout: Kicking zolcos for not running Spoutcraft
    Now, I'm totally cool with auto-kicking people using xray but that is very much the wrong message to show. The fact that it is going down some code path that's ostensibly for enforcing all players use Spoutcraft (when that's not the case) makes me worry that there may be other, more legitimate use cases where Spout does this.

    This post has been edited 1 time. It was last edited by zolcos Jul 8, 2012.
  30. Offline

    Wulfspider

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    That message only shows because you are forcing them to use the Spoutcraft client due to you likely setting the wildcard * node and forcing the spout.plugin.forcespoutcraft node on them. Basically, stop using the wildcard node and setup your permissions properly. We do not have it force Spoutcraft by default. So it's just your setup.

    This post has been edited 1 time. It was last edited by Wulfspider Jul 8, 2012.
  31. Offline

    MarioG1

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I know now what exactly cause this errors. They appear if parts of (or the whole) world are regenerated by an plugin. EndReset and the //regen command from world edit cause this error if someone try to break an block in the regenerated regions. After a server Restart you can break blocks without problems. Its annoying if you get kicked with Internal Server Error if you try to destroy an block in regenerated areas. If you try to place an block everything works fine.

    Spout Version: 1244
    Craft Bukkit : 1.2.5 R4
    World edit: 5.3
    EndReset: 1.1

    Its very easy to reproduce the error.

    EDIT:

    I found another bug in 1244. Every pickax is enchanted with no enchantment (only visual effect) after you craft it.

    This post has been edited 2 times. It was last edited by MarioG1 Jul 12, 2012.
  32. Offline

    Wulfspider

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    That was already fixed in dev builds of SpoutPlugin.

Share This Page