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

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

Thread Status:
Not open for further replies.
  1. Offline

    SpoutDev

    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.
     
  2. Offline

    Wulfspider

    Yup, you shouldn't use it in general, not just because of SpoutPlugin. It's causes more issues than it's worth, so just take the time and do a proper stop and start. ;)
     
  3. Offline

    Wiinick

    but why, it shouldnt do that, at all, why cant it be fixed. Thats the 1 and only reason i dont use it.
     
  4. Offline

    Wulfspider

    Complain to CraftBukkit, not us. The /reload feature is flawed and bad. If they ever implement a better method, then that may change. See http://spout.in/reload for more details.
     
    Liger_XT5 likes this.
  5. Offline

    Wiinick

    Craftbukkit i hate you!! Well its a love hate relationship. And i wasnt complaining, i was...ya i was complaining. And if you dont mind, 1 more question, hows the work on the spouts server.
     
  6. Offline

    Wulfspider

    Work on the server is progressing. There are a few test servers running it and are updated automatically with each new build. There are still some things left to implement with both the server and Vanilla, but hopefully we'll have an alpha release soon. :)
     
  7. Offline

    Ginja

    On the Spout download site, why isn't there just a link at the top for the "Latest Recommended", why only one for the "Latest Development: #1187". Wouldn't it make sense to have one for each? How is one meant to find the latest recommended one - the list only goes so far down.
     
  8. Offline

    Wulfspider

    We recently moved servers, and the download list currently pulls from that. You can always find the latest recommended build of SpoutPlugin on our dev.bukkit.org page. We'll have a better download page up sometime.
     
  9. Offline

    shanko

    How do I disable the auto-sprint cheat on spoutcraft on my spout server? Players seem to think its okay because I am running Spout when it is incredibly unfair on a PVP Server
     
  10. Offline

    Wulfspider

    It's an open issue. http://issues.spout.org/browse/SPOUTPLUGIN-55
     
  11. Offline

    marcusant

    If I am not using any special functions of Spout, does it speed up the server and lessen the load or cause more load?
     
  12. Offline

    Wulfspider

    It used to have a chunk caching feature which would reduce the bandwidth requirements, but that feature has been broken since the 1.2 updates of Minecraft.
     
  13. Offline

    pgeske

    A bit of a nooby question here.. could someone actually explain to me simply what Spoutcraft+Spoutplugin are? Here is what I think I understand: spoutplugin allows a server to manipulate its users' UI's, which allows you to create, say, new blocks or textures, custom GUI's, custom music, etc... for your server. And, for anyone to reap the benefits of Spoutplugin on your server (and plugins that utilize spout), they have to use the Spoutcraft launcher. is that about right? also, what and where are the best plugins to use with spout? i've already tried spoutessentials (i've messed around with playing some converted .ogg music files in certain worldguard regions, created custom pop-up messages, etc...), but are there other popular ones? It's just a bit odd, because i know spout is an extremely popular plugin, and there are plenty of videos on youtube about how to install the plugin itself, but it seems like the people making those videos just focus on the fps/greater graphics customization of the spoutcraft client and don't actually understand the true purpose of spout. it just seems like the community for spoutplugin is very dispersed. any clarity would be greatly appreciated :)
     
  14. Offline

    Wulfspider

    You got most of it right. All of the Spoutcraft and SpoutPlugin projects are not being actively developed anymore though, only maintained. We've shifted our focus to our standalone Spout server and universal client/server API. You can search the forums here and on our forums at www.spout.org for plugins that use SpoutPlugin. There are quite a few that create custom blocks and items, custom GUIs, set capes and skins, take screenshots of the client screen, force texture packs, etc.
     
  15. Offline

    pgeske

    Ah, I see. Thanks for the help! So, does that mean that you guys are now focusing on making Spout a replacement (or alternative) to Bukkit instead of just a plugin for Bukkit?
     
  16. Offline

    Wulfspider

    As an alternative yes, but can be used for much more than just a Minecraft server.
     
  17. Offline

    lulitsian

    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.)

    Error (open)

    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)
     
  18. Offline

    Wulfspider

    It says you are running out of memory.
     
  19. Offline

    lulitsian

    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.
     
  20. Offline

    Wulfspider

    How much memory are you assiging your server and are you running a lot of plugins and ones that require a lot?
     
  21. Offline

    MarioG1

    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.
     
  22. Offline

    lulitsian

    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:
     
  23. Offline

    AlexCityOfFun

    Why when i try to connect it says " This server needs SpoutCraft http://www.spout.org" . What do i need to do ?
     
  24. Offline

    Wulfspider

    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.
     
  25. Offline

    shanko

    Wulfspider you are one of the most patient people I've ever seen!

    good job! lol
     
  26. Offline

    Wulfspider

    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
     
  27. Offline

    TheGraner18

    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
     
  28. Offline

    Wulfspider

  29. Offline

    TheGraner18

    thank you, that was really fast, ill test a version now, if i have another error ill report it again :) thank you again
     
  30. Offline

    Wulfspider

  31. Offline

    siemaeniu500

    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)
     
Thread Status:
Not open for further replies.

Share This Page