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

    desht

    Some more observations:
    • Connecting to an online server, I get "Failed to log in: Bad login" in the client window. No message on the client's CLI, and the only server message is as above.
    • Connecting to an offline server, it works, and client and server are both reporting v101/1.0.1. But after a while (and I can't work out what triggers it), the "Unlicensed copy :(" message appears on the client's top left corner, even though I'm definitely using my registered account.
     
  3. Offline

    alta189

    Does the server have Spout?
     
  4. Offline

    Marco van Dijk

    I got 1 question remaining:
    Is it really worth it to use this launcher in favor of the original one?
    Because i'm assuming it isn't able to mod this launcher, and i really love to use zombes modpack and toomanyitems for the bigger projects like pixel art, a screen which displays numbers etc.
     
  5. Offline

    alta189

    When did you download the launcher?

    Spout breaks both of them. However in a few weeks we will have a system where people can port over mods

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

    Marco van Dijk

    Wow thats a quick reply, and thanks for the info.
     
  7. If you just want to keep on using showcase while this is in DEV just navigate to your plugins folder and into the NarrowtuxLib folder open the "narrowtuxlib.cfg" and set "installspout" to "false"!
     
  8. Offline

    Xaymar

    Is there any fix going to happen regarding clients not hearing sounds that start in the first 10 seconds after joining?
     
  9. Offline

    alta189

    What issue?
     
  10. Offline

    Xaymar

    They don't play and sometimes the client will crash because the network stream just closed. I'm experiencing that with my SlotManager plugin :/
     
  11. Offline

    ledhead900

    Oh dear lord why did it have to be called Spout the word that roll's right of the tongue when thinking about this is Sprout :p
     
  12. Offline

    Cenarius

    Name of project: Spout, hell it updated it self from BC and it damn blow my server :eek:
    please help me :p
    Nature of bug: Bad packet, it kicks the player -.-

    Code:
    17:32:02 [INFO] [Spout] Successfully authenticated Cenarius's Spoutcraft client.
     Running client version: 17
    17:32:02 [SEVERE] Player: Cenarius was not properly updated during login!
    17:32:02 [SEVERE] Player: Cenarius was not properly updated during login!
    17:32:02 [SEVERE] Player: Cenarius was not properly updated during login!
    17:32:03 [SEVERE] Player: Cenarius was not properly updated during login!
    17:32:03 [SEVERE] Player: Cenarius was not properly updated during login!
    17:32:03 [SEVERE] Player: Cenarius was not properly updated during login!
    17:32:03 [SEVERE] Player: Cenarius was not properly updated during login!
    17:32:03 [SEVERE] Player: Cenarius was not properly updated during login!
    17:32:04 [SEVERE] Player: Cenarius was not properly updated during login!
    17:32:04 [SEVERE] Player: Cenarius was not properly updated during login!
    17:32:04 [SEVERE] Player: Cenarius was not properly updated during login!
    17:32:04 [SEVERE] Player: Cenarius was not properly updated during login!
    17:32:04 [SEVERE] Player: Cenarius was not properly updated during login!
    17:32:04 [SEVERE] Player: Cenarius was not properly updated during login!
    17:32:05 [SEVERE] Player: Cenarius was not properly updated during login!
    17:32:05 [SEVERE] Player: Cenarius was not properly updated during login!
    17:32:05 [SEVERE] Player: Cenarius was not properly updated during login!
    17:32:05 [SEVERE] Player: Cenarius was not properly updated during login!
    17:32:06 [SEVERE] Player: Cenarius was not properly updated during login!
    17:32:06 [SEVERE] Player: Cenarius was not properly updated during login!
    17:32:07 [SEVERE] Player: Cenarius was not properly updated during login!
    17:32:07 [SEVERE] Player: Cenarius was not properly updated during login!
    17:32:07 [SEVERE] Player: Cenarius was not properly updated during login!
    17:32:11 [SEVERE] Player: Cenarius was not properly updated during login!
    17:32:11 [SEVERE] Player: Cenarius was not properly updated during login!
    17:32:12 [SEVERE] java.io.IOException: Bad packet id 28
    17:32:12 [SEVERE]       at net.minecraft.server.Packet.a(Packet.java:73)
    17:32:12 [SEVERE]       at net.minecraft.server.NetworkManager.g(NetworkManager.
    java:149)
    17:32:12 [SEVERE]       at net.minecraft.server.NetworkManager.c(NetworkManager.
    java:259)
    17:32:12 [SEVERE]       at net.minecraft.server.NetworkReaderThread.run(SourceFi
    le:84)
    17:32:12 [INFO] Cenarius lost connection: disconnect.genericReason
    17:32:12 [INFO] [Heroes] Saved hero: Cenarius
    >
    sometimes the packet has a different ID
    for example, this is what happens when i try again :
    Code:
    17:39:13 [INFO] [Spout] Successfully authenticated Cenarius's Spoutcraft client.
     Running client version: 17
    17:39:13 [SEVERE] Player: Cenarius was not properly updated during login!
    17:39:14 [SEVERE] java.io.IOException: Bad packet id 64
    17:39:14 [SEVERE]       at net.minecraft.server.Packet.a(Packet.java:73)
    17:39:14 [SEVERE]       at net.minecraft.server.NetworkManager.g(NetworkManager.
    java:149)
    17:39:14 [SEVERE]       at net.minecraft.server.NetworkManager.c(NetworkManager.
    java:259)
    17:39:14 [SEVERE]       at net.minecraft.server.NetworkReaderThread.run(SourceFi
    le:84)
    17:39:14 [INFO] Cenarius lost connection: disconnect.genericReason
    17:39:14 [INFO] [Heroes] Saved hero: Cenarius
    >
     
  13. Offline

    Xaymar

    You are running BukkitContrib plugins with Spout and probably BukkitContrib aswell.
    Edit: Also your Client version is 17(BukkitContrib SP) not 101(Spout)
     
  14. Offline

    alta189

    I need more info, any stacktraces? What versions? CB Version?

    It didn't update itself, one of your plugins updated it.

    Spout fills the void in the Bukkit

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  15. OKAY! Let Me get this straight....

    We use bukkitcontrib on our server for music and customizable clothing etc... I wake up to find my server is in a SEVERE mess. Ive since deleted bukkitcontrib and this new SPOUT stuff... all fine.

    So.... WHAT DO I NEED?
    bukkitcontrib or spout? or both? both conflicts.....
     
  16. Offline

    rslink

    Spout is the new version, you will need to update or stay on a outdated version untill your plugins update. You can not run both at the same time.
     
  17. Offline

    alta189

    Spout is the new version of bukkitcontrib

    Ninja'ed :p

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  18. i might be ninja'd and all well but... still dont get it...

    if bukkitcontrib had downloaded this spout only today... can i turn off plugin downloads? so i can just continue as normal from yesterday?

    i like the idea of this spout stuff but only when it works :p
     
  19. Offline

    Xaymar

    Server: 101, Client: 101
    CB Version: 1048
    After I restarted the server again, the client stopped crashing, but still no sound playing :( . (No stacktraces though)
     
  20. Offline

    alta189

    It works you just can't have both

    Sound? What plugin plays sound?

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

    NinjaGrinch

    Is it not possible to use client mods with this such as OptiFine (previously known as OptiFog)?
     
    ZNickq likes this.
  22. okay, and what do i do about everything else it has broken?

    the entire servers jobs / showcase.... all destroyed...

    i hope u can understand my frustration as a lead admin for a pretty busy server.
     
  23. Offline

    dark_hunter

    Remember Developer's PM me your plugins so I can update it to the wiki.
     
  24. Offline

    Xaymar

    My plugin:
    Code:
    SpoutManager.getSoundManager().playGlobalCustomSoundEffect(plugin, soundURL, false);
    That code is delayed 3 seconds, for the slow loading people. Everyone can hear it but the person joining.
     
  25. Offline

    alta189

    Its build in

    Submit a bug report on github

    idk But DO NOT MOD .spoutcraft You will break things

    you cannot run BukkitContrib and Spout

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  26. Offline

    Dmf271

    Hey, I've recently download Spoutcraft.jar, It's works... ok.
    The only problem is that it's only allocated 63MB of RAM, and as you can guess, this is nowhere near enough.
    My Minecraft.exe uses 1GB.
    I've tried using this to allocate more memory:
    javaw -Xmx2048m -Xms1024m -jar "C:\Users\Daniel\Desktop\Spoutcraft.jar"
    but it's a bit messy and doesn't work(it was intended for minecraft.exe), and tips?
     
  27. Offline

    Chuckster

    Does anyone know why i keep getting spammed with [SEVERE] Player: cookiemonster73 was not properly updated during login!
     
  28. Offline

    NinjaGrinch

    Which version is built in as there are three versions, I particularly want the multi-threaded version (the non-light one).
     
  29. Offline

    Chuckster

    in addition this sometimes happens too
    Code:
    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)
    
     
  30. Offline

    rslink

    It has more then 63mb of ram that is just the launcher. (i think)

    @Chuckster You have both BukkitContrib and Spout installed, it's one or other both can't run at the same time. If you did delete BukkitContrib delete any plugins that use it, because they will auto download it.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 10, 2018
  31. Offline

    alta189

    Hmmm... Ill look into it
     
  32. Offline

    Chuckster

    Thanks dudes
     
Thread Status:
Not open for further replies.

Share This Page