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

    powback

    replace username with your username, and password with your password.
     
  3. Offline

    D_Steve595

    Has anyone had any luck getting the Zeppelin mod to work?
     
  4. Offline

    theblackveil

    The thing is, I can run SpoutCraft via the Launcher (in its own folder) and I'm using mcMMO with it, so I should be getting the achievement pop-ups.

    But I'm not. Period.

    I have Spout.jar in the plug-ins folder for my server, where all my other plug-ins are, it's created the folder it needs, I'm running the launcher separately... everything "runs" fine, but there's none of the added shazam I was promised. I am sad.
     
  5. Offline

    SpoutDev

    I'm noticing 2 issues.

    1.) == does not work for string comparison. You need to use .equals(...)

    2.) When you change the text or any setting on a widget after it's creation, you need to use widget.setDirty(true), to tell the server to update the widget on the client.

    It's likely failing to authenticate. Check your console logs.

    NO.

    It renders an item or a block to the screen. Create it, then use player.getMainScreen().attachWidget(...)

    Talk to the author of the Ore Obfuscater plugin.

    That looks like an issue with bukkit - I see no mention of Spout in the logs.

    Likely another plugin you have is causing issues. Can you list the plugins on your server?

    This will never happen. If you are waiting for this, you will be waiting a long time. Sorry.

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

    Cosmic Break

    well i know that... bad login regardless...
    im on win7 x64
     
  7. Offline

    shadydeath999

    @SpoutDev my friend keeps getting exception error : internal exception: java.io.IOException: received string length longer than maximum allowed (2816 > 16) and he doesnt use devuild
     
  8. Offline

    NinjaGrinch

    The only time I receive the error is when I try to connect to my server (with spout) via Spoutcraft Launcher (haven't tested the normal client). So it at least has to have some connection. :( I can connect just fine to my server when Spout isn't in it (with Spoutcraft Launcher).

    EDIT: The problem was apparently I was not using a recommended build of Bukkit (was using 1042) though I find it strange that things worked fine yesterday and today things just broke. :(
     
  9. Offline

    EMOberger

    Would love to use this, but until someone makes a new achievement plugin or he updates his to this, i can not have this plugin :[

    also, is there a plan to allow offline servers but still with a custom name? i play with my family at our house and it would be nice to do it just threw LAN with no internet. much faster.
     
  10. Offline

    Blacktiger07

    thx works nice now... but is there anyway to get a bukkit-plugin-updater-plugin that doesnt cause this error? i really dont want to look for each plugin on the plugin list to watch out for an update! :)
     
  11. Offline

    Chuckster

    Alright it would be great if someone would make a plugin for spout like http://www.minecraftforum.net/topic/349163-173ssp-survivalism-v145/
    where if you lose all your lives you are banned for 3 days or so (configurable) if i could program i would deffinetly make a plugin like this Does anyone know of any good guides for programing plugins for bukkit?
     
  12. Offline

    Slayer9x9

  13. Offline

    alta189

    Spout will never support offline servers as our launcher is not cracked

    You aren't supposed to mod .spoutcraft

    Might be a mcMMO issue, Im not sure if he has released his update for Spout.

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

    omnija

    not bukkit the server , bukkit contribution plugin, also when i try to log into my server i right away disconnect.
     
  16. Offline

    alta189

    BukkitContrib is incompatible, spout is the new version of BukkitContrib
     
  17. Offline

    omnija

    why do i d/c right away tho? i dont have bukkit con and when i log it says i authenticated then log off right away with errors? no console error either.
     
  18. Try deleting your .spoutcraft folder and launch the launcher again.
     
  19. Offline

    omnija

    Code:
    14:42:19 [INFO] [Spout] Successfully authenticated omnija's Spoutcraft client.
     Running client version: 102
    14:42:19 [SEVERE] java.net.SocketException: Software caused connection abort: so
    cket write error
    14:42:19 [SEVERE]       at java.net.SocketOutputStream.socketWrite0(Native Metho
    d)
    14:42:19 [SEVERE]       at java.net.SocketOutputStream.socketWrite(Unknown Sourc
    e)
    14:42:19 [SEVERE]       at java.net.SocketOutputStream.write(Unknown Source)
    14:42:19 [SEVERE]       at java.io.BufferedOutputStream.flushBuffer(Unknown Sour
    ce)
    14:42:19 [SEVERE]       at java.io.BufferedOutputStream.flush(Unknown Source)
    14:42:19 [SEVERE]       at java.io.DataOutputStream.flush(Unknown Source)
    14:42:19 [SEVERE]       at net.minecraft.server.NetworkWriterThread.run(SourceFi
    le:116)
    14:42:19 [SEVERE] java.net.SocketException: Software caused connection abort: so
    cket write error
    14:42:19 [SEVERE]       at java.net.SocketOutputStream.socketWrite0(Native Metho
    d)
    14:42:19 [SEVERE]       at java.net.SocketOutputStream.socketWrite(Unknown Sourc
    e)
    14:42:19 [SEVERE]       at java.net.SocketOutputStream.write(Unknown Source)
    14:42:19 [SEVERE]       at java.io.BufferedOutputStream.flushBuffer(Unknown Sour
    ce)
    14:42:19 [INFO] omnija lost connection: disconnect.genericReason
    14:42:19 [SEVERE]       at java.io.BufferedOutputStream.flush(Unknown Source)
    14:42:19 [SEVERE]       at java.io.DataOutputStream.flush(Unknown Source)
    14:42:19 [SEVERE]       at net.minecraft.server.NetworkWriterThread.run(SourceFi
    le:116)
    
     
  20. Offline

    DeathQueen

    When ever I login to the client, it stays white. It won't change screens. I tried both ways of starting it. When I ran it with the batch file, it said after it checked for Spout updates that there was an exception. It didn't say anything about finding or not finding an update. Any fix for this?

    EDIT: Fixed. I just deleted the .spoutcraft folder and it worked again. Hope this helps someone.
     
  21. Offline

    BPOtacon

    mcMMO 1.0.50 works with spout that i know for sure
     
  22. Offline

    Cosmic Break

    of course i did that... go thru the quoted posts. i think youre lost...
     
  23. Sorry! One of my users had the Bad login error and that fixed it for him. Just trying to help :oops:
     
  24. Offline

    EMOberger

    Is there a source for the spot launcher?
     
  25. Offline

    alta189

    Are you using dev builds?

    Yes, but it is protected by LGPL

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

    EMOberger

    Just means i can't distribute correct?
     
  27. Offline

    alta189

    Yes, but remember cracked clients are against the Minecraft Terms of Use
     
  28. Offline

    chernobyl360

    with spout is it possible to know if a player is in 3rd person / 1st person?
     
  29. Offline

    EMOberger

    noted :]
     
  30. Offline

    BPOtacon

    im sorry but to correct you
    http://www.minecraft.net/copyright.jsp
    "If you've bought the game, you may play around with it and modify it. We'd appreciate it if you didn't use this for griefing, though, and remember not to distribute the changes."
    just don't distribute it.
     
  31. Offline

    omnija

    i tried multiple versions, it keeps giving me bad exception errors, when i try to log in and kick me out right away. I've also deleted spout folder and still the same.
     
Thread Status:
Not open for further replies.

Share This Page