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

    hatefulbox

    It looks like java 6, at least from what i can find
     
  3. Offline

    Steeveeo

    Would there be a way, perhaps, to set or make some "Mouse-Over" text on a texture widget? I want to make some RPG style "Buff tickers" consisting of an image, a timer bar, and a description when a user hovers the mouse over it.

    Ideas?
     
  4. Offline

    MG127

    suggestion: to publish the mod better on other forums, create a signature-pic :)
     
  5. Offline

    Wulfspider

    Tooltips? I believe they are already in the latest builds, RB and dev. @narrowtux added them awhile back.

    http://jddev.getspout.org
    Working on getting the RB docs updated automatically.

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

    Lunar Delta

    Latest Spoutcraft update leaves a big black bar over the whole bottom of the screen. D:
     
  7. Offline

    JackBarber

  8. Offline

    Wulfspider

    Dev build? Probably something @Afforess has been working on.

    As of right now, I don't see a need to be on any other forums.
    Perhaps when the client addon/plugin API is available.


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

    narrowtux

    @Steeveeo : I added Tooltips already for every widget. Just do widget.setTooltip("xy");
     
  10. Offline

    Steeveeo

    Ah, thank you, that will do. The Javadocs could use some updating then, as I don't see that function on any of the widget classes. The only one I see in there is the Control class, which says that setHoverText is not implemented.

    Do tooltips support text color? Like say I wanted to make a "De-buff" have a red title, could I?
     
  11. Offline

    narrowtux

    Yep, generally all text you can manipulate (let it be via bukkit or spout) can have ChatColors in the text, because all the texts use the same methods to render - this method parses the colors.
     
    Steeveeo likes this.
  12. Offline

    Steeveeo

    Thanks for the info, guys! Back to work for me!

    EDIT: Though I do have one more question, any plans for a Client API and plugin system? Or is that right in front of my nose and I'm just missing it (has happened before).
     
  13. Offline

    narrowtux

    It's planned and some bits are being implemented by @Afforess and @alta189
     
  14. Offline

    Steeveeo

  15. Offline

    RGadelha

    Hey, about TooManyBuckets, how is it going?
     
  16. Offline

    narrowtux

    *cough*
     
  17. Offline

    RGadelha

    *sneeze* (*niesen*) :p
     
  18. Offline

    Joggal

    if i wan't to start the spoutcraft launcher and than to login in the minecraft account, it will show me a message:
    connecting for minecraft updates and than there is an message in an litte window: download timeout

    edit: It is now running but, on starting there is an whitescreen.
     
  19. Offline

    TehCero

    Took a look at the animations. On, dynamic and off all seemed to do the exact same thing. Let me see what happens with the default texture pack.

    Oh and I am not using the spout launcher, I don't have internet until tomorrow, so I did the manual installation. (Using my phone currently)
     
  20. Offline

    Homegamer

    Hey,
    I just wanted to install Spout on my Server, but I get following Error andI get kicked, when I try to log in with Spoutcraft:

    Code:
    2011-08-23 17:45:31 [WARNING] Task of 'Spout' generated an exception
    java.lang.ClassCastException: org.bukkitcontrib.ContribNetServerHandler cannot be cast to org.getspout.spout.SpoutNetServerHandler
        at org.getspout.spout.player.SpoutCraftPlayer.getNetServerHandler(SpoutCraftPlayer.java:545)
        at org.getspout.spout.player.SpoutCraftPlayer.onTick(SpoutCraftPlayer.java:606)
        at org.getspout.spout.ServerTickTask.run(ServerTickTask.java:33)
        at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:428)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-23 17:45:31 [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:545)
        at org.getspout.spout.SpoutPlayerListener.onPlayerMove(SpoutPlayerListener.java:129)
        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:338)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:174)
        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:89)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:453)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-23 17:45:31 [SEVERE] java.lang.NullPointerException
    2011-08-23 17:45:31 [SEVERE]     at org.bukkitcontrib.packet.CustomPacket.a(CustomPacket.java:37)
    2011-08-23 17:45:31 [SEVERE]     at net.minecraft.server.Packet.a(Packet.java:81)
    2011-08-23 17:45:31 [SEVERE]     at net.minecraft.server.NetworkManager.g(NetworkManager.java:149)
    2011-08-23 17:45:31 [SEVERE]     at net.minecraft.server.NetworkManager.c(NetworkManager.java:259)
    2011-08-23 17:45:31 [SEVERE]     at net.minecraft.server.NetworkReaderThread.run(SourceFile:84)
    2011-08-23 17:45:31 [SEVERE] java.lang.NullPointerException
    2011-08-23 17:45:31 [SEVERE]     at org.bukkitcontrib.packet.CustomPacket.a(CustomPacket.java:27)
    2011-08-23 17:45:31 [SEVERE]     at net.minecraft.server.Packet.a(Packet.java:104)
    2011-08-23 17:45:31 [SEVERE]     at net.minecraft.server.NetworkManager.g(NetworkManager.java:149)
    2011-08-23 17:45:31 [SEVERE]     at net.minecraft.server.NetworkManager.c(NetworkManager.java:259)
    2011-08-23 17:45:31 [SEVERE]     at net.minecraft.server.NetworkReaderThread.run(SourceFile:84)
    Any Idea ?

    //Edit: Here's the console log of Spoutcraft

    Code:
    C:\Dokumente und Einstellungen\Jannik\Desktop>java -Xincgc -Xmx1024M -jar Spoutc
    raft.jar
    1
    16 achievements
    151 recipes
    Tile Size: 16
    Setting user: Homegamer, -5089749809732851880
    518 : 870
    
    OptiFine_1.7.3_HD_F
    Tue Aug 23 17:54:39 CEST 2011
    OS: Windows XP (x86) version 5.1
    Java: 1.6.0_26, Sun Microsystems Inc.
    VM: Java HotSpot(TM) Client VM (mixed mode), Sun Microsystems Inc.
    LWJGL: 2.7.1
    OpenGL: GeForce 7600 GS/PCI/SSE2/3DNOW! version 2.1.2, NVIDIA Corporation
    OpenGL Version: 2.1
    Loading: net.java.games.input.DirectAndRawInputEnvironmentPlugin
    
    Starting up SoundSystem...
    Initializing LWJGL OpenAL
        (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.or
    g)
    OpenAL initialized.
    
    Connecting to #########################
    Changed World: null
    Changed World: mm@30f369
    UpdateCloak
    Class not found: LightCache
    Spout SP Enabled
    java.net.SocketException: Connection reset
            at java.net.SocketInputStream.read(Unknown Source)
            at java.net.SocketInputStream.read(Unknown Source)
            at java.io.FilterInputStream.read(Unknown Source)
            at ki.a(Packet.java:124)
            at pf.e(NetworkManager.java:137)
            at pf.c(NetworkManager.java:242)
            at xj.run(SourceFile:84)
    Changed World: null
    Stopping!
    Changed World: null
    
    SoundSystem shutting down...
        Author: Paul Lamb, www.paulscode.com
    
    C:\Dokumente und Einstellungen\Jannik\Desktop>pause
    Drücken Sie eine beliebige Taste . . .
    I do use the recommend build for spout and spoutcraft.
     
  21. Offline

    Afforess

    Try setting the launcher to use dev builds.

    Remove BukkitContrib.

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

    MG127

  23. Offline

    Homegamer

    I tried to, but after Server restart, it redownloads itself.
    Here's a list of my plugins. Which one could cause the redownload ?

    [​IMG]
     
  24. Offline

    Wulfspider

    Probably LogBlock. Updated it or disable it's Chest Logging.
     
  25. Offline

    GameCharmer

    This is a bit odd. My game is extremely glitchy all of a sudden. I'm not showing any lag spikes, have turned the graphic settings down to next to nothing, and the land appears to jitter. Water gains a weird criss-cross pattern, show disappears and reappears, and the world in general looks like crap. If you hold still, the glitching stops, but it will be stuck looking like what it did on the last glitch and will resume glitching as you move. Fortunately, everything is loading, so there are no falls into the void.

    When playing on the server using the standard MC client, everything functions normally. No other users that play on my server have been experiencing this issue, with Spout client or not. Any clue where I should begin debugging?

    UPDATE:
    Just checked FPS and was a bit astounded. I am averaging 120FPS, with spikes as high as 151 and as low as 84. I've tried all 4 FPS settings with no luck. The lower the FPS the worse it glitched, so power saver and vsync are out.
     
  26. Offline

    Joggal

    custum launcher error with .bat file

    Code:
    Exception in thread "Minecraft main thread" java.lang.NoSuchMethodError: getPoin
    ter
            at java.lang.ClassLoader$NativeLibrary.load(Native Method)
            at java.lang.ClassLoader.loadLibrary0(Unknown Source)
            at java.lang.ClassLoader.loadLibrary(Unknown Source)
            at java.lang.Runtime.load0(Unknown Source)
            at java.lang.System.load(Unknown Source)
            at org.lwjgl.Sys$1.run(Sys.java:69)
            at java.security.AccessController.doPrivileged(Native Method)
            at org.lwjgl.Sys.doLoadLibrary(Sys.java:65)
            at org.lwjgl.Sys.loadLibrary(Sys.java:85)
            at org.lwjgl.Sys.<clinit>(Sys.java:98)
            at org.lwjgl.opengl.Display.<clinit>(Display.java:132)
            at net.minecraft.client.Minecraft.a(Minecraft.java:231)
            at net.minecraft.client.Minecraft.run(Minecraft.java:585)
            at java.lang.Thread.run(Unknown Source)
    Exiting Spoutcraft
    Exception in thread "Thread-5" java.lang.NoClassDefFoundError: Could not initial
    ize class org.lwjgl.opengl.Display
            at net.minecraft.client.Minecraft.d(Minecraft.java:571)
            at net.minecraft.client.Minecraft$1.run(Minecraft.java:204)
            at java.lang.Thread.run(Unknown Source)
    maybe you can help me? :D
     
  27. Offline

    Top_Cat


    Looks like lwjgl doesn't like your graphics drivers, the launcher should download the latest on an mc update which may fix it. When did you first install spoutcraft?
     
  28. Offline

    Lunar Delta

    I think the most current dev build has some kind of issue. I was using Spoutcraft normally. I closed MC, did some chores, and when I came back it updated, and now I get a null pointer exception the instant I try to log into my server.
     
  29. Offline

    Joggal

    I, ve installed today spoutcraft for the first time.

    At first as I started spoutcraft it have shown a message:
    connecting for minecraft updates and than there is an message in an litte window: download timeout. :(
     
  30. Offline

    HadrienM

    I think French translation is Done now :) Can update it in spout :)
     
  31. Offline

    Joggal


    I, ve installed today spoutcraft for the first time.

    At first as I started spoutcraft it have shown a message:
    connecting for minecraft updates and than there is an message in an litte window: download timeout. :(
     
Thread Status:
Not open for further replies.

Share This Page