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

    @Afforess , you know you are replying to all the same posts I just replied to earlier. ;)
     
  3. Offline

    Afforess

    Some of them - hopefully I am not also duplicating your responses. ;)
     
  4. Offline

    uogo

    saying /verstion tells me "git-bukkit-0.0.0-945-g7369a4-b1000jnks (mc:1.7.3) so im not shure but i think " sorry still a little unknowing in this stuff"
     
  5. Offline

    Wulfspider

    Maybe a liiitle. :p Anyways, reply to my emails! You can't get away from us that easy! Vacation isn't upon you yet.
     
  6. Offline

    Raphfrk

    It is fixed in the dev builds.
     
  7. Offline

    spunkiie

    It isn't. I've been testing all dev builds, every single day. No fix yet.
     
  8. Offline

    KnurlDeSilex

    Man, i just see you're plugin and just started reading it and than I see that you making the plugin what auto downloading all stuff with mods and so on and i'm jizz in my pants and than i see that it's in a future plans >_< MAN! I was think that my nightmare with ItemCraft and Industrial Craft is over! >_<
    Do you have any progress in this?)
     
  9. Offline

    uogo

    2011-08-10 20:53:11 [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
    this is the error i get from the server log when i press a key
     
  10. Offline

    Wulfspider

    Remove BukkitContrib from your server and update any outdated plugin that may be downloading it.
     
  11. Offline

    Hubok

    Then would you happen to know of something similar to CJB for Sprout?
     
  12. Offline

    Wulfspider

    We'll be doing some testing soon to get some new recommended builds out. Fixes have been made and if they aren't working properly, we will figure out why and fix them.

    I'm not exactly sure what CJB is as I haven't kept up with every client mod around.

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

    Hubok

  14. Offline

    uogo

    i get
    11-08-10 20:53:11 [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.getspou
    would that mean that its the server ie its not updated or sompthing.?
    :( "crys like little girl"
     
  15. Offline

    Frozen91

    That is really awesome. Can't wait!
     
  16. Offline

    tcvs

    when will actually be able to add blocks automaticly do you guys think
     
  17. Offline

    Wulfspider

    You're best off waiting to use them with Spoutcraft then. I believe a minimap is planned though, but unsure. You are welcome to suggest useful things on the issue tracker, but most UI changes and unnecessary mods would not be integrated. Client mods will be able to be integrated later using a plugin API.

    It's on the issue tracker and assigned to a milestone.

    Did you check for the BukkitContrib.jar in your server plugins?

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

    uogo

    i went in to check every last fine was gone "removed a little" but still no joy slightly diffrent message but never less the same kinda thing.
    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.S
    sorry to be smamming.
     
  19. Offline

    Wulfspider

    I still see BukkitContrib. Check that you have a clean client with Spoutcraft only and BukkitContrib is not on your server. Make sure you don't have any BukkitContrib plugins that are downloading BukkitContrib automatically too.
     
  20. Offline

    uogo

    as always the might programer is right. for somereason the file was downloding itself (not as part of another mod) dont know how but worked eventuly. thank you very much for your help. and love the mod.
     
  21. Offline

    Wulfspider

    No problem, sorry you have to go through that trouble. Spout doesn't download BukkitContrib though, so the only thing I can think of is another mod that uses it such as an older version of LogBlock or something.
     
  22. Offline

    SparrowMaxx

    #77. I am using a pretty archaic graphics card, which could be a small part of the problem, but it's had 0 problems in the past running minecraft.

    Firstly, let me say that the latest Spout dev builds are really speeding up the server and it's much sleeker than the builds from last week. Second, it seems you have done something mysterious with the X-Y positions on a players screen. What changes have they undergone? I've had to fiddle with the X positions, but for some reason Y refuses to budge. It is sitting at 0.
    Code:
            status1.setHexColor(Integer.parseInt("FFFFFF", 16)).setX(170).setY(150).setDirty(true);
            player.getMainScreen().attachWidget(status1);
            status2.setHexColor(Integer.parseInt("FFFFFF", 16)).setX(170).setY(70).setDirty(true);
     
  23. Offline

    RGadelha

    Spoutcraft #115 / Launcher #77 (clean minecraft.jar):
    Code:
    Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: net/minecraft/src/CanvasMinecraftApplet
            at java.lang.Class.getDeclaredConstructors0(Native Method)
            at java.lang.Class.privateGetDeclaredConstructors(Class.java:2404)
            at java.lang.Class.getConstructor0(Class.java:2714)
            at java.lang.Class.newInstance0(Class.java:343)
            at java.lang.Class.newInstance(Class.java:325)
            at org.spoutcraft.launcher.Launcher.getMinecraftApplet(Launcher.java:36)
            at org.spoutcraft.launcher.GUI.LauncherFrame.runGame(LauncherFrame.java:35)
            at org.spoutcraft.launcher.GUI.LoginForm$3$1.done(LoginForm.java:495)
            at javax.swing.SwingWorker$5.run(SwingWorker.java:737)
            at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(SwingWorker.java:832)
            at sun.swing.AccumulativeRunnable.run(AccumulativeRunnable.java:112)
            at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(SwingWorker.java:842)
            at javax.swing.Timer.fireActionPerformed(Timer.java:312)
            at javax.swing.Timer$DoPostEvent.run(Timer.java:244)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
            at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:705)
            at java.awt.EventQueue.access$000(EventQueue.java:101)
            at java.awt.EventQueue$3.run(EventQueue.java:666)
            at java.awt.EventQueue$3.run(EventQueue.java:664)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:675)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:211)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
    Caused by: java.lang.ClassNotFoundException: net.minecraft.src.CanvasMinecraftApplet
            at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
            at org.spoutcraft.launcher.MinecraftClassLoader.findClass(MinecraftClassLoader.java:15)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
            ... 28 more
     
  24. Offline

    jlu

    How i use my update folder? Where i put my new files? (Sry about my language, not eng).
     
  25. Offline

    Top_Cat

    The y position was a slight oversight on my part. We've recently changed the screen to scale so you can place widgets at the sides and they will stay there which is the main change you've noticed.
     
  26. Offline

    stonerrob420

    This may sound stupid but how do i connect the spout client to my bukkit server? I have the spout plugin installed. When I put in username and password it says can not connect to minecraft.net. I am kinda lost at how to do this.
     
  27. Offline

    TrueTubePoops

    This client mod is broken... I am playing on a mac and it crashes every 10 seconds...
     
  28. Offline

    Insanehero

    Just the server plugin I don't want to use the client.
     
  29. Offline

    chrisryan

    so spout will only work if I run it through the launcher, and manually install the build, I ask this because I am curious what my users would have to do to use the features
     
  30. Offline

    Untouchablekill

    Either buy the game and use the launcher or use a fresh jar with the build installed. We do not support any client mods done to the launcher or client after the build is installed. We do not support piracy.
     
  31. Offline

    chrisryan

    sorry I didnt word this properly or I did im not sure at this point lol. I have a server and I have bought the game, once I install the plugin, do I just need my players to use the launcher and that is it? or do they all need to install something else?
     
Thread Status:
Not open for further replies.

Share This Page