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

    Wulfspider

    That is right. You have to do that at the end along with the Spoutcraft class files under the reobf directory and SpoutcraftAPI class files.
     
  3. Offline

    Marcos Cosmos

    Good good, then it makes perfect sense :3

    Ok wth, why did it refuse to decompile without the server file? D:<

    ... I just downloaded the pack, force updated the client, copied the bin folder into the jars folder, and ran decompile.bat. Or did you mean the contents of the bin, not the folder itself?

    Edit: nvm it ran fine, it just said it recompiled the client.. but I tried to re-run and it said it wasnt compiled so.. yeah -.-

    @Wulfspider Ok, the reobs directory is empty. When you said checkout did THAT mean copy the contents not the directory? xD

    Edit: I left minecraft running while i did all that... oooops
    Edit2: still nothing in the reobf folder..

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

    Wulfspider

    You have to use GitHub to clone/checkout to a local directory and then copy the src directory into the MCP folder. You will also need the lib jars in the jar folder from the repo in order to recompile. You'll also need the latest SpoutcraftAPI jar in there the lib folder as well.

    The entire contents of all the lib jars and the SpoutcraftAPI jar have to be in the final minecraft.jar as well as the classes from the reobf folder.
     
  5. Offline

    Marcos Cosmos

    Ok then, :confused:

    Wait wait wait, that is NOT the intructions in the readme at all xD... do I have to compile spoutcraftAPI myself too? @.@

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

    Wulfspider

    I need to update the readme more... :/

    You can use the latest jar from Jenkins or compile it yourself. If you compile it yourself, you're best off using Maven to handle everything.
     
  7. Offline

    Wulfspider

    :p
     
  8. Why are jars with compile errors listed? They would be incomplete at best.
     
  9. Offline

    Roscoe1724

    Any kind of ETA on the 1.8 compatible build?
     
  10. Offline

    Ulrar

    Is there any developer guide or similar ?
    Or do we have to understand how it works just by reading the Javadoc and other plugins sources ?
     
  11. Offline

    THG3

    I'd also like to know. It's the only thing holding a lot of servers back from going 1.8
     
  12. Offline

    FergyJay1.8

    When is 1,8 coming I cant WAIT O,o Cmon im camping Spout :D cuz its awesome

    LONG LIVE SPOUT! :p? i love It

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 10, 2018
  13. What, to be first in line? Impossible since some of us are already building from source.
     
  14. One.

    Page.

    Back.
     
  15. Offline

    Wulfspider

    We will have dev builds soon, but they will not be without bugs.

    Dev builds will be available soon, but they wouldn't be recommended on live servers. Same goes for CraftBukkit.

    What?

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

    FergyJay1.8

    Great Spout Is My Main Minecraft Utility ^_^
     
  17. Offline

    Afforess

    Because some people missed it:

     
  18. Offline

    darkcloud784

    So is it available to download or no? (referring to spoutcraft since it plays)
     
  19. Offline

    alta189

    1.8 spoutcraft is not ready yet
     
  20. Offline

    darkcloud784

    I just wanted to make sure, I misunderstood the previous post =P
     
  21. Offline

    Buckethead

    thumbs up for small servers u guys running 500 people and all that . **** that. i have a life
     
  22. Offline

    Wulfspider

    Yeah, not sure I could handle all that stress... :p
    10 people is enough for me!
     
  23. Offline

    Buckethead

    this happened when i added spout . some kind of pex problem with spout? mc 1.8.1 newest pex idk what it is. newest spout i think 1.1.339

    Code:
    21:29:16 [INFO] [PermissionsEx] sql backend registered!
    21:29:16 [INFO] [PermissionsEx] file backend registered!
    21:29:16 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    21:29:16 [INFO] [PermissionsEx] p2compat backend registered!
    21:29:16 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    21:29:16 [INFO] MLog clients using java 1.4+ standard logging.
    21:29:16 [INFO] [PermissionsEx] Initializing file backend
    21:29:16 [SEVERE] java.lang.NoSuchFieldException: bq
    21:29:16 [SEVERE]       at java.lang.Class.getDeclaredField(Unknown Source)
    21:29:16 [SEVERE]       at org.getspout.spout.block.mcblock.CustomBlock.updateField(CustomBlock.java:397)
    21:29:16 [SEVERE]       at org.getspout.spout.block.mcblock.CustomBlock.<init>(CustomBlock.java:56)
    21:29:16 [SEVERE]       at org.getspout.spout.block.mcblock.CustomBlock.replaceBlocks(CustomBlock.java:356)
    21:29:16 [SEVERE]       at org.getspout.spout.Spout.onEnable(Spout.java:213)
    21:29:16 [SEVERE]       at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    21:29:16 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
    21:29:16 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    21:29:16 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    21:29:16 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
    21:29:16 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:104)
    21:29:16 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    21:29:16 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
    21:29:16 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    21:29:16 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    21:29:16 [SEVERE] java.lang.NoSuchFieldException: br
    21:29:16 [SEVERE]       at java.lang.Class.getDeclaredField(Unknown Source)
    21:29:16 [SEVERE]       at org.getspout.spout.block.mcblock.CustomBlock.updateField(CustomBlock.java:397)
    21:29:16 [SEVERE]       at org.getspout.spout.block.mcblock.CustomBlock.<init>(CustomBlock.java:57)
    21:29:16 [SEVERE]       at org.getspout.spout.block.mcblock.CustomBlock.replaceBlocks(CustomBlock.java:356)
    21:29:16 [SEVERE]       at org.getspout.spout.Spout.onEnable(Spout.java:213)
    21:29:16 [SEVERE]       at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    21:29:16 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
    21:29:16 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    21:29:16 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    21:29:16 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
    21:29:16 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:104)
    21:29:16 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    21:29:16 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
    21:29:16 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    21:29:16 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    21:29:16 [SEVERE] Error occurred while enabling Spout v1.1.339 (Is it up to date?): bz
    java.lang.NoSuchFieldError: bz
            at org.getspout.spout.block.mcblock.CustomBlock.<init>(CustomBlock.java:65)
            at org.getspout.spout.block.mcblock.CustomBlock.replaceBlocks(CustomBlock.java:356)
            at org.getspout.spout.Spout.onEnable(Spout.java:213)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:104)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  24. Offline

    dockter

    The 339 build isn't ready for 1.8.1 yet.
     
  25. Offline

    Wulfspider

    Spout 339 is not a 1.8.1 build. Only dev builds work on CraftBukkit 1.8.1 builds.

    There are no working builds of Spoutcraft for 1.8.1 on Jenkins yet.

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

    dockter

    I noticed that the website for the developer notes regarding Spout/Spoutcraft is down, is that due to be back online soon?
     
  27. Offline

    Wulfspider

    The 339 build will never be ready for 1.8.1 because it was built for 1.7.3 servers. :p

    I'm not sure what you are talking about. All the sites are up.

    It was an error with the script. You shouldn't be downloading ones that are marked as red anyways. :p

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

    dockter

  29. Offline

    Wulfspider

    Loads for me. It is a very large list.. so.. it may take a bit.
     
  30. Offline

    dockter

    Since you can still get on it and I cant, can you tell me if the 404 build is still the most recent?

    Also, I was testing 403 last night since 404 didn't appear to be a complete build and it didn't appear as if the client actually loaded. I also noticed that upon the merge it was about 1/2 of the total files from the most recent 1.7.3 dev build which was about 2300 files, this one was only about 1242 if my memory serves me.

    Was hoping to get a semi-complete build to start testing the actual spout client tonight, not sure if one has actually been compiled yet.

    Many Thanks.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Feb 15, 2019
  31. Sorry. It was an observation of Jenkins in general. For example, SpoutCraft 403 http://ci.getspout.org/job/Spoutcraft/403/ built with errors but there is a build artifact available for download anyway.
     
Thread Status:
Not open for further replies.

Share This Page