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. that's more like what I'm looking for Thanks! :cool:
     
  3. Offline

    necavi

    @Armaxxx Uhhh....the hostname, SSH login and password for the server's host machine?
     
  4. Offline

    Top_Cat

    Yes from the server
     
  5. Offline

    RGadelha

    No problem!
    Both are good, pretty good indeed.
    Anyway, it's just the beginning, they will get better when SpoutcraftAPI is released, that's what I think.
     
  6. Offline

    wachnlurn

    i used the command /coords and this happened and everyone got kicked from the server
    Code:
    2011-09-03 06:35:25 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2011-09-03 06:35:25 [SEVERE]    at net.minecraft.server.World.getMultiChunkData(World.java:2209)
    2011-09-03 06:35:25 [SEVERE]    at net.minecraft.server.Packet51MapChunk.<init>(Packet51MapChunk.java:28)
    2011-09-03 06:35:25 [SEVERE]    at org.getspout.spout.MapChunkThread.sendPacketMapChunk(MapChunkThread.java:209)
    2011-09-03 06:35:25 [SEVERE]    at org.getspout.spout.MapChunkThread.sendPacketMapChunk(MapChunkThread.java:200)
    2011-09-03 06:35:25 [SEVERE]    at org.getspout.spout.SpoutNetServerHandler.manageChunkQueue(SpoutNetServerHandler.java:662)
    2011-09-03 06:35:25 [SEVERE]    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:577)
    2011-09-03 06:35:25 [SEVERE]    at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    2011-09-03 06:35:25 [SEVERE]    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-09-03 06:35:25 [SEVERE]    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
    2011-09-03 06:35:25 [SEVERE]    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:478)
    2011-09-03 06:35:25 [SEVERE]    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-09-03 06:35:25 [SEVERE]    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    2011-09-03 06:35:25 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    2011-09-03 06:35:25 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-09-03 06:35:25 [SEVERE] Unexpected exception
    java.lang.OutOfMemoryError: Java heap space
            at net.minecraft.server.World.getMultiChunkData(World.java:2209)
            at net.minecraft.server.Packet51MapChunk.<init>(Packet51MapChunk.java:28)
            at org.getspout.spout.MapChunkThread.sendPacketMapChunk(MapChunkThread.java:209)
            at org.getspout.spout.MapChunkThread.sendPacketMapChunk(MapChunkThread.java:200)
            at org.getspout.spout.SpoutNetServerHandler.manageChunkQueue(SpoutNetServerHandler.java:662)
            at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:577)
            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:478)
            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-09-03 06:36:18 [SEVERE] Exception in thread "Thread-38"
    2011-09-03 06:36:21 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2011-09-03 06:36:21 [SEVERE] Exception in thread "Connection #14 read thread"
    2011-09-03 06:36:21 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2011-09-03 06:36:33 [SEVERE]    at sun.reflect.GeneratedConstructorAccessor34.newInstance(Unknown Source)
    2011-09-03 06:36:36 [SEVERE]    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    2011-09-03 06:36:37 [SEVERE]    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    
     
  7. Offline

    chuiby

    Is there any way to set scrollers to vertical instead of horizontal. And btw, the wiki needs a lot more info about the API
     
  8. Offline

    HadrienM

    @SpoutDev

    Hello, i've this error in debug mode, Spoutcraft don't want to download files and crash at random % :

    Code:
    java.io.IOException: Download Timeout
            at org.spoutcraft.launcher.AsyncDownload.Download.maybeAvailable(Downloa
    d.java:83)
            at org.spoutcraft.launcher.AsyncDownload.Download.run(Download.java:113)
    
            at org.spoutcraft.launcher.GameUpdater.downloadFile(GameUpdater.java:461
    )
            at org.spoutcraft.launcher.GameUpdater.updateMC(GameUpdater.java:88)
            at org.spoutcraft.launcher.GUI.LoginForm$3$1.doInBackground(LoginForm.ja
    va:553)
            at org.spoutcraft.launcher.GUI.LoginForm$3$1.doInBackground(LoginForm.ja
    va:523)
            at javax.swing.SwingWorker$1.call(Unknown Source)
            at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
            at java.util.concurrent.FutureTask.run(Unknown Source)
            at javax.swing.SwingWorker.run(Unknown Source)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
            at java.lang.Thread.run(Unknown Source)
    
    What do ?

    Note : I have no firewalls, AV (disabled) and i've deleted .spoutcraft floder, same. :eek:

    Thanks
     
  9. Offline

    Wulfspider

    There are no scroll bars yet. I believe what you are talking about is sliders.
    The wiki doesn't write itself, people actually have to take time to do it. :p

    Just try again. We're working on a better updater and download sources for Spoutcraft files.

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

    JargonTheRed

    Is there a way to tell the Spout client to download specific files on join? Cureently I'm having to distribute a filepack and installer, because some downloads activited with BCmusic won't finish.

    And if there's not, could you add some way to do it? That would be great.
     
  11. Offline

    Top_Cat

    Plugins have the ability to do it.
     
  12. Offline

    MCAndi

    CraftBukkit:
    RB#1060​

    Spout (1.0.5):
    Spout: 227​
    SpoutCraft: 262​

    SpoutCraft crashes for me at any random time.
    It's always the same:

    (-> "Dirt"-Screen -> White-Screen)

    The server just continues running fine, no errors.
     
  13. Offline

    Afforess

    Your server ran out of memory - not a Spout error.
     
  14. Offline

    alta189

    Yah there are memory leaks in 1060 IIRC
     
  15. Offline

    wachnlurn

    ahh ok, seems pretty obvious had i payed attention to the first line. but this only happens when spout is enabled. although the most recent one was when i was using /axr off so that is probably to blame. The command just puting it over the top possibly. Does spout use alot of memory? i thought it improves server performance.
     
  16. Offline

    Leraios

    I can't seem to connect to a server ever since I last manually updated Spout. I always get kicked within the first second and get a message like "null pointer exception"... Any idea?

    Nevermind, I probably screwed up while putting the files inside minecraft.jar... It's working now.
     
  17. Offline

    Nieksas

    any ideas ?

    some times when some one log ing my server just crash

    Code:
    2011-09-03 17:54:55 [INFO] Realqxz [/78.56.160.227:4433] logged in with entity id 14925 at ([world] 462.0, 69.0, -5.0)
    2011-09-03 17:54:56 [INFO] Reading data
    2011-09-03 17:54:56 [SEVERE] java.lang.OutOfMemoryError: unable to create new native thread
    2011-09-03 17:54:56 [SEVERE]     at java.lang.Thread.start0(Native Method)
    2011-09-03 17:54:56 [SEVERE]     at java.lang.Thread.start(Thread.java:614)
    2011-09-03 17:54:56 [SEVERE]     at org.getspout.spout.player.SimpleFileManager.onPlayerJoin(SimpleFileManager.java:87)
    2011-09-03 17:54:56 [SEVERE]     at org.getspout.spout.PlayerManager.onSpoutcraftEnable(PlayerManager.java:76)
    2011-09-03 17:54:56 [SEVERE]     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:121)
    2011-09-03 17:54:56 [SEVERE]     at net.minecraft.server.Packet18ArmAnimation.a(SourceFile:35)
    2011-09-03 17:54:56 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-09-03 17:54:56 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
    2011-09-03 17:54:56 [SEVERE]     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:478)
    2011-09-03 17:54:56 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-09-03 17:54:56 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    2011-09-03 17:54:56 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    2011-09-03 17:54:56 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-09-03 17:54:56 [SEVERE] Unexpected exception
    java.lang.OutOfMemoryError: unable to create new native thread
        at java.lang.Thread.start0(Native Method)
        at java.lang.Thread.start(Thread.java:614)
        at org.getspout.spout.player.SimpleFileManager.onPlayerJoin(SimpleFileManager.java:87)
        at org.getspout.spout.PlayerManager.onSpoutcraftEnable(PlayerManager.java:76)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:121)
        at net.minecraft.server.Packet18ArmAnimation.a(SourceFile:35)
        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:478)
        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-09-03 17:54:56 [SEVERE] Exception in thread "http://mcmmo.rycochet.net/mcmmo/HUD/Standard/xpbar_inc000.png"
    2011-09-03 17:54:56 [SEVERE] java.lang.OutOfMemoryError: unable to create new native thread
    2011-09-03 17:54:56 [SEVERE]     at java.lang.Thread.start0(Native Method)
    2011-09-03 17:54:56 [SEVERE]     at java.lang.Thread.start(Thread.java:614)
    2011-09-03 17:54:56 [SEVERE]     at sun.net.www.http.KeepAliveCache$1.run(KeepAliveCache.java:108)
    2011-09-03 17:54:56 [SEVERE]     at java.security.AccessController.doPrivileged(Native Method)
    2011-09-03 17:54:56 [SEVERE]     at sun.net.www.http.KeepAliveCache.put(KeepAliveCache.java:94)
    2011-09-03 17:54:56 [SEVERE]     at sun.net.www.http.HttpClient.putInKeepAliveCache(HttpClient.java:385)
    2011-09-03 17:54:56 [SEVERE]     at sun.net.www.http.HttpClient.finished(HttpClient.java:373)
    2011-09-03 17:54:56 [SEVERE]     at sun.net.www.http.KeepAliveStream.close(KeepAliveStream.java:104)
    2011-09-03 17:54:56 [SEVERE]     at sun.net.www.MeteredStream.justRead(MeteredStream.java:93)
    2011-09-03 17:54:56 [SEVERE]     at sun.net.www.MeteredStream.skip(MeteredStream.java:154)
    2011-09-03 17:54:56 [SEVERE]     at sun.net.www.http.KeepAliveStream.close(KeepAliveStream.java:93)
    2011-09-03 17:54:56 [SEVERE]     at java.io.FilterInputStream.close(FilterInputStream.java:172)
    2011-09-03 17:54:56 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.close(HttpURLConnection.java:2619)
    2011-09-03 17:54:56 [SEVERE]     at org.getspout.spoutapi.io.CRCStore.getCRC(CRCStore.java:112)
    2011-09-03 17:54:56 [SEVERE]     at org.getspout.spoutapi.io.CRCStore$URLCheck.run(CRCStore.java:155)
     
  18. Offline

    alta189

    Your answer was 3 posts up

     
  19. Offline

    Nieksas

    ohh so bukkit or spout is f*cked up?
     
  20. Offline

    Afforess

    Bukkit. Use the development builds of Craftbukkit, they fixed the leak there.
     
  21. Offline

    RGadelha

    Please, @Afforess / @alta189 / @SpoutDev
    What CB build do you recommend, I've tried the last one, #1085, but gave me a lot of errors, maybe #1064?
     
  22. Offline

    MCAndi

    Please answer! (open)

    Please give me an answer!
     
  23. Offline

    Spycoclown

    what about Modloade and ModloaderMP? will it be supported at any time?because client side plugin system inst finish now...

    I need them for Mods on my Server and i would like to use spout because its great... only the missing support is realy bad...
     
  24. Offline

    Afforess

    1064 should be good.

    Nope, never.

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

    Spycoclown

    when could we count with the client side plugin system?
     
  26. Offline

    RGadelha

    OK, thanks.
     
  27. Offline

    Afforess

    It's already partially done. Custom addons can be loaded, but cant do anything yet.
     
  28. Offline

    Nieksas

    ok i updated cb to 1064 but still get error :/
     
  29. Offline

    Sh4d0w

    are there permissions to activate some other "grey"-marked features?
    and will be worked on the performance in future?

    and are there more option-lines for spout (config)?

    the joining took long and the server leaving enough longer, many times it freezes.

    with i5-750 @4 Ghz
    GTX 580
    8 GB 1600 DDR3 RAM
     
  30. Offline

    Nieksas

    error with 1064

    2011-09-03 22:05:10 [SEVERE] java.lang.OutOfMemoryError: unable to create new native thread
    2011-09-03 22:05:10 [SEVERE] at java.lang.Thread.start0(Native Method)
    2011-09-03 22:05:10 [SEVERE] at java.lang.Thread.start(Thread.java:614)
    2011-09-03 22:05:10 [SEVERE] at org.getspout.spout.player.SimpleFileManager.onPlayerJoin(SimpleFileManager.java:87)
    2011-09-03 22:05:10 [SEVERE] at org.getspout.spout.PlayerManager.onSpoutcraftEnable(PlayerManager.java:76)
    2011-09-03 22:05:10 [SEVERE] at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:121)
    2011-09-03 22:05:10 [SEVERE] at net.minecraft.server.Packet18ArmAnimation.a(SourceFile:35)
    2011-09-03 22:05:10 [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-09-03 22:05:10 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
    2011-09-03 22:05:10 [SEVERE] at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:478)
    2011-09-03 22:05:10 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-09-03 22:05:10 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:453)
    2011-09-03 22:05:10 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    2011-09-03 22:05:10 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-09-03 22:05:10 [SEVERE] Unexpected exception
    java.lang.OutOfMemoryError: unable to create new native thread
    at java.lang.Thread.start0(Native Method)
    at java.lang.Thread.start(Thread.java:614)
    at org.getspout.spout.player.SimpleFileManager.onPlayerJoin(SimpleFileManager.java:87)
    at org.getspout.spout.PlayerManager.onSpoutcraftEnable(PlayerManager.java:76)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:121)
    at net.minecraft.server.Packet18ArmAnimation.a(SourceFile:35)
    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:478)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:453)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-09-03 22:05:10 [SEVERE] Exception in thread "http://mcmmo.rycochet.net/mcmmo/HUD/Standard/xpbar_inc000.png"
    2011-09-03 22:05:10 [SEVERE] java.lang.OutOfMemoryError: unable to create new native thread
    2011-09-03 22:05:10 [SEVERE] at java.lang.Thread.start0(Native Method)
    2011-09-03 22:05:10 [SEVERE] at java.lang.Thread.start(Thread.java:614)
    2011-09-03 22:05:10 [SEVERE] at sun.net.www.http.KeepAliveCache$1.run(KeepAliveCache.java:108)
    2011-09-03 22:05:10 [SEVERE] at java.security.AccessController.doPrivileged(Native Method)
    2011-09-03 22:05:10 [SEVERE] at sun.net.www.http.KeepAliveCache.put(KeepAliveCache.java:94)
    2011-09-03 22:05:10 [SEVERE] at sun.net.www.http.HttpClient.putInKeepAliveCache(HttpClient.java:385)
    2011-09-03 22:05:10 [SEVERE] at sun.net.www.http.HttpClient.finished(HttpClient.java:373)
    2011-09-03 22:05:10 [SEVERE] at sun.net.www.http.KeepAliveStream.close(KeepAliveStream.java:104)
    2011-09-03 22:05:10 [SEVERE] at sun.net.www.MeteredStream.justRead(MeteredStream.java:93)
    2011-09-03 22:05:10 [SEVERE] at sun.net.www.MeteredStream.skip(MeteredStream.java:154)
    2011-09-03 22:05:10 [SEVERE] at sun.net.www.http.KeepAliveStream.close(KeepAliveStream.java:93)
    2011-09-03 22:05:10 [SEVERE] at java.io.FilterInputStream.close(FilterInputStream.java:172)
    2011-09-03 22:05:10 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.close(HttpURLConnection.java:2619)
    2011-09-03 22:05:10 [SEVERE] at org.getspout.spoutapi.io.CRCStore.getCRC(CRCStore.java:112)
    2011-09-03 22:05:10 [SEVERE] at org.getspout.spoutapi.io.CRCStore$URLCheck.run(CRCStore.java:155)
    2011-09-03 22:05:46 [INFO] Read timed out
    2011-09-03 22:06:07 [INFO] Stopping the server..
    2011-09-03 22:06:07 [INFO] Stopping server
    2011-09-03 22:06:07 [SEVERE] Error occurred while disabling Death and Rebirth v2.4 (Is it up to date?): null
     
  31. Offline

    Top_Cat

    Read up, this has been answered twice on THIS page.
     
Thread Status:
Not open for further replies.

Share This Page