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

    alta189

    Spout is incompatible with Itemcraft
     
  3. Offline

    philboy11

    So no mobdisguise (or any spout plugin for me?)
     
  4. Offline

    Boon Pek

    Sadly so :p
     
  5. Offline

    CTUCK312

    The administrator of the server I use gets this error upon me joining. He doesn't have Spout installed on the server yet, though, I assumed I could still join using this client? But he does have BukkitContrib installed, could that be interfering?
    Code:
    [WARNING] CTUCK312 tried to set an invalid carried item
    [SEVERE] java.io.IOException: Received string length longer than maximum allowed (4382 > 119)
    [SEVERE] at net.minecraft.server.Packet.a(Packet.java:134)
    [SEVERE] at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:25)
    [SEVERE] at net.minecraft.server.Packet.a(Packet.java:81)
    [SEVERE] at net.minecraft.server.NetworkManager.g(NetworkManager.java:149)
    [SEVERE] at net.minecraft.server.NetworkManager.c(NetworkManager.java:259)
    [SEVERE] at net.minecraft.server.NetworkReaderThread.run(SourceFile:84)
    [WARNING] CTUCK312 tried to set an invalid carried item
    [INFO] CTUCK312 lost connection: disconnect.genericReason
     
  6. Offline

    cholo71796

    Exactly. Just like BukkitContrib, the client mod isn't needed for everything.
     
  7. Offline

    Scandragon

    After waiting 5 minutes in the frozen client after pressing login, it finally reached the menu (telling me it couldn't connect to minecraft.net) just as I was about to kill the java process..
    Then 5-10 seconds after joining a server, I get a BSOD..
    The switch from bc to spout won't be possible, if it means players will get these problems.

    And no, I can't give you any error logs, none are generated
     
  8. Offline

    alta189

    Ummm.... what OS?

    Yes

    Eventually Spout will have a better Custom blocks/times/mobs system than ItemCraft. ItemCraft is poorly written and the API terrible

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  9. Offline

    CTUCK312

    It would be great if we could maximize the launchers home screen. Great job by the way, this will totally change minecraft servers for the good. Time to checkout the api. ;)
     
  10. Offline

    Me4502

    can you please make this also just a client mod instead of an entire laucher. And, when would you say adding blocks will be released, estimately
     
    fugos likes this.
  11. Offline

    Kinkajou

    I might get my server updated on this after MCBeta 1.8 comes out. Few reasons why:

    Some bugs seem to need to be ironed out.
    Only one of my plugins currently uses Spout, hopefully by then more of my plugins will be Spoutable, or I'll have Spouty replacements.
    I'm reseting my world when we move to 1.8 land, less stuff to potentially mess up if we start fresh.
    My users are currently wary to the prospect of needing a separate client for special features on my server.
     
  12. Offline

    alta189

    No and release dates are in the first post

    The source code is on github, we do nothing with passwords except authenticate them with minecraft.net

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

    Me4502

    is it possible to installa any mods onto your custom client?
     
  14. Offline

    Kinkajou

    That's not the problem, it's more of losing their ability to use Zombe's Mod Pack on their SSP games without switching clients around.

    I'm keeping an eye on this thread as the plugin has potential.
     
  15. Offline

    Darkaegis

    It's not really terrible. Stock Minecraft is stored completely independently from spout, which downloads a full copy of the game automatically (in /.spout/bin in your appdata directory if you're on Windows) and applies the patch (as far as I can tell). Playing with single player mods is as easy as opening a shortcut to your "stock minecraft" instead of the shortcut to the spout launcher.

    Someone correct me if I'm totally wrong about this - I don't play single player enough to really know and am just assuming, haha.
     
  16. Offline

    Asanay

    waiting... BukkitContribEssentials :'(
     
  17. Offline

    alta189

    Do Not mod it... It's a recipe for disaster

    Don't post that here

    Spout is a server plugin/client. Use the regular client for anything else.

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

    Me4502

    i just cant live without connected texture mod...
     
  19. Offline

    Asanay

    ок..
    just in case =)
     
  20. Offline

    alta189

    What is that
     
  21. Offline

    Raycrash

    Is this the same as bukkitcontrib or did I miss something ?
     
  22. Offline

    alta189

    This is the new version of BukkitContrib
     
  23. Offline

    Deathfromace

    Edit: confirmed issue was not this. Thank you
     

    Attached Files:

  24. Offline

    alta189

    That is his issue, not ours.
     
  25. Offline

    Me4502

  26. Offline

    alta189

  27. Offline

    Me4502

    is that in the timeline... if not when will that be happening? thanks

    edit:

    also, if i can get you permission, would you add that mod to this?
     
  28. a few hours ago it automaticly downloaded spout and then problems began, the console gets spamed with:

    Code:
    08:19:43 [SEVERE] Could not pass event PLAYER_INTERACT to BukkitContrib
    java.lang.ClassCastException: org.getspout.spout.SpoutNetServerHandler cannot be cast to org.bukkitcontrib.ContribNetServerHandler
            at org.bukkitcontrib.player.ContribCraftPlayer.getNetServerHandler(ContribCraftPlayer.java:494)
            at org.bukkitcontrib.ContribPlayerListener.onPlayerInteract(ContribPlayerListener.java:69)
            at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.java:307)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:168)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:210)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:553)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    08:19:43 [SEVERE] Player: noctem9 was not properly updated during login!
    I wanted to stay with BukkitContrib until all plugins are updated -.-
    Thank you anyway for this epic plugin.
     
  29. Offline

    excalibr23

    There a fix for this yet? My server is constantly getting spammed with it and it's causing lag.

    I'm also getting spammed with
     
  30. Offline

    Deathfromace

    Thats the exact same issue I had before I updated to 1.0.1 of spout.
     
  31. Offline

    Me4502

    so am i, and when i try to move with the spoutcraft client it kicks me for end of stream

    edit:

    also, will too many items work?
     
Thread Status:
Not open for further replies.

Share This Page