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

    dockter

    I've been dev testing for a long time, I know the procedure and I also know these guys live and breathe this stuff and already have an idea on what a dev version of it may be available. Dont lecture me on procedure please.
     
  3. Offline

    JargonTheRed

    Fine. I just felt that we should give them some time.
     
  4. Offline

    Afforess

    internally it is already completed and working. We are testing, and have found a few crash issues, and are resolving them. Expect something official in the next couple of days.
     
  5. Can you send me the test build (spout and spoutcraft)? I realy need it for my server.
     
  6. Offline

    Wulfspider

    We will announce when they are available. Dev builds of Spout are already available.
     
  7. Offline

    cato1112

    I CANT RUN IT!!!! WHY CANT I RUN IT!!!! PLZZZ TELL ME!!!!
     
  8. Offline

    Wulfspider

    I'm going to assume you are talking about our launcher. It currently doesn't not work due to Minecraft 1.0.0 being out and our current builds of Spoutcraft only supporting 1.8.1. Right now, the easiest way to get it working is to install it manually to .minecraft/bin/minecraft.jar (1.8.1 version) until we get our launcher updated as well as the client.
    1.8.1 Spoutcraft files: http://spout.in/client
     
  9. Offline

    Julianoz1224

  10. Offline

    Wulfspider

    The API is mostly done, but not 100% complete. There are still a few bugs and features to add to it. A plugin developer would need to add the blocks in the picture or allow you to make them through another plugin that uses the SpoutAPI. We provide the API, it's up to other plugin developers to implement it. Take a look at something like SpoutBlocks.
     
  11. Offline

    RGadelha

    @Wulfspider
    Please, what's that "Spoutcraft Launcher Madness"?
     
  12. Offline

    Julianoz1224

    Ah, ok. Making a plugin that allows users to make custom models sounds hard :S But plugins that just bring in items made by the developer sounds good enough, can't wait :D
     
  13. Offline

    Maxxgold

    Spout version 548 is now working with the latest Craftbukkit 1509 no errors 3 hours and counting.
     
    Wulfspider likes this.
  14. Offline

    legendaire45

    I have a problem with Spout 548 with spoutcraft 803:
    Code:
    2011-11-26 11:27:57 [INFO] Starting minecraft server version Beta 1.8.1
    2011-11-26 11:27:57 [INFO] Loading properties
    2011-11-26 11:27:57 [INFO] Starting Minecraft server on -------------------
    2011-11-26 11:27:57 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-11-26 11:27:57 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-11-26 11:27:57 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-11-26 11:27:57 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-11-26 11:27:57 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1131-g86b7fa8-b1337jnks (MC: 1.8.1)
    2011-11-26 11:27:57 [INFO] [SuperpermBridge] Superperm/Permissions bridge initialized
    2011-11-26 11:27:58 [INFO] LWC: Loading shared objects
    2011-11-26 11:27:58 [INFO] LWC: Protection cache: 0/10000
    2011-11-26 11:27:58 [INFO] LWC: Native library: plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so
    2011-11-26 11:27:59 [INFO] MLog clients using java 1.4+ standard logging.
    2011-11-26 11:27:59 [INFO] [EternalIce] Version 1.01 loaded.
    2011-11-26 11:27:59 [SEVERE] java.lang.NoSuchFieldException: b
    2011-11-26 11:27:59 [SEVERE]     at java.lang.Class.getDeclaredField(Class.java:1899)
    2011-11-26 11:27:59 [SEVERE]     at org.getspout.spout.item.mcitem.CustomItemSpade.replaceSpades(CustomItemSpade.java:33)
    2011-11-26 11:27:59 [SEVERE]     at org.getspout.spout.Spout.onEnable(Spout.java:236)
    2011-11-26 11:27:59 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:174)
    2011-11-26 11:27:59 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
    2011-11-26 11:27:59 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    2011-11-26 11:27:59 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    2011-11-26 11:27:59 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
    2011-11-26 11:27:59 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:113)
    2011-11-26 11:27:59 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    2011-11-26 11:27:59 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
    2011-11-26 11:27:59 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    2011-11-26 11:27:59 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-11-26 11:27:59 [SEVERE] Error occurred while enabling Spout v548 (Is it up to date?): null
    java.lang.NullPointerException
        at net.minecraft.server.ItemTool.<init>(SourceFile:19)
        at net.minecraft.server.ItemSpade.<init>(SourceFile:11)
        at org.getspout.spout.item.mcitem.CustomItemSpade.<init>(CustomItemSpade.java:14)
        at org.getspout.spout.item.mcitem.CustomItemSpade.replaceSpades(CustomItemSpade.java:41)
        at org.getspout.spout.Spout.onEnable(Spout.java:236)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:174)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        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:113)
        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)

    What should I do? If I took a version lower than the 540, players can not connect to server (bad packet id 46) and I need at least version 537 (spout) and the version 803 (spoucraft) because one of my main server plugins are used!
    (I have the same error with version 540 and more)
    p.s:sorry for my english because i am french ^^


    http://pastie.org/2923327
     
  15. Offline

    Golui

    I would like to ask, if the following version of SpoutCraft will include further client optimizations. I specifically ask for Multi-core support.
     
  16. Offline

    cato1112

    do someone know how to get it to work?
     
  17. Offline

    LucidLethargy

    I can not for the life of me run the latest dev build on my mac. I've tried just about everything... to say the least the client is definitely not working. The error I get every time I try that automatic installation is "download inturrupted!"

    All manual tried have failed as well... kind of a bummer as I imagine pc users are not having this frustration, and all I have are macs currently running.
     
  18. Offline

    Wulfspider

    You should be using only the latest recommended build. Dev builds really aren't meant for live servers. The problem you are having is that you are using a build of Spout that is meant for Minecraft 1.0.0 on a Beta 1.8.1 CraftBukkit build. You need to downgrade.

    The issue with the bad packet 46, is that you were using a dev build and your players were not. Once again, you should be using recommended builds only to avoid all of this.
     
  19. Offline

    Sorwig

    I still seem to get the white screen after manually install the lastest 803 dev build. I could be missing a setup though, since I wiped out all Minecraft 1.8 files and only have the 1.0 files and am manually installing to those files "minecraft.jar" not "minecraft-1.0.0.jar".

    Thanks for the quick reply, I shall wait for the launcher to be updated. Thanks again!

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

    Wulfspider

    Did you delete the META-INF folder?

    You need to be a little more specific on what you are trying to get to work and with what.

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

    Sorwig

    Yup delete it.
     
  22. Offline

    ForsakenRealmz

    Does this work for the new CraftBuild's for Minecraft 1.0.0?
     
  23. Offline

    Wulfspider

    There are dev builds, but no recommended builds yet. http://spout.in/plugindev
     
  24. Offline

    ForsakenRealmz

    Thanks! And nice reply time haha
     
  25. Offline

    Golui

    I would like to ask, if the following version of SpoutCraft will include further client optimizations. I specifically ask for Multi-core support.
     
  26. Offline

    Wulfspider

    It's not something that is easily doable right now. If we did add it, we'd have to rework a lot of things and make sure that the client still works for older computers as well.
     
  27. Offline

    legendaire45

    but yet my players use spoutcraft 803 and they receive the bad packet errorid 46 anyway.

    I absolutely need to spout 537 and spoutcraft 803 because I use Spoutcreatures Spoutmaterial and they ask those versions.

    What should I do?
     
  28. Offline

    Golui

    Couldn't you make an option to toggle it?
     
  29. Then, when will spoutcraft come? cause my server depends on both.
     
  30. Offline

    Wulfspider

    There will be dev builds within the next day or so.
     
  31. Offline

    NinjaZidane

    I apologize for the need for dev builds for my plugin. I absolutely have no choice in the matter as code to make my plugin work the way in which I advertise only made it into dev builds (such as skinning correctly and Enderman Eyes) and not a Spout RB or Spoutcraft RB.

    To make SpoutCreatures work without error you have to have the following...

    1. Craftbukkit 1337 (up to 1463)
    2. Spout b530 (up to b537)
    3. Spoutcraft b785 (up to b803)

    Again, I apologize for my part of the headache but I hope this helps.
     
Thread Status:
Not open for further replies.

Share This Page