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

    deviantek


    Really now? I've been talking about spoutcraft, not spout. Check yo' self before you wreck yo' self.

    In which case, could you please return to releaseing (or release intermittently) .rar packages of the dev builds?

    Thanks.

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

    gutlessVADER

    Still can't get past the "Downloading Terrain" screen, but from what I've heard it's not even worth it yet anyways.

    http://pastebin.com/C7LQfTWq
     
  4. Offline

    Wulfspider

    They were zip files before and it was simply the contents of all the lib jars and Spoutcraft class files zipped up. There is no reason to bring them back as it would simple be support piracy and violation of the Minecraft terms. If you want to go that route, you can still do it by combining all the lib jars and Spoutcraft classes to minecraft.jar.

    The only method we support is through our launcher.
     
  5. Offline

    Meteo

    Hey, the exp isnt showing the number of what level you are.
     
  6. Offline

    Afforess

    Thanks!

    If I may ask, why the propensity to pirate a game, play multiplayer with mods for said pirated game, and then whine about the quality of the developer of the game?

    :p

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

    LucidLethargy

    Same error here, and I've tried just about everything :/

    Old Bukkit from a few days ago isn't working, CB1537 from today isn't working, all on the current spout dev build of both the server and the client as of this second.

    Edit: Strangely I just made it on finally.. I do not know how, though...
     
  8. Offline

    RGadelha

  9. Offline

    LucidLethargy

    @Afforess & The Spout Team:
    Can someone please make it possible to either deny people access if they don't have a spout client, or somehow create a means for the seed to not show without disrupting things like snow and rainfall (and swamps too...)

    Right now I am enforcing spout clients, but anyone can still log in for a solid 15 seconds, walk around, and easily hit F3 to see the seed. What's worse is they don't even need to take a screenshot at this rate... they can leisurely write it down, go fire up ssp, and find all the diamonds and dungeons and strongholds they want.

    This issue is a big deal to any admin who has an interest in combating exploitation - whether they are aware of it or not.
     
  10. Offline

    Afforess

    Both the PacketItemName error and Mem leaks should be fixed in 826+.

    Better Solution:

    Spout is going to be heavily involved in the developmental "Bukkit Bleeding Edge Builds", and one of the first things we will be doing is changing the ore generation seed so that it is NOT the same as the world seed. This fixes the problem completely.

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

    RGadelha

    Thank you, I was testing 825, gonna get 826 now.
     
  12. Offline

    cidiantoby

    Look I am wanting a response. I know im not the only one with this problem. I am running Windows 7 64-bit, java 64-bit and AVG antivirus. I have no firewall on my router cause I removed all of it. running spout craft launcher in admin mode and everytime i try to get a dev build through it or even a stable build i get nothign but download failed.. if you have no clue Please post a zip file of .spoutcraft like i asked befor so i can atleast try to see if it requires it or if its jsut the launcher..

    @Afforess @Wulfspider
     
  13. Offline

    rudedoggx

    I'm having an issue with build 826 of Soutcraft that I didn't have in 825. Basically, I can only play on my server for a few minutes, then I get a white screen and Java crashes.
     
  14. Offline

    Afforess

    Post your logs. We can't upload a copy of the spoutcraft folder - it has the MC jar in it, and distributing it is illegal.

    Post your logs anytime you crash. Logs for spoutcraft are in .spoutcraft/logs

    Also keep in mind you can manually select builds, so you are free to roll back to 825.

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

    rudedoggx

    Alright, good to know. Thanks. Here is my log: http://pastebin.com/JZQR3K0g
    Not sure what's going on this time, I tried reverting to 825, then 820 but I'm still getting the crash.
     
  16. Offline

    Raphfrk

    While it requires some tech knowledge, the map seed is sent by the server to every client which connects. It would be possible to create a small program that extracts the seed.

    This happens very early in the login process, before plugins start.

    Yeah obfuscation is pretty pointless if the exploiter has the map seed.

    Interesting :). Maps shouldn't change though, just ores, or biomes and maps won't match.

    Btw, it should be possible already for a map-generator plugin to do this. Effectively, take the standard chunk and randomly move all the ores around.

    It wouldn't affect already created maps though, so being able to keep the seed a secret would be useful.
     
  17. Offline

    Afforess

    I was thinking a config option in bukkit.yml - and the ability to specify the ore seed. It doesn't change the map, just the populated ores, the ore seed has already been done in a couple CB forks and works fine.
     
  18. Offline

    erdrickk

    Getting this error with Bukkit 1538 and Spout 567

    Code:
    2011-12-01 08:24:47 [WARNING] Task of 'Spout' generated an exception
    java.lang.NoClassDefFoundError: net/minecraft/server/Packet17
        at to.joe.vanish.sniffers.Sniffer17.checkPacket(Sniffer17.java:22)
        at org.getspout.spout.packet.listener.PacketListeners.canSend(PacketListeners.java:70)
        at org.getspout.spout.SpoutNetServerHandler.syncedSendPacket(SpoutNetServerHandler.java:572)
        at org.getspout.spout.SpoutNetServerHandler.syncFlushPacketQueue(SpoutNetServerHandler.java:564)
        at org.getspout.spout.SpoutNetServerHandler.syncFlushPacketQueue(SpoutNetServerHandler.java:557)
        at org.getspout.spout.player.SpoutCraftPlayer.onTick(SpoutCraftPlayer.java:1162)
        at org.getspout.spout.ServerTickTask.run(ServerTickTask.java:41)
        at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:482)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.ClassNotFoundException: net.minecraft.server.Packet17
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        ... 11 more
     
  19. Offline

    Afforess

    Update to the latest CB and Vanish No Packet.
     
  20. Offline

    erdrickk

    Thankyou my good man.
     
  21. Offline

    Wulfspider

    Upgrade to the latest builds. They are dev builds for a reason. ;)

    Please post your latest logs from .spoutcraft/logs on pastebin.com and link us here.

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

    Nerrion

    Updated Spout, server stopped working, blablabla.

    Can I download an older version of the DEV build?
     
  23. Offline

    Afforess

  24. Offline

    Nerrion

    Thanks!
     
  25. Offline

    rudedoggx

    I tried that first I downloaded 825 (which was the latest at the time) then updated to 826 later on and everything stopped working. At that point, I came here and asked for advice, when I was informed that you can manually choose the build. I chose those dev builds for a reason ;), but now I'm having issues.

    EDIT: Who knows, though. I could've been that Obfuscation plugin I got for Spout.

    EDIT 2: Nope. It wasn't the plugin. I guess 826 was the issue, thanks anyway guys.
     
  26. Offline

    Wulfspider

    Compatibility with CraftBukkit has been very specific for the last few builds as CraftBukkit renamed a lot of things. Generally if you are running the latest dev build on the client, then you need the absolute latest on the server as well. If you want to try to pick and choose, then you can look on http://ci.getspout.org.
     
  27. Offline

    rudedoggx

    Ah. Well I hadn't updated my CB in a day or so because CB 1537 just didn't load for me, so I went to a slightly earlier one (1531). I guess that's why.
     
  28. Offline

    cidiantoby

    Damn.. thats right. well heres the log. @Afforess
    Code:
    [12:23:35] [INFO]    ------------------------------------------
    [12:23:35] [INFO]    Spoutcraft Launcher is starting....
    [12:23:35] [INFO]    Spoutcraft Launcher Build: 216
    [12:23:50] [INFO]    Starting download of minecraft, with 3 tries remaining
    [12:23:55] [INFO]    Expected MD5: 3820d222b95d0b8c520d9596a756a6e6 Result MD5: 3820d222b95d0b8c520d9596a756a6e6
    [12:23:55] [INFO]    Starting download of minecraft, with 2 tries remaining
    [12:24:00] [INFO]    Expected MD5: 3820d222b95d0b8c520d9596a756a6e6 Result MD5: 3820d222b95d0b8c520d9596a756a6e6
    [12:24:00] [INFO]    Starting download of minecraft, with 1 tries remaining
    [12:24:03] [INFO]    Expected MD5: 3820d222b95d0b8c520d9596a756a6e6 Result MD5: 3820d222b95d0b8c520d9596a756a6e6
    [12:24:03] [INFO]    Starting download of http://s3.amazonaws.com/MinecraftDownload/jinput.jar, with 3 tries remaining
    [12:24:03] [INFO]    Starting download of http://s3.amazonaws.com/MinecraftDownload/lwjgl.jar, with 3 tries remaining
    [12:28:25] [SEVERE]    Download of http://s3.amazonaws.com/MinecraftDownload/lwjgl.jar Failed!
    [12:28:25] [INFO]    Starting download of http://s3.amazonaws.com/MinecraftDownload/lwjgl.jar, with 2 tries remaining
    [12:28:29] [INFO]    Starting download of http://s3.amazonaws.com/MinecraftDownload/lwjgl_util.jar, with 3 tries remaining
    [12:28:31] [INFO]    Starting download of http://s3.amazonaws.com/MinecraftDownload/windows_natives.jar.lzma, with 3 tries remaining
    [12:28:36] [INFO]    Using mirror: http://mirror.precipicegames.com/Spoutcraft/835/spoutcraft-dev-SNAPSHOT.jar
    [12:28:36] [INFO]    Starting download of http://mirror.precipicegames.com/Spoutcraft/835/spoutcraft-dev-SNAPSHOT.jar, with 3 tries remaining
    [13:26:47] [INFO]    Exiting the Spoutcraft Launcher
    
     
  29. Offline

    macman

    Hi, Getting a error which occurs randomly,
    It kicks people off the server with end of stream

    Code:
    2011-12-01 21:36:42 [WARNING] Failed to handle packet: java.lang.NullPointerException
    java.lang.NullPointerException
    at net.minecraft.server.Packet.b(Packet.java:54)
    at org.getspout.spout.SpoutNetServerHandler.syncedSendPacket(SpoutNetServerHandler.java:572)
    at org.getspout.spout.SpoutNetServerHandler.syncFlushPacketQueue(SpoutNetServerHandler.java:564)
    at org.getspout.spout.SpoutNetServerHandler.syncFlushPacketQueue(SpoutNetServerHandler.java:557)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:545)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Any ideas?
    Running build 573 and have tried latest same issue
     
  30. Offline

    Wulfspider

    You may need to update your CraftBukkit build. It looks like you are using an old one that isn't compatible with that Spout build.
     
  31. Offline

    macman

    Its the latest one, I just downloaded it.

    Code:
    2011-12-01 21:46:57 [INFO] This server is running Craftbukkit version git-Bukkit-1.8.1-R4-62-gdc48657-b1538jnks (MC: 1.0.0) (Implementing API version 1.0.0-R1-SNAPSHOT)
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 13, 2016
Thread Status:
Not open for further replies.

Share This Page