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

    lipe123

    Tried the client to my server and I just get "connection lost" "End of stream" as soon as I move or press any mapped key like inventory/chat etc.

    SErver log just sais:

    2011-08-04 00:57:49 [SEVERE] Could not pass event PLAYER_MOVE to Spout
    java.lang.ClassCastException: org.bukkitcontrib.ContribNetServerHandler cannot be cast to org.getspout.spout.SpoutNetServerHandler
    at org.getspout.spout.player.SpoutCraftPlayer.getNetServerHandler(SpoutCraftPlayer.java:504)
    ...
     
  3. Offline

    Kalais

    Do we install our mods normally in the .spoutcraft/bin/minecraft.jar or will the mods be ported into a plugin of some sort?
     
  4. Offline

    NeatMonster

    So, can you make it compatible with ModLoaderMP for CraftBukkit? :p
     
  5. Offline

    lipe123

    Well turns out the old bukkitcontrib is like a bloody virus, I stop the server and delete the jar and folder. Start the server and I get: (how bloody f-ing nice of it not to say WHAT plugin is causing the download)
    2011-08-04 01:28:33 [INFO] Downloading BukkitContrib.jar (153kb) ...
    2011-08-04 01:28:34 [INFO] + Download complete
    2011-08-04 01:28:34 [INFO] Updated successful
    2011-08-04 01:28:34 [INFO] 40%
    2011-08-04 01:28:35 [INFO] Download finished
    2011-08-04 01:28:35 [INFO] BukkitContrib 0.1.7 has been initialized

    I think its mcmmo's doing but the auth said he fixed the auto downloading in ver .49 and I just installed ver .50 thats supposed to work with spout.

    Help please?!

    Oh now that I think of it Logblock uses bukkitcontrib for chestaccess logging , could that be the reason?

    Here's my full server startup log, hopefully this will help to pinpoint the one thats downloading bukkitcontrib auto. http://pastebin.com/d4R4pRbQ
     
  6. Offline

    Redyugi

    Bother to read the page at all??
     
  7. Offline

    eXorious

    I noticed an issue whilst using spout that started a few days ago. The following error would occur many times in the fraction of a second.

    Code:
    2011-08-04 00:08:24 [SEVERE] Could not pass event PLAYER_MOVE to Spout
    java.lang.ClassCastException: org.bukkitcontrib.ContribNetServerHandler cannot be cast to org.getspout.spout.SpoutNetServerHandler
        at org.getspout.spout.player.SpoutCraftPlayer.getNetServerHandler(SpoutCraftPlayer.java:504)
        at org.getspout.spout.SpoutPlayerListener.onPlayerMove(SpoutPlayerListener.java:134)
        at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:164)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        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)
    With some experimenting I then found a strange second error in which only a 16x16 block of land would appear in game whilst the only plugin I had in my plugins folder was the Spout.jar. See Image.

    [​IMG]

    This doesn't throw up any errors in the console, how ever I found out it only occurs when I am running a modified version of craftbukkit to use the following anti x-ray plugin http://forums.bukkit.org/threads/se...out-version-added-anti-x-ray-xray-1000.26043/
     
  8. Offline

    Asanay

    hahaha
    Spout Version
    MD5: c687496d194803a926654c98ede68e12
    SHA-256: 61bae25ed8eb7af27e514da17acd087489cd9cda746b1a032d6dab5ed5189043
    Permanent Link To Latest Version
    Mirrors

    do not touch the server .. not lodge in the files
     
  9. Offline

    excalibr23

    Is this blowing up anyone elses server? I mean how is this not fixed yet its been days? It seriously is killing my server with constant errors...
    I mean look at the time stamps. It's seriously constant. WTF!?
     
  10. Offline

    fishncrabs



    I'm having exactly the same issue. It occurs when someone moves, and I've tried completely wiping the plugin but that won't even work. Is there any way we can help with this bug?
     
  11. Offline

    jessenic

    You can't use BukkitContrib and Spout at the same time, delete one and your problems are gone.

    And LogBlock autodownloads BukkitContrib for example if you have chest logging enabled.
     
  12. Offline

    enenra

    Please enlighten me on this:

    Minecraft is getting a large update with 1.8 . Modding API (whatever form it might have in the end) and more importantly, merging of SSP and SMP code. (That is still the plan, right?)
    Isn't there a large chance that parts of this plugin might become obsolete / might not work anymore pretty soon? I mean, the latter is the case with many updates but 1.8 seems like quite a large change. :s
     
  13. Offline

    desht

    OK, it seems to only happen on Linux. Spoutcraft 1.0.1 client on Linux cannot connect to a server in online mode, it seems, but Spoutcraft 1.0.1 client on Windows has no such problem.

    The server for both my tests is a Linux server, Spout plugin v1.0.1 installed.

    Not sure where to go with this from here since Minecraft auth/login process is not my strong point :) But if there's any more info I can supply, I'll be glad to help.
     
  14. Offline

    yottabyte

    I still don't get why you don't add a FAQ. I keep seeing the same questions all the time in this threads.

    You can't have bukkitcontrib and spout on the same server.
    ore to client obfuscation will break spout, wait for it to get updated.
    bukkitcontrib is NOT downloading spout. One if your installed plugins are. Either only have plugins that use bukkitcontrib or only plugins that use spout.
    You cannot install client plugins on the spout client yet. They will break it.
    Itemcraft doesn't work with spout. Pick either plugin, don't use both.

    Thank you, good day sir!
     
    cholo71796 likes this.
  15. Offline

    gbear605

    Modding API means that the source code will be available, and not nessasarily in 1.8. There will be no merging of ssp and smp code (no idea where you heard that) And bukkit will still be around.

    There is a way, appearancemanager.setglobaltitle(); is the code for it, don't know if a plugin has it yet.

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

    Marcos Cosmos

    Will this apply before connection to server? So that I can for example have it as part of a spout config file so that even though I legitimately log into MC, the name I and others use for in-game commands is the one I want? Or allow that to apply to in-game commands in another way? o.o
     
  17. Offline

    enenra

    This newspost: http://bukkit.org/threads/a-meeting-with-mojang-specifications.1292/
    Quite a while ago, but I'm pretty sure I understood that correctly: If SSP runs through a local server it's essentially SMP code in SSP.
     
  18. Offline

    gbear605

    What that means is, if you host a local server, it will run SMP code and you would connect to it like SMP, it's no different.

    And
    I'm not sure how it would apply to ingame commends, as I haven't tested, though it could be made to do it as soon as you log in, based on a config file.
     
  19. Offline

    enenra

    That's already the case. I don't think that's what the newspost is implying. Anyway, I guess this is getting a little off topic. ^^
     
  20. Offline

    Cenarius

    Thanks :)
     
  21. Offline

    alta189

    You can't have bukkitcontrib and spout

    Why are you posting that here

    You can't have bukkitcontrib and spout

    Very weird I use the exact same login script as Notch does

    LOL, the "Modding API" just just deobsfucated code, plus this unlocks things that notch would never add such as capes

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

    NeatMonster

    Yep, just trolling a little bit because I know he hates ModLoader.
     
  23. Offline

    fugue2005

    i have spout 1.0.1, i have no other spout related plugins.

    when users log in only the chunk they are standing in gets loaded, and then they get a read time out.
    this only happens when i have spout installed.

    as a test, i put bukkitcontrib 0.1.5 back on the server and this isn't happening.
     
  24. Offline

    alta189

    LOL. Look at that date. January. Where is half that stuff. Talking is one thing, doing is another. We are the ones that are doing.

    Have you ever heard of Player Editor

    I really don't think trolling is a good idea

    Need more than a simple "It doesn't work"

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

    jujustick1

    Feature request

    Could you add high def texturepack support so you can chose your texturepack for single player
     
  26. Offline

    Cenarius

    no client mod -.- ?
     
  27. Offline

    alta189

    There is a Launcher for the client mod. It creates a separate minecraft installation with the client mod installed

    There already is. HD Patcher was built in

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

    fugue2005

    @alta189 that's all i have, no errors, no crash, no nothing.

    just simply
    spout installed = only one chunk loads and then read timeout.
    spout not installed = server runs normally.

    if there were a better way for me to debug it i would.
     
  29. Offline

    Marcos Cosmos

    Good point, I'm going to bed in any case. Night!
     
  30. Offline

    alta189

    Any other mods or do you have that Ore Obfuscation plugin?
     
  31. Offline

    jujustick1

    where do i install the packs then because the texturepack folder doesnt work as far as i know
     
Thread Status:
Not open for further replies.

Share This Page