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

    Could you post a the full error via www.pastie.org?

    There aren't a lot of tutorials right now. If you've made Bukkit plugins in the past, then it shouldn't be hard implementing our SpoutPluginAPI into one of them.

    We have Javadocs available on http://jd.spout.org/plugin/latest.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 13, 2016
  3. Offline

    king_nothing_

  4. Offline

    Windwaker

  5. Offline

    king_nothing_

    I upgraded to try to fix the problem. RB, dev build...it makes no difference.
     
  6. Offline

    Epics

    I'm getting tons of "connection reset" with spout enabled. Without spout, the server runs flawlessly. None of my plugins use Spout as a necessity.
     
  7. Offline

    Wulfspider

    Those are likely users who are checking its status, not actually users connecting.
     
  8. Offline

    king_nothing_

    Any ideas for my problem above?
     
  9. Offline

    Epics

    Nope, cause it kicks off everyone on the server and the server hangs for about 20s.
     
  10. Offline

    Wulfspider

    What build of CraftBukkit and SpoutPlugin are you using? You are using the Spoutcraft client too?

    We're looking into it.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 13, 2016
  11. Offline

    kamild1996

    Much functions but incompatible with a big part of plugins...
     
  12. Offline

    Wulfspider

    Like what? We haven't heard any issues unless a plugin is messing with the same CraftBukkit base classes that we are.
     
  13. Offline

    Epics

    Why can't we place trapdoors on glowstone in Spout? Kind of odd that this plugin doesn't let you do this.
     
  14. Offline

    Windwaker

    Hm, that's a bug from a while back I believe, I'm surprised it hasn't been fixed since. What version of SpoutPlugin do you have?
     
  15. Offline

    Epics

    Build 737, sir.
     
  16. Offline

    kamild1996

    Really? I see a big amount of comments which shows that Spout is hardly ever working with other plugins.
     
  17. Offline

    Windwaker

    That's usually due to user error, using a development build, or lack of knowledge on the subject. I'll admit that Spout is prone to these mistake though :/
     
  18. Offline

    flea1777

    An error i found using 1.1 R4
    Code:
    16:36:42 [INFO] [Spout] Loading Spout v721.
    16:36:42 [SEVERE] java.lang.reflect.InvocationTargetException
    16:36:42 [SEVERE]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M
    ethod)
    16:36:42 [SEVERE]      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown S
    ource)
    16:36:42 [SEVERE]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unkno
    wn Source)
    16:36:42 [SEVERE]      at java.lang.reflect.Method.invoke(Unknown Source)
    16:36:42 [SEVERE]      at org.getspout.spout.packet.CustomPacket.addClassMappin
    g(CustomPacket.java:140)
    16:36:42 [SEVERE]      at org.getspout.spout.Spout.onEnable(Spout.java:250)
    16:36:42 [SEVERE]      at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlug
    in.java:230)
    16:36:42 [SEVERE]      at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(
    JavaPluginLoader.java:1057)
    16:36:42 [SEVERE]      at org.bukkit.plugin.SimplePluginManager.enablePlugin(Si
    mplePluginManager.java:380)
    16:36:42 [SEVERE]      at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftSe
    rver.java:199)
    16:36:42 [SEVERE]      at org.bukkit.craftbukkit.CraftServer.enablePlugins(Craf
    tServer.java:182)
    16:36:42 [SEVERE]      at org.bukkit.craftbukkit.CraftServer.reload(CraftServer
    .java:470)
    16:36:42 [SEVERE]      at com.earth2me.essentials.commands.Commandreloadall.run
    (Commandreloadall.java:18)
    16:36:42 [SEVERE]      at com.earth2me.essentials.commands.EssentialsCommand.ru
    n(EssentialsCommand.java:96)
    16:36:42 [SEVERE]      at com.earth2me.essentials.Essentials.onCommandEssential
    s(Essentials.java:445)
    16:36:42 [SEVERE]      at com.earth2me.essentials.Essentials.onCommand(Essentia
    ls.java:359)
    16:36:42 [SEVERE]      at org.bukkit.command.PluginCommand.execute(PluginComman
    d.java:40)
    16:36:42 [SEVERE]      at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCo
    mmandMap.java:168)
    16:36:42 [SEVERE]      at org.bukkit.craftbukkit.CraftServer.dispatchCommand(Cr
    aftServer.java:402)
    16:36:42 [SEVERE]      at org.bukkit.craftbukkit.CraftServer.dispatchCommand(Cr
    aftServer.java:398)
    16:36:42 [SEVERE]      at net.minecraft.server.MinecraftServer.b(MinecraftServe
    r.java:574)
    16:36:42 [SEVERE]      at net.minecraft.server.MinecraftServer.w(MinecraftServe
    r.java:551)
    16:36:42 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:435)
    16:36:42 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:465)
    16:36:42 [SEVERE] Caused by: java.lang.IllegalArgumentException: Duplicate packe
    t id:195
    16:36:42 [SEVERE]      at net.minecraft.server.Packet.a(Packet.java:25)
    16:36:42 [SEVERE]      ... 24 more
     
  19. Offline

    ACStache

    I notice you're using 721, have you tried 737 (the current RB of spout)? does it get the same result?
     
  20. Offline

    Wulfspider

    You used the reload command, which is not really supported. See http://spout.in/reload.
    Do a proper stop and start of your server.
     
  21. Offline

    Epics

     
  22. Offline

    flea1777

    Shouldnt matter either way, the updated version fixed this, i hadn't relised i needed to update
     
  23. Offline

    Revan8311

    When I install spout it won't let me login to my server.
     
  24. Offline

    RGadelha

    Please, you need to give more info:
    If it's Spout server -> Spout build # / Vanilla build # / Spoutcraft build #
    If it's Craftbukkit server -> Craftbukkit build # / Spoutplugin build # / Spoutcraft build #
     
  25. Offline

    Wulfspider

    Nobody should be using Spout server and Vanilla right now anyways. ;)
     
    RGadelha likes this.
  26. Offline

    RGadelha

    I'm using it and I can login to my test server but I'm not bothering the devs about anything else because I know Spout does nothing right now :D

    You know, if we can download it we're gonna use it :p
     
  27. Offline

    Wulfspider

    We're looking into it.
     
  28. Offline

    Epics

    Thanks.
     
  29. Offline

    Untar1

    Could you please make a plugin that will add clay soldiers or smth like them. Because i have been using Koda's Clay soldier mod in single player, but it would be very fun to have it on server
     
  30. Offline

    Windwaker

    Custom entities are not possible with SpoutPlugin for Bukkit. Once the Spout server implmentation is functional, support for custom entities will (and is) be added.
     
  31. Offline

    MagikarpLOL123

    When I launch spoutcraft I can login but when after that a new window comes up and just makes a white screen and does nothing
     
Thread Status:
Not open for further replies.

Share This Page