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

    Redyugi

    Ugh. I hate this thread =P
    @alta189 Have you gone crazy yet from all this? XD

    I'd like to say for any devs who are wondering how easy it is to use Spout.. It is easy. They did a great job. :)
     
  3. Offline

    alta189

    Sort of, Im tired of answering the same question and the wait time is annoying between posts
     
  4. Offline

    Incendia

    So this is the next version of bukkitcontrib, right? An evolution thereof?
     
  5. Offline

    rslink

    Yes it is.

    I'm with you there @alta189 .
     
  6. Offline

    erdrickk

    I am stumped.... I keep getting this error.............

    2011-08-03 17:49:44 [SEVERE] Could not pass event PLAYER_MOVE to Spout
    java.lang.ClassCastException: org.bukkitcontrib.ContribNetServerHandler cannot be cast to org.getspout.spout.SpoutNetServerHandler
    at org.getspout.spout.player.SpoutCraftPlayer.getNetServerHandler(SpoutCraftPlayer.java:504)
    at org.getspout.spout.SpoutPlayerListener.onPlayerMove(SpoutPlayerListener.java:134)
    at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:164)
    at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  7. Offline

    rslink

    @erdrickk You have both BukkitContrib installed and Spout. Delete one and any plugins that use them as they will auto download. You can't use both at the same time.
     
  8. Offline

    Redyugi

    Then don't answer the same question again and again. Have someone do up a FAQ and then if they don't read it, ignore them. It would be their own fault for not reading.
     
  9. Offline

    Grammar Troll

    Does or will Spout support custom in-game fonts?
     
  10. Offline

    embty

    Ok one more question... this wont work on mac right? only linux and windows?
     
  11. Offline

    alta189

    I know, we will just do a lot of coding right now. and I somewhat like doing support ;)
     
  12. Offline

    Slayer9x9

    Does anyone know how to attach widgets to the main game screen?
    For instance, having a Spout button beside the inventory bar (without dimming the screen).
    Is this possible?
     
  13. Offline

    erdrickk

    Yah - the problem was I was using logblock....it kept auto downloading BukkitContrib - I changed over to big brother and its all good now. THanks
     
  14. Offline

    Asanay

    Я разобрался!!!!!!.... спасибо всем кто содействовал мне.
    I figured !!!!!!.... thanks to all who helped me.
    GooD Plugins :)
    Sleepless nights make fruit =))
    My time 5:15
     
  15. Offline

    alta189

    It works on macs
     
  16. Offline

    jtripled

    This runs perfectly fine on anything Minecraft runs on. I'm running it on OSX 10.6 just fine.
     
  17. Offline

    Link2006

    Wish that Spout would support what BukkitContrib supported... because Spout was less glitchy ...but It doesnt work with what i need. (Musics/sounds/ stuff that are only on BC)
     
  18. Offline

    rslink

    The plugins need to update to spout, spout still supports it.
     
  19. Offline

    alta189

    I don't think so

    It does...

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  20. Offline

    embty

    Anything special they have to do? because mac players on my server cant play saying the jar wont do anything when they start it.
     
  21. Offline

    Nytemare3701

    BukkitContribEssentials allows custom texture packs, which can override fonts. If that gets updated for Spout, then Yes.
     
  22. Offline

    ACStache

    did you have them try this?
     
  23. Offline

    jtripled

    I just downloaded it and played, but I can't make any guarantees. Perhaps they should try the suggestion ACStache linked to.
     
  24. Offline

    swift_fox24

    So I now have Spout working great, both on my client and on the server, but some of my players are not wanting to use the launcher because it puts their Mojang details into a 3rd party software. All my players have bought minecraft 100% legit. What sort of verification can you give us from Mojang that our information is secure?
     
  25. Offline

    Liger_XT5

    I must be blunt, but I must ask... WTH! I put that in short for some obvious reasons. I leave for one week to visit some family before college, then come back to find UNKNOWN PLUGINS installed with a LARGE LOG of errors.
    I have had no choice but to remove Spout and Bukkitcontrib. I almost chewed the heck out of the few players that have SSH/FTP access to the server for even adding plugins without my knowledge.

    To be honest, I am at my limit of patience with plugins that for update and download other files. This was the last straw.

    Here is part of my log of errors...

    Code:
    2011-08-03 19:06:56 [SEVERE] Could not pass event PLAYER_MOVE to Spout
    java.lang.ClassCastException: org.bukkitcontrib.ContribNetServerHandler cannot be cast to org.getspout.spout.SpoutNetServerHandler
        at org.getspout.spout.player.SpoutCraftPlayer.getNetServerHandler(SpoutCraftPlayer.java:504)
        at org.getspout.spout.SpoutPlayerListener.onPlayerMove(SpoutPlayerListener.java:134)
        at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:164)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-03 19:06:56 [SEVERE] Could not pass event PLAYER_MOVE to Spout
    java.lang.ClassCastException: org.bukkitcontrib.ContribNetServerHandler cannot be cast to org.getspout.spout.SpoutNetServerHandler
        at org.getspout.spout.player.SpoutCraftPlayer.getNetServerHandler(SpoutCraftPlayer.java:504)
        at org.getspout.spout.SpoutPlayerListener.onPlayerMove(SpoutPlayerListener.java:134)
        at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:164)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-03 19:06:57 [SEVERE] Could not pass event PLAYER_MOVE to Spout
    java.lang.ClassCastException: org.bukkitcontrib.ContribNetServerHandler cannot be cast to org.getspout.spout.SpoutNetServerHandler
        at org.getspout.spout.player.SpoutCraftPlayer.getNetServerHandler(SpoutCraftPlayer.java:504)
        at org.getspout.spout.SpoutPlayerListener.onPlayerMove(SpoutPlayerListener.java:134)
        at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:164)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-03 19:06:57 [SEVERE] Could not pass event PLAYER_MOVE to Spout
    java.lang.ClassCastException: org.bukkitcontrib.ContribNetServerHandler cannot be cast to org.getspout.spout.SpoutNetServerHandler
        at org.getspout.spout.player.SpoutCraftPlayer.getNetServerHandler(SpoutCraftPlayer.java:504)
        at org.getspout.spout.SpoutPlayerListener.onPlayerMove(SpoutPlayerListener.java:134)
        at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:164)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-03 19:06:57 [SEVERE] Could not pass event PLAYER_MOVE to Spout
    java.lang.ClassCastException: org.bukkitcontrib.ContribNetServerHandler cannot be cast to org.getspout.spout.SpoutNetServerHandler
        at org.getspout.spout.player.SpoutCraftPlayer.getNetServerHandler(SpoutCraftPlayer.java:504)
        at org.getspout.spout.SpoutPlayerListener.onPlayerMove(SpoutPlayerListener.java:134)
        at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:164)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-03 19:06:57 [SEVERE] Could not pass event PLAYER_MOVE to Spout
    java.lang.ClassCastException: org.bukkitcontrib.ContribNetServerHandler cannot be cast to org.getspout.spout.SpoutNetServerHandler
        at org.getspout.spout.player.SpoutCraftPlayer.getNetServerHandler(SpoutCraftPlayer.java:504)
        at org.getspout.spout.SpoutPlayerListener.onPlayerMove(SpoutPlayerListener.java:134)
        at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:164)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
     
  26. Offline

    alta189

    Mojang can't give you anything, but you can look in the code I have it on github. I promise that your password is passed straight to minecraft.net It is not given to anyone else, nor sent to us.
     
  27. Offline

    Scizzr

    No comment on my problem, or did you see it and are thinking about it?
    (my problem was regarding my plugin not functioning with Spout plugin on the server)

    Thank you.
     
  28. Offline

    SpoutDev

    BukkitContrib and Spout can not be run on the same server. I suggest you speak to the plugin dev's who are autodownloading - it's not us. ;)

    the code for the launcher is open source and on github. You can take a look for yourself, and compile a custom copy if you want.

    Frankly, you're at risk with any client mod, not just this one.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  29. Offline

    alta189

    I lose a lot of reply due to the fact I get soooo many notifications on this thread. anyways best way to get help is on IRC #spout
     
    Scizzr likes this.
  30. Offline

    Liger_XT5

    BukkitContrib is downloading Spout.
    I just readded BukkitContrib and spout was downloaded. Removed BukkitContrib and Spout and the errors left.

    My complaint is still valid. Force updates and downloading more files are a problem and this is the last straw that I am willing to take.
    I was gone for ONE WEEK and the server was running smoothly. No one on my server had accessed SSH or FTP while I was gone. I return to a server riddled with looped errors in the log and files I did not add nor known about being downloaded.
     
  31. Offline

    SpoutDev

    We are hoping to integrate TTF unicode font support in the future, but that may not be anytime soon.
     
Thread Status:
Not open for further replies.

Share This Page