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

    Sayshal

    Like he said above, all his plugins are working which is actually suprising, and awesome.
    Considering that Notch fixed a lot of bugs that could break plug-ins, example being Chunk generation which messed up WorldEdit a bit (not too noticeable unless doing large regens) and the new mobs are already compatable for Commandbook! No update was required. I find it quite awesome that my server can run semi-legit, even with such a big update not 3 days ago.
     
  3. Offline

    surfarcher

    I've noticed a couple of things broken on odd dev builds (eg, LogBlock) but overall it's pretty good. Well except Spout :)

    I don't like to predict, but I wouldn't be surprised if an RB appears in the near future.
     
  4. Offline

    Marcos Cosmos

    I must be doing something ridiculously daft.. but I decided to try out ubuntu, and I've been trying to execute spoutcraft.jar (I doubt .exe or .app run in linux xD) and nothing is happening ._.
     
  5. Offline

    NinjaZidane

    The update was big but it didn't truly "change" things. 1.8 changed many of the game's mechanics while 1.0.0 actually just really added on content instead of proactively changing what is already there.


    Also bear in mind that the bukkit release for Pre-5 REALLY helped ease the transtition as many things did NOT change at all between that Pre-Release and official.

    Java -jar SpoutcraftLauncher.jar ?

    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

    Because those files all pull the actual launcher jar from our Jenkins currently, which is down currently.
     
  7. Offline

    Marcos Cosmos

    Oh, so its not downloading, ok thx x3
     
  8. Offline

    Wulfspider

    The launcher downloader should be working now, but the launcher isn't able to do new Spoutcraft installs right now.
     
  9. Offline

    Bobdolemite

    Ill post this on your forums as well. Spout is no longer working with Minecraft 1.0 Here is the error I get in server log when I attempt to load. Players are unable to join server with spout on 1.0 they get timeout messages and the server log shows errors on player join events. Thank you:

    Note: I am running Minecraft version 1.0 and Craftbukkit rb 1.0 (latest release)

    Code:
    2011-11-22 09:37:44 [INFO] Loading properties
    
    2011-11-22 09:37:44 [INFO] Starting Minecraft server on *********************
    
    2011-11-22 09:37:45 [INFO] This server is running Craftbukkit version git-Bukkit-1.8.1-R4-13-g342948e-b1488jnks (MC: 1.0.0) (Implementing API version 1.0.0-R1-SNAPSHOT)
    
    2011-11-22 09:37:45 [INFO] Starting Minequery server on *****************
    
    2011-11-22 09:37:45 [SEVERE] java.lang.ClassCastException: java.lang.Float cannot be cast to net.minecraft.server.EnumToolMaterial
    
    2011-11-22 09:37:45 [SEVERE] at org.getspout.spout.item.mcitem.CustomItemSpade.replaceSpades(CustomItemSpade.java:35)
    
    2011-11-22 09:37:45 [SEVERE] at org.getspout.spout.Spout.onEnable(Spout.java:220)
    
    2011-11-22 09:37:45 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
    
    2011-11-22 09:37:45 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
    
    2011-11-22 09:37:45 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    
    2011-11-22 09:37:45 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:176)
    
    2011-11-22 09:37:45 [SEVERE] at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:159)
    
    2011-11-22 09:37:45 [SEVERE] at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:118)
    
    2011-11-22 09:37:45 [SEVERE] at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    
    2011-11-22 09:37:45 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:141)
    
    2011-11-22 09:37:45 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
    
    2011-11-22 09:37:45 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    
    2011-11-22 09:37:45 [SEVERE] Error occurred while enabling Spout v510 (Is it up to date?): null
    
    java.lang.NullPointerException
    
    at net.minecraft.server.ItemTool.<init>(SourceFile:18)
    
    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:220)
    
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
    
    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:176)
    
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:159)
    
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:118)
    
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:141)
    
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
    
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    
    2011-11-22 09:37:45 [INFO] Preparing level "world"
    
    2011-11-22 09:37:45 [INFO] Default game type: 0
    
    2011-11-22 09:37:45 [INFO] Preparing start region for level 0 (Seed: -5550081815005967445)
    
    2011-11-22 09:37:45 [INFO] Preparing start region for level 1 (Seed: -2746836493203722964)
    
    2011-11-22 09:37:46 [INFO] Preparing spawn area: 97%
    
    2011-11-22 09:37:46 [INFO] Preparing start region for level 2 (Seed: 3228)
    
    2011-11-22 09:37:46 [INFO] Server permissions file permissions.yml is empty, ignoring it
    
    2011-11-22 09:37:46 [INFO] Done (0.152s)! For help, type "help" or "?"
    
    2011-11-22 09:37:54 [INFO] Connected players: 
    
    2011-11-22 09:38:09 [INFO] Artillian [/24.23.17.129:58313] logged in with entity id 212 at ([world] -580.46875, 70.0, -1034.09375)
    
    2011-11-22 09:38:09 [SEVERE] Could not pass event PLAYER_JOIN to Spout
    
    java.lang.NoSuchFieldError: k
    
    at org.getspout.spout.SpoutNetServerHandler.sendPacket(SpoutNetServerHandler.java:470)
    
    at net.minecraft.server.NetServerHandler.teleport(NetServerHandler.java:430)
    
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:395)
    
    at org.getspout.spout.player.SpoutCraftPlayer.updateNetServerHandler(SpoutCraftPlayer.java:1011)
    
    at org.getspout.spout.SpoutPlayerListener.onPlayerJoin(SpoutPlayerListener.java:54)
    
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:260)
    
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:129)
    
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:113)
    
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:39)
    
    at net.minecraft.server.NetworkListenThread.a(SourceFile:94)
    
    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)
    
    2011-11-22 09:38:09 [SEVERE] java.lang.NoSuchFieldError: k
    
    2011-11-22 09:38:09 [SEVERE] at org.getspout.spout.SpoutNetServerHandler.sendPacket(SpoutNetServerHandler.java:470)
    
    2011-11-22 09:38:09 [SEVERE] at net.minecraft.server.ServerConfigurationManager.sendAll(ServerConfigurationManager.java:362)
    
    2011-11-22 09:38:09 [SEVERE] at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:134)
    
    2011-11-22 09:38:09 [SEVERE] at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:113)
    
    2011-11-22 09:38:09 [SEVERE] at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:39)
    
    2011-11-22 09:38:09 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:94)
    
    2011-11-22 09:38:09 [SEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516)
    
    2011-11-22 09:38:09 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
    
    2011-11-22 09:38:09 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    
    2011-11-22 09:38:09 [SEVERE] Unexpected exception
    
    java.lang.NoSuchFieldError: k
    
    at org.getspout.spout.SpoutNetServerHandler.sendPacket(SpoutNetServerHandler.java:470)
    
    at net.minecraft.server.ServerConfigurationManager.sendAll(ServerConfigurationManager.java:362)
    
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:134)
    
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:113)
    
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:39)
    
    at net.minecraft.server.NetworkListenThread.a(SourceFile:94)
    
    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)
    
    2011-11-22 09:38:54 [INFO] Connected players: Artillian
    
    2011-11-22 09:39:54 [INFO] Connected players: Artillian
    
    2011-11-22 09:40:53 [INFO] Connected players: Artillian
    
    2011-11-22 09:41:34 [INFO] Unknown command. Type "help" for help.
    
    2011-11-22 09:41:34 [SEVERE] null
    
    java.io.IOException: Input/output error
    
    at java.io.FileInputStream.read(Native Method)
    
    at jline.Terminal.readCharacter(Terminal.java:99)
    
    at jline.UnixTerminal.readVirtualKey(UnixTerminal.java:128)
    
    at jline.ConsoleReader.readVirtualKey(ConsoleReader.java:1453)
    
    at jline.ConsoleReader.readBinding(ConsoleReader.java:654)
    
    at jline.ConsoleReader.readLine(ConsoleReader.java:494)
    
    at net.minecraft.server.ThreadCommandReader.run(ThreadCommandReader.java:31)
     
  10. Offline

    fffizzz

    @Bobdolemite
    1st, learn to use code tags
    2nd, spout hasnt updated to work yet with 1.0 and wont release an update till bukkit has a RB for 1.0
     
  11. Offline

    Bobdolemite

    Tags r fixed now. Bukkit released a 1.0 build last night and is currently running on my test realm with other mods =) I imagine spout has not yet had time to update this, just wanted to show them the exact error it was pulling to help with the process.
     
  12. Offline

    Wulfspider

    We typically do not update until CraftBukkit promotes a build as recommended. It doesn't take long for Spout to be updated when the time comes.
     
  13. Offline

    dvdbrander

    Does [Spout] git.io/ftG_CQ Afforess - Merge pull request #999 from phrstbrn/master Minecraft 1.0.0 Fixes (twitter) mean that the 1.0 version is uploading/compiling/finished coding?
     
  14. Offline

    Wulfspider

    Available for testing at least.
     
  15. Offline

    Afforess

    NinjaZidane and GameFAQsRolo like this.
  16. Offline

    NinjaZidane

    Okay....comeon now >.>

    It forgot the thread AGAIN!

    Anyhow...cheers to the Spout build above, I am sure Spoutcraft will be even better.
     
  17. Offline

    Blizakster

    I don't know if it's this simple or not but it could need executable permissions, (sudo chmod +x spoutcraft.jar) in the correct directory or right-click on it and find permissions and check the executable box.
     
  18. Offline

    dockter

    Spout build #543 stable on our 1.0 server.

    Is there a setting to set height limit now in #543 build for 1.0 version?

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

    Buckethead

    1.0 version yet?
     
  20. Offline

    Sayshal

    Read up. -.-
     
  21. Offline

    dvdbrander

    The jenkins seems to be down :'(
     
  22. Offline

    groveham

    I get this error every now and again, sometimes it crashes the server sometimes it doesnt. I did report it to the IOP plugin developer but he said its more of a spout thing so I'll post it here instead =)

    Name of project: Spout / SpoutAPI
    Project build: 510
    CraftBukkit build: 1337
    Description of issue: Pasted the issue below
    Steps to reproduce: Installed a plugin called IOP, has been very beneficial to the server I am running, apart from this issue. It sometimes crashes my server but others it doesn't so I hope a fix can be found.

    2011-11-21 22:35:59 [SEVERE] Could not pass event PLAYER_CHAT to iOP
    java.util.IllegalFormatConversionException: o != org.getspout.spout.player.SpoutCraftPlayer
    at org.bukkit.event.player.PlayerChatEvent.setFormat(PlayerChatEvent.java:84)
    at me.mrchasez.iop.IOPPlayerListener.onPlayerChat(IOPPlayerListener.java:47)
    at org.bukkit.plugin.java.JavaPluginLoader$6.execute(JavaPluginLoader.java:295)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:727)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:501)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  23. Offline

    Wulfspider

    We're aware. Thanks. :)
     
  24. Offline

    narrowtux

    I can't have access to the source of iOP, please ask the author to fix it.
     
  25. Offline

    okami35

    Hello,
    I have problem with GenericTexture, this is a part of my code:
    Code:
    //TEXTURE
            GenericTexture texture = new GenericTexture("http://../my.png");
            texture.setWidth(200);
            texture.setHeight(200);
            texture.setY(50).setY(50);
            //texture.setAnchor(WidgetAnchor.CENTER_CENTER);
            texture.setPriority(RenderPriority.Highest);
    
            GenericPopup popup = new GenericPopup();
            popup.attachWidget(plugin, texture);
            popup.attachWidget(plugin, tlabel);
            popup.attachWidget(plugin, vlabel);
            sp.getMainScreen().attachPopupScreen(popup);
    Code:
        public void onPlayerJoin (PlayerJoinEvent event) {
            SpoutManager.getFileManager().addToPreLoginCache(plugin, "http://../my.png");
        }
    But, it does not work..
    What is wrong with this code ? (The method is called when a player press F6 and vlabel and tlabel work perfectly.)

    Thank you for your help
     
  26. Offline

    Sayshal

    I don't know java 100% so ignore me if i'm completely wrong...
    Code:
    texture.setY(50).setY(50);
    
    Two 'y' values? Dunno if this is it but thought that looked funny.
     
  27. Offline

    okami35

    O yes thank you, i'm stupid.
    But it is not the problem...
     
  28. Offline

    Afforess

    Not yet. :)
     
  29. Offline

    Rycochet

    Spoutcraft isn't registered till *after* onPlayerJoin - you need to be using a SpoutListener, and onSpoutcraftEnabled event...

    (Yes, your code doesn't really have anything to do with that specific player from what you posted, but it's a general rule to remember) ;-)
     
  30. Offline

    Buckethead

    when i downloaded 543 dev build it says its actually 537 -_-
     
  31. Offline

    Wulfspider

    You probably got it from a cached or old link. http://spout.in/plugindev
     
Thread Status:
Not open for further replies.

Share This Page