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

    pswayne

    Good, im glad, i dont wanna have to go through this again, also, i went through the main page, where it says Download/Spout Forum/Server list Submission, that took me to the 6 download tabs thingy, when i clicked Download.

    The YouTube videos out there are from 4-6months ago, so not as updated with the current layout, but your installation guide you have just given me is the best one out there so far, answered what i needed staright away ;) ( you should link that to the main page!)

    So again thanks
     
  3. Offline

    QweSteR

    SPOUT 737 not working from JAVA 7.3
    SPOUT 737 not working from iCONIMY 6.0.9b
     
  4. Offline

    Wulfspider

    We'd need a little more information other than "not workink".
     
  5. Offline

    QweSteR

    wait pls...
     
  6. Offline

    narrowtux

    Well you'll have to create a KeyBinding with a title and a default key.
    You'll have to implement a KeyBindingDelegate somewhere and set an instance of that to the KeyBinding. In the Delegate, the methods will be called whenever someone presses or releases the key assigned to the binding.
    In there, you could map the binding to a command and execute it with Bukkit.dispatchCommand(player, command);
    Then you register that binding using SpoutManager.getKeyBindingManager().registerBinding(binding);
    I'll let you care about the implementation of the persistence :p
    Good luck with it ;)
     
    bobbysoslo likes this.
  7. Offline

    bobbysoslo


    Far more than I expected, somehow I didn't find these in the API. Thanks man, I'll be looking into this :)
     
  8. Offline

    shanko

    hello not sure if your plugin is causing this but its the only recognizble thing in the error

    SpoutPlugin: 737
    Craftbukkit: 1.1-R4

    There is no lag, no slowdowns, the server is perfectly fine and not even close to crashing. Then randomly this error pops up in the console and crashes the server

    Code:
    25.02 18:59:14 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    25.02 18:59:14 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
    25.02 18:59:14 [Server] INFO    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:537)
    25.02 18:59:14 [Server] INFO    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    25.02 18:59:14 [Server] INFO    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:552)
    25.02 18:59:14 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
    25.02 18:59:14 [Server] INFO    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    25.02 18:59:14 [Server] INFO    at net.minecraft.server.Packet10Flying.handle(SourceFile:126)
    25.02 18:59:14 [Server] INFO    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:687)
    25.02 18:59:14 [Server] INFO    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:323)
    25.02 18:59:14 [Server] INFO    at net.minecraft.server.EntityPlayer.a(EntityPlayer.java:226)
    25.02 18:59:14 [Server] INFO    at net.minecraft.server.EntityHuman.y_(EntityHuman.java:159)
    25.02 18:59:14 [Server] INFO    at net.minecraft.server.EntityLiving.y_(EntityLiving.java:341)
    25.02 18:59:14 [Server] INFO    at net.minecraft.server.EntityHuman.d(EntityHuman.java:311)
    25.02 18:59:14 [Server] INFO    at net.minecraft.server.EntityLiving.d(EntityLiving.java:975)
    25.02 18:59:14 [Server] INFO    at net.minecraft.server.EntityHuman.a(EntityHuman.java:1106)
    25.02 18:59:14 [Server] INFO    at net.minecraft.server.EntityLiving.a(EntityLiving.java:795)
    25.02 18:59:14 [Server] INFO    at net.minecraft.server.Entity.move(Entity.java:397)
    25.02 18:59:14 [Server] INFO    at net.minecraft.server.World.a(World.java:996)
    25.02 18:59:14 [Server] INFO    at net.minecraft.server.AxisAlignedBB.grow(SourceFile:81)
    25.02 18:59:14 [Server] INFO    at net.minecraft.server.AxisAlignedBB.b(SourceFile:25)
    25.02 18:59:14 [Server] INFO    at java.util.ArrayList.add(ArrayList.java:411)
    25.02 18:59:14 [Server] INFO    at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:187)
    25.02 18:59:14 [Server] INFO    at java.util.ArrayList.grow(ArrayList.java:213)
    25.02 18:59:14 [Server] INFO    at java.util.Arrays.copyOf(Arrays.java:2219)
    25.02 18:59:14 [Server] INFO java.lang.OutOfMemoryError: Java heap space
    25.02 18:59:14 [Server] SEVERE Unexpected exception
    25.02 18:59:14 [Server] SEVERE    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    25.02 18:59:14 [Server] SEVERE    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
    25.02 18:59:14 [Server] SEVERE    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:537)
    25.02 18:59:14 [Server] SEVERE    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    25.02 18:59:14 [Server] SEVERE    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:552)
    25.02 18:59:14 [Server] SEVERE    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
    25.02 18:59:14 [Server] SEVERE    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    25.02 18:59:14 [Server] SEVERE    at net.minecraft.server.Packet10Flying.handle(SourceFile:126)
    25.02 18:59:14 [Server] SEVERE    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:687)
    25.02 18:59:14 [Server] SEVERE    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:323)
    25.02 18:59:14 [Server] SEVERE    at net.minecraft.server.EntityPlayer.a(EntityPlayer.java:226)
    25.02 18:59:14 [Server] SEVERE    at net.minecraft.server.EntityHuman.y_(EntityHuman.java:159)
    25.02 18:59:14 [Server] SEVERE    at net.minecraft.server.EntityLiving.y_(EntityLiving.java:341)
    25.02 18:59:14 [Server] SEVERE    at net.minecraft.server.EntityHuman.d(EntityHuman.java:311)
    25.02 18:59:14 [Server] SEVERE    at net.minecraft.server.EntityLiving.d(EntityLiving.java:975)
    25.02 18:59:14 [Server] SEVERE    at net.minecraft.server.EntityHuman.a(EntityHuman.java:1106)
    25.02 18:59:14 [Server] SEVERE    at net.minecraft.server.EntityLiving.a(EntityLiving.java:795)
    25.02 18:59:14 [Server] SEVERE    at net.minecraft.server.Entity.move(Entity.java:397)
    25.02 18:59:14 [Server] SEVERE    at net.minecraft.server.World.a(World.java:996)
    25.02 18:59:14 [Server] SEVERE    at net.minecraft.server.AxisAlignedBB.grow(SourceFile:81)
    25.02 18:59:14 [Server] SEVERE    at net.minecraft.server.AxisAlignedBB.b(SourceFile:25)
    25.02 18:59:14 [Server] SEVERE    at java.util.ArrayList.add(ArrayList.java:411)
    25.02 18:59:14 [Server] SEVERE    at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:187)
    25.02 18:59:14 [Server] SEVERE    at java.util.ArrayList.grow(ArrayList.java:213)
    25.02 18:59:14 [Server] SEVERE    at java.util.Arrays.copyOf(Arrays.java:2219)
    25.02 18:59:14 [Server] SEVERE java.lang.OutOfMemoryError: Java heap space
     
  9. Offline

    Wulfspider

    Your server ran out of memory:
    java.lang.OutOfMemoryError: Java heap space
     
  10. Offline

    SraB

    Hello!
    Can i disable The Shortcuts ? :(
     
  11. Offline

    Wulfspider

    Simply don't use them?
     
  12. Offline

    SraB

    No ..
    i'm a server admin .. and i want to Block The ShortCuts!
     
  13. Offline

    Wulfspider

    There isn't really a way. If it's not shortcuts, then it's keyboard macros with any available keyboard the supports them or free software on the internet. If you're having issues with spam, then you should be running a server plugin to prevent spam.
     
  14. Offline

    Dark_Technician

    I have a question, since I noticed that bMinimap uses spoutcraftAPI.. How do I port a modloader mod over to be a spoutcraft addon?
     
  15. Offline

    Wulfspider

    It depends on the mod complexity and if our API has what the mod needs yet. A good place to start would be to learn Java if you don't already know it and then look over the Javadocs for SpoutcraftAPI at http://jd.spoutcraft.org/latest.
     
  16. Offline

    GimmeCookie

    [​IMG]

    If have this graphic Error (white bordered Textures) with spoutclient only and all texturepacks, even the default one. What can i do?
     
  17. Offline

    Wulfspider

    Have you tried adjusting mipmapping under options?
     
  18. Offline

    ACStache

    Having an issue signing into my SpoutPlugin using server (737) with my SpoutCraft client (it auto-updated to 1108). I can sign into it fine with a regular MC client, but SpoutCraft says "Bad Login" and I found this in the spoutcraft log: http://pastebin.com/t64NqCR3

    seems like it can't find/download certain PNG files :confused:

    any ideas?
     
  19. Offline

    Wulfspider

    Those errors in the log mean you have a plugin on server that is trying to send files to the client that are not images, but are supposed to be. Likely a plugin has a URL set that is 404ing or doesn't exist.

    Not sure about the bad login, but likely you joined right as the Minecraft.net sessions server had a hickup.
     
  20. Offline

    ACStache

    Thanks for the info! Found the culprit plugin :)
     
  21. Offline

    Olick

    If my server is not in online mode, I can install and spout versions prenium connects with Spout and crack normally (without spout)?

    Thanks You
     
  22. Offline

    Windwaker

    Spout does not support piracy.
     
  23. Offline

    Vas

    Lol, that one was just funny. Oh well, do you guys know when spout might work for Minecraft 1.2? >.> I just now started using it once again and find out it's not going to work.

    I managed to 'aquire' the source :p weeee.

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

    Wulfspider

    We're waiting on MCP to update before we can update the Spoutcraft client. SpoutPlugin is mostly working, but we need to fix chunks not loading.
     
  25. Offline

    Vas

  26. Offline

    Vas

    Well it doesn't matter anyway. My server is ruined because the creator of xcraftgate abandon it and refused to release the source code. I may end up shutting down the server forever at this point, I can't abandon everything I've done cause someone refuses to update or release source code. Either someone needs to rip the code or make a new mod replacing his work and fire him from any projects he works on at all. >.> Best mod ever and it's abandon as usual. People keep claiming there are updates to my severe errors but there aren't.
     
  27. Apparently the source is available based on some commentary on BukkitDev for that plugin. Either way, es. Open source is great and lets me patch up plugins when they break -- when the source is available. I'm not so good I'm able to deobfuscate and make sense out of code. I can barely make sense of it when it's in english.
     
  28. Offline

    faaabio

    My server forces the spoutClient. I have a problem with one user with this error:
    http://pastebin.com/Mk5aGNBP
    he cannot stay more than some seconds before End of Stream happens.
    I've tried in a server without any other plugin and still happens.
    He doesn't use any firewall and his ping is low.
    We use CraftBukkit++ 79, Spout 737 and he uses the last Spoutcraft without any mod.

    Thank you
     
  29. Offline

    Destinator8

    when is this going to be ready for minecraft 1.2.3?
     
  30. Offline

    Wulfspider

    There are dev builds of SpoutPlugin already available, and we're in the process of updating Spoutcraft right now.
     
Thread Status:
Not open for further replies.

Share This Page