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

    jycs

    Yes but what, we don't have other information on the log... The player is "removed entity", it's not suffisant ?
     
  3. Offline

    Wulfspider

    What does that have to do with us? That "Fetching addPacket for removed entity" is not from us.
    https://bukkit.atlassian.net/browse/BUKKIT-32
     
  4. Offline

    shanko

    I cant join my server with spoutcraft, it gets stuck at Logging in...

    then the screen blinks black over and over again, Ive tried multiple times and it wont work, the vanilla client works though =/
     
  5. Offline

    Wulfspider

    Does the server or client log have any errors?
     
  6. Offline

    shanko

    Not sure how to get the client logs, and there were no server errors. But I just updated to the dev build and it worked
     
  7. Offline

    Wulfspider

    What build were you on? Logs are under your Spoutcraft install folder. For Windows, %appdata%/.spoutcraft/logs by default.
     
  8. Offline

    Mr.D3Rp

    I am truelly amzed by this:) but can u tell me everthing spoutcraft is really capable of doing
     
  9. Offline

    Wulfspider

  10. Offline

    jycs

    • Innapropriate Attitude
    f* sprout...

    1 Mounth of problems (not only me, all of my contacts too !)
    - 2gb or 4gb ram set but for Sproutcraft 2/4gb = 200mo
    - so .spoutcraft deleted
    - cache cleared
    - spoutcraft RE downloaded
    - latest version putted
    - 2gb of more of ram putted => CRASH (YES I have java x64)
    - so 1gb !
    - CONNEXION IMPOSSIBLE TO ANY SVR !!!
    -D A M N E D !!!!!!

    Really no special message and no log. Different computers, no mod for me and original texture.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  11. Offline

    Wulfspider

    Likely you are reading the memory on the debug screen wrong.
    Crashes = logs = helpful information for us, so if you can provide that instead of complaining, that would be useful
     
  12. Offline

    jycs

    We posts logs since 1 mounth :/
    http://pastebin.com/xuU2eBht
     
  13. Offline

    Wulfspider

    Ye
    That log has no useful information in it though. You should have others showing actual crash information. How did it exactly "crash"? As in, what were you doing... what are you using... etc etc.
     
  14. Offline

    jycs

    Theses crashes looks like a client ram crash. No log in the bukkit console...
    there is one month, we don't had these problems. We are not in Lan, we are 7 persons at different geographics positions !!! Spout have these bugs in any server !
     
  15. Offline

    Wulfspider

    You still haven't told me how it's actually "crashing", you just keep calling it a crash with no details as to what is actually going on or what you are doing or using for settings, texture pack, etc.

    It's very odd for each of you to have the same issues with different computers and setups, so I can't see any connection unless you've all install other client mods. Either way, we haven't heard of any "crash" issues like this for quite some time, but you can't really "crash" the game without some sort of error. Running out of memory is not a "crash".

    What features are you using? The minimap, shaders, fancy, default?

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

    jycs

    Nothing more than the original Spout.
    I reduce the GUI with a HD+ resolution maybe ? But the other persons don't have bigs resolutions...
     
  17. Offline

    dabomb665m

    I've recently added spoutplugin on my list. I'm having an odd conflict between one of my main plugins however. The plugin in question is deathcontrol: http://dev.bukkit.org/server-mods/deathcontrol/
    Here is what I'm using: CB 1.2.5R1, Tried Spoutplugin from 1110-1116. I've isolated on a test server to just SpoutPlugin and Deathcontrol(latest).

    What happens:
    DeathControl will give players their items back with a command "/death back". On the case that a player dies and disconnects, DeathControl will wait and allow you to log back in to use "/death back" again. Something about the Spoutplugin prevents Deathcontrol from giving people their inventories back after a death+relogin scenario.

    Any ideas what could be causing this? The weird thing is Deathcontrol usually gives a message if it succeeds or fails. Right after a relogin, the message is completely eaten somewhere (doesn't show up). But if you repeat the command again, it will say "no items saved". Basically something happened to the first command and it never recovers. Otherwise, the default behavior of deathcontrol is to drop the items after a set period of time if you don't use /death back (when this specific case happens, the items disappear forever)
     
  18. Offline

    Buckethead

    I think this is from a new plugin i got called SquadBot.

    Code:
    20:14:02 [SEVERE] Could not pass event PlayerQuitEvent to Spout
    org.bukkit.event.EventException
     
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
     
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
     
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
     
            at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConfigurationManager.java:179)
     
            at net.minecraft.server.NetServerHandler.disconnect(NetServerHandler.java:158)
     
            at org.bukkit.craftbukkit.entity.CraftPlayer.kickPlayer(CraftPlayer.java:220)
     
            at com.earth2me.essentials.PlayerExtension.kickPlayer(PlayerExtension.java)
     
            at com.earth2me.essentials.User.checkActivity(User.java:530)
     
            at com.earth2me.essentials.EssentialsTimer.run(EssentialsTimer.java:31)
     
            at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:126)
     
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:517)
     
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
     
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
     
    Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.entity.CraftPlayer cannot be cast to org.getspout.spoutapi.player.SpoutPlayer
     
            at org.getspout.spout.SpoutPlayerListener.onPlayerQuit(SpoutPlayerListener.java:241)
     
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     
            at java.lang.reflect.Method.invoke(Unknown Source)
     
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
     
            ... 12 more
     
    20:14:02 [SEVERE] Could not pass event PlayerQuitEvent to Spout
    org.bukkit.event.EventException
     
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
     
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
     
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
     
            at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConfigurationManager.java:179)
     
            at net.minecraft.server.NetServerHandler.disconnect(NetServerHandler.java:158)
     
            at org.bukkit.craftbukkit.entity.CraftPlayer.kickPlayer(CraftPlayer.java:220)
     
            at com.earth2me.essentials.PlayerExtension.kickPlayer(PlayerExtension.java)
     
            at com.earth2me.essentials.User.checkActivity(User.java:530)
     
            at com.earth2me.essentials.EssentialsTimer.run(EssentialsTimer.java:31)
     
            at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:126)
     
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:517)
     
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
     
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
     
    Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.entity.CraftPlayer cannot be cast to org.getspout.spoutapi.player.SpoutPlayer
     
            at org.getspout.spout.SpoutPlayerListener.onPlayerQuit(SpoutPlayerListener.java:241)
     
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     
            at java.lang.reflect.Method.invoke(Unknown Source)
     
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
     
            ... 12 more
     
    20:14:02 [SEVERE] Could not pass event PlayerQuitEvent to Spout
    org.bukkit.event.EventException
     
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
     
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
     
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
     
            at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConfigurationManager.java:179)
     
            at net.minecraft.server.NetServerHandler.disconnect(NetServerHandler.java:158)
     
            at org.bukkit.craftbukkit.entity.CraftPlayer.kickPlayer(CraftPlayer.java:220)
     
            at com.earth2me.essentials.PlayerExtension.kickPlayer(PlayerExtension.java)
     
            at com.earth2me.essentials.User.checkActivity(User.java:530)
     
            at com.earth2me.essentials.EssentialsTimer.run(EssentialsTimer.java:31)
     
            at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:126)
     
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:517)
     
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
     
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
     
    Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.entity.CraftPlayer cannot be cast to org.getspout.spoutapi.player.SpoutPlayer
     
            at org.getspout.spout.SpoutPlayerListener.onPlayerQuit(SpoutPlayerListener.java:241)
     
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     
            at java.lang.reflect.Method.invoke(Unknown Source)
     
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
     
            ... 12 more
    
     
  19. Offline

    Wulfspider

    Thanks, should be fixed in build 1121 and above of SpoutPlugin.
     
    Buckethead likes this.
  20. Offline

    Buckethead

    YAYY I HELPED. ty
     
  21. Offline

    1928blue

    my spoutcraft.exe goes bonkers!
    i create a new world, and for a few seconds i'm standing happpily with some map compass on my screen thatfills up half ot the screen with whitewash, than it goes gray aand i can't do anything but quit! Solution?
     
  22. Offline

    Wulfspider

    We'd need to see client logs. They are located under %appdata%/.spoutcraft/logs if you are on Windows.
     
  23. Offline

    Percefane

    Does it's possible to put spoutcraft in minecraft.jar?
     
  24. Offline

    Wulfspider

    Yes, but not a simple task and not supported by us.
     
  25. Offline

    Percefane

    Hum, ok. But, can you just tell me (if you know) or help me to do that?

    Thank you!
     
  26. Offline

    Blackstorm72

    Welp, this is interesting.

    [​IMG]

    I suppose it follows suit with spout.org down?
     
  27. Offline

    Wulfspider

    No, we do not support manual installs. If you want to figure it out, you can search our site. Telling you how to do it only adds more support for us when you break it by adding other client mods and whatever else you may do with it.

    Looks like it was an issue with the data center for a short period. Should all be good now.

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

    Blackstorm72

    Thanks wulf, all working well here :)
     
  29. Offline

    Recolance

    Mine works perfect. I shit bricks (excuse my language)
     
  30. Offline

    1928blue

    20:08:24 [INFO] 1928blue lost connection: disconnect.timeout
    20:08:24 [SEVERE] at java.net.SocketOutputStream.socketWrite(Unknown Sourc
    e)
    20:08:24 [SEVERE] at java.net.SocketOutputStream.write(Unknown Source)
    20:08:24 [SEVERE] at java.io.BufferedOutputStream.flushBuffer(Unknown Sour
    ce)
    20:08:24 [SEVERE] at java.io.BufferedOutputStream.flush(Unknown Source)
    20:08:24 [SEVERE] at java.io.DataOutputStream.flush(Unknown Source)
    20:08:24 [SEVERE] at net.minecraft.server.NetworkWriterThread.run(SourceFi
    le:103)

    Help!
     
  31. Offline

    Wulfspider

    Did you reload your server? What builds are you on?
     
Thread Status:
Not open for further replies.

Share This Page