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

    What other plugins are you running?
     
  3. Ok a little follow up on spouts poor performance now this machine is a quad core and has 4GB mem with GTX560Ti
    spout used to run sweet as on 1.0.6 no issues what so ever Spout spec for 1.0.6 was 85FPS avarage with 350 chunk avarage
    Default MC[​IMG]
    Spoutcraft
    [​IMG]
     
  4. Nobody? Ok... I've asked in pm time ago with no success. I've asked here 2 months ago.. and I am asking again. Is this ever possible? Thinking... :-/
     
  5. Offline

    Afforess

    I'm afraid that comparison isn't scientific. You will need to also post screenshots of all your video settings.

    Sorry about missing this. Could you share your code? Item widgets definitely should scale like everything else.

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

    Bobsqeezeorg

    Below this is a screenshot of all my plugins. I removed Spout which disabled VanishNoPacket . After I removed Spout the server hasnt crashed that I know of.

    2011-11-05_12.07.09.png
     
  7. PHP:
    public class Status extends GenericContainer{
        public 
    GenericLabel lWg = new GenericLabel();
        public 
    GenericLabel eWg = new GenericLabel();
        public 
    GenericLabel pWg = new GenericLabel();
        public 
    GenericItemWidget iWg = new GenericItemWidget();

        public 
    Status(){
            
    lWg.setAuto(true).setTextColor(new Color(0.8f0.7f0.7f)).setX(-80).setY(0);
            
    eWg.setAuto(true).setTextColor(new Color(0.8f0.7f0.7f)).setX(-45).setY(0);
            
    pWg.setAuto(true).setTextColor(new Color(0.8f0.7f0.7f)).setX(-40).setY(14);
            
    iWg.setDepth(7).setWidth(7).setHeight(7).setAnchor(WidgetAnchor.TOP_RIGHT);
            
    iWg.setX(-20).setY(10);
            
    addChild(lWg);
            
    addChild(eWg);
            
    addChild(pWg);
            
    addChild(iWg);
            
    setAnchor(WidgetAnchor.TOP_RIGHT).setX(0).setY(3);
            
    setVisible(true);
        }
    }
    PHP:
    public class SpoutCraftListener extends SpoutListener {
        
    Plugin plugin;
        public 
    SpoutCraftListener(Plugin plugin){
            
    this.plugin plugin;
        }
        public 
    void onSpoutCraftEnable(SpoutCraftEnableEvent event) {
            
    SpoutPlayer spl = (SpoutPlayer)event.getPlayer();
            
    spl.getMainScreen().removeWidgets(plugin);

            
    Status stat Orders.onlinePlayers.get(spl.getName().toLowerCase());
            
    spl.getMainScreen().attachWidget(pluginstat);
            
    stat.setDirty(true);
        }
    }
    onlinePlayers is HashMap<String, Status>

    This is how it's looking now, but I've tried different ways. Labels are not scaling with window proportion, because of .setAuto(true), but itemWidget is. But... labels are scaling with GUI Scale (what is fine, ofc) and itemWidget isnt. Thanks for checking...
     
  8. Offline

    Mrchasez

    @Bobsqeezeorg
    This exception is thrown by the garbage collector, when it is spending way too much time collecting garbage. This error essentially means that you need to add more memory
     
  9. I have very very better performance on both computers (nVidia 8600 and nVidia 8800GTS), with smooth lighting turned off...
     
  10. Offline

    BioRage

    @Wulfspider

    Okay, I got a problem that I hope you can help me with.

    First off, in-game when you push F3 - What's the difference from two memory usage bars on the top left?

    Memory usage 1xx out of 187mb
    Allocated 1xx out of 989mb.

    Second;
    For some reason when I'm using W7 it only allocates 1gb/4gb RAM, any more and it says Java Virtual error (aka not enough ram?)

    However, on Max OSX Leopard, It let's be allocate all 4GB fine..

    Any ideas?
     
  11. Offline

    fffizzz

    Code:
    2011-11-05 16:19:39 [WARNING] Failed to handle packet: java.lang.NullPointerException
    java.lang.NullPointerException
            at net.minecraft.server.Packet21PickupSpawn.<init>(SourceFile:22)
            at net.minecraft.server.EntityTrackerEntry.b(EntityTrackerEntry.java:240)
            at net.minecraft.server.EntityTrackerEntry.b(EntityTrackerEntry.java:192)
            at net.minecraft.server.EntityTracker.track(EntityTracker.java:33)
            at net.minecraft.server.WorldManager.a(WorldManager.java:16)
            at net.minecraft.server.World.c(World.java:881)
            at net.minecraft.server.WorldServer.c(WorldServer.java:161)
            at net.minecraft.server.World.addEntity(World.java:874)
            at net.minecraft.server.World.addEntity(World.java:826)
            at net.minecraft.server.ServerConfigurationManager.moveToWorld(ServerConfigurationManager.java:289)
            at net.minecraft.server.ServerConfigurationManager.f(ServerConfigurationManager.java:332)
            at net.minecraft.server.EntityPlayer.b(EntityPlayer.java:280)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:305)
            at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:615)
            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: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)
    
    Any idea what caused this? looks to be something with spawn? no clue though.. :D

    this caused the server to go into read time out loop

    Code:
    2011-11-05 16:19:39 [SEVERE] java.lang.NullPointerException
    2011-11-05 16:19:39 [SEVERE]    at net.minecraft.server.Packet21PickupSpawn.<init>(SourceFile:22)
    2011-11-05 16:19:39 [SEVERE]    at net.minecraft.server.EntityTrackerEntry.b(EntityTrackerEntry.java:240)
    2011-11-05 16:19:39 [SEVERE]    at net.minecraft.server.EntityTrackerEntry.b(EntityTrackerEntry.java:192)
    2011-11-05 16:19:39 [SEVERE]    at net.minecraft.server.EntityTracker.updatePlayers(EntityTracker.java:132)
    2011-11-05 16:19:39 [SEVERE]    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:476)
    2011-11-05 16:19:39 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    2011-11-05 16:19:39 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-11-05 16:19:39 [SEVERE] Unexpected exception
    java.lang.NullPointerException
            at net.minecraft.server.Packet21PickupSpawn.<init>(SourceFile:22)
            at net.minecraft.server.EntityTrackerEntry.b(EntityTrackerEntry.java:240)
            at net.minecraft.server.EntityTrackerEntry.b(EntityTrackerEntry.java:192)
            at net.minecraft.server.EntityTracker.updatePlayers(EntityTracker.java:132)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:476)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-11-05 16:19:51 [INFO] Read timed out
    
     
  12. Offline

    Afforess

    @fffizzz - that looks like a CraftBukkit issue.
     
  13. Offline

    Pamelloes

    Seems like a vanilla minecraft issue - the specified class (Packet21PickupSpawn) isn't in CraftBukkit and is sealed (so my decompiler won't work :/). then again, maybe it is a craftbukkit issue from somewhere higher in the stack trace
     
  14. Offline

    chr100

    how do i install spoutapi
     
  15. Offline

    Wulfspider

    Plugin developers build against SpoutAPI. You do not install SpoutAPI on your server because it comes in Spout.jar.

    Spoutcraft is the client and you can install it using our launcher or manually. http://spout.in/downloads
     
  16. Offline

    Marcos Cosmos

    I only run 21fps... though thats an improvement with spout... anyone of you complaining about 30+fps wanna buy me a better computer? xD
     
  17. Offline

    Sh4d0w

    Anyone knowing if there are Spoutplugins available which change the MapHeight?
     
  18. Offline

    Wulfspider

    No, it's not really possible yet. You'll see it after MC 1.9 final is out and Spoutcraft has been updated for it.
     
  19. Offline

    Sh4d0w

    Hm are no bukkit methods for mapHeight available?
    How will it available? Via bukkit, Spout-only or via Spout+plugins?
    I prefer Spout-only, because many developer won't produce plugins further (INACTIVE)
     
  20. Offline

    Wulfspider

    I believe the server has it already, but the client can't be done till 1.9 I think. @Afforess or one of the other guys would know more. https://github.com/SpoutDev/Spout/issues/527
     
  21. Offline

    Afforess

    Other way around. We can do it client side, but not on the server yet. :p
     
  22. Offline

    Wulfspider

    I stand corrected!
     
  23. Offline

    dockter

    Am I correct if I say that you wont have a spout compatible build to 1.8+ until gold? Because your waiting on MCP correct?
     
  24. Offline

    Wulfspider

    There is a MCP release for 1.9pre, but we have no plans to update to pre-releases as it takes way too much time and we'd rather devote that time to bug fixes and new stuff. Being as a final version of Minecraft is around the corner, we don't really see a need to waste that time only to have to do it again so soon.
     
  25. Offline

    Afforess

    Correct.
     
  26. Offline

    Wulfspider

    By the way... www.getspout.org is open now if anyone hasn't noticed. ;)
    You can submit your server for registration and donate to get it featured.
     
  27. Kinda thoght you would come back with saying something like that both launchers were on default settings with no changes please address the chunk loading issue as there is one that effects FPS like iv said before iv tried EVERYTHING a little more info is its running on windows 7 64 and java 7 64

    Thank you doing that has seemed to make it run a hell of alot better still a little jittering when it comes to chunk loading but is now playable as appose to unplayable lol

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

    Raycrash

    Code:
    2011-11-05 21:05:20 [INFO] [Spout] Successfully authenticated Fetzbock's Spoutcraft client. Running client version: 718
    2011-11-05 21:09:53 [SEVERE] java.lang.NoClassDefFoundError: org/getspout/spoutapi/sound/Music
    2011-11-05 21:09:53 [SEVERE]     at org.getspout.spoutapi.packet.PacketMusicChange.run(PacketMusicChange.java:69)
    2011-11-05 21:09:53 [SEVERE]     at org.getspout.spout.packet.CustomPacket.a(CustomPacket.java:130)
    2011-11-05 21:09:53 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-11-05 21:09:53 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    2011-11-05 21:09:53 [SEVERE]     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:501)
    2011-11-05 21:09:53 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    2011-11-05 21:09:53 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    2011-11-05 21:09:53 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    2011-11-05 21:09:53 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-11-05 21:09:53 [SEVERE] Caused by: java.lang.ClassNotFoundException: org.getspout.spoutapi.sound.Music
    2011-11-05 21:09:53 [SEVERE]     at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
    2011-11-05 21:09:53 [SEVERE]     at java.security.AccessController.doPrivileged(Native Method)
    2011-11-05 21:09:53 [SEVERE]     at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
    2011-11-05 21:09:53 [SEVERE]     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    2011-11-05 21:09:53 [SEVERE]     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    2011-11-05 21:09:53 [SEVERE]     at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
    2011-11-05 21:09:53 [SEVERE]     at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
    2011-11-05 21:09:53 [SEVERE]     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:334)
    2011-11-05 21:09:53 [SEVERE]     ... 9 more
    got this today after that the server didnt respond to spoutcraft clients

    I got the problem that some textures like that far away (top right corner) sugar cane isn't rendered properly it gets very whitish same for grass on a bit of distance.[​IMG]

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

    Wulfspider

    Are you using the latest dev build or RB? I believe @Afforess fixed some issues with mipmapping.

    What build of Spout?

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

    Raycrash

    It seems that this was still on spout 502 (after switching to 1337) now on 510 it works.

    And I use the latest RB (718)
     
  31. Offline

    BioRage

    @Afforess
     
Thread Status:
Not open for further replies.

Share This Page