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

    Jtmzac

    Is spout and spoutcraft meant to use enormous amounts of upload bandwidth?
    A normal bukkit server for me is about 5kbps (bits not bytes) per person but with spout and spoutcraft its almost 250kbps per person.
    This is a real problem as my upload speed is only 1 mbps and that’s the fastest residential upload speed I can get until the optic fibre network is laid through our area in 3-5 years’ time. (I live in Australia)
    .
    I'm also getting blocks going clear then returning to normal a second or two later like when you make a texture transparent. Also sometimes I can mine 20 or so blocks but they do not disappear visually but you can mine or dig straight through them and like the other problem it fixes itself after a few seconds.
    .
    Whenever I first log into a server spoutcraft is taking ages to login and getting sitting on the "downloading" screen without a bar for a few minutes and then when it finally gets into the server it extremely laggy until the timer is finished counting down and I walk around a bit. I have noticed that the RAM is maxing out at about 550mb while this is happening. This doesn't seem right; logging into a server with no plugins except spout with an unmodded spoutcraft client using the default texture pack shouldn't cause so many problems.
    .
    Also did you remove the ability to login through a batch file? And remove the ability to use a batch file in general? This is fine for those who don't use batch files but it's unnecessary as sharing a batch file and the spoutcraft.jar with server players is incredibly easy as it's small and self-contained (when using "set appdata").
    .
    Also I know it's a bit different but could you please leave/make the spout client totally unmoddable and not make it work with client mods. I know this sounds detrimental to everyone but this would solve a lot of cheating problems and would be easier as no-one would ever have to install client mods as all the mods/plugins would be forced to server side mods which would make everything a lot easier for normal players.
    .
    I'm using spout b449 spoutcraft b564 and bukkit b1317 and no plugins except spout.
    .
    Yes I know I should submit a ticket but it would be 6 tickets and well it makes more sense to ask here and make sure there isn't an easy fix first as that's a lot of tickets.
     
  3. Offline

    Marcos Cosmos

    250kps? The only circumstances that i know of that have 250kps are streaming vídeos and file downloads...
     
  4. Offline

    Wulfspider

    Through the CraftBukkit server? :p

    That would be @Gabriel333 and his BukkitInventoryTools. ;)

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

    Jtmzac

    I can guarantee you I was not streaming anything at all.
    There was nothing else running on the computer.
    It happens when either I log in through my external ip or when someone else at a different location logs in too.
    I have a Bigfoot Killer network card built into my motherboard and I'm using it's software to monitor the upload bandwidth which is definitely the server as I can monitor individual tasks. (in this case the java.exe that is the server)
    The software isn't wrong either, when I was testing the server became extremely laggy and skype started dropping out and the audio quality severly dropped. (I have tested it without skype the problem is still there)
     
  6. Offline

    dockter

    You guys are the best.
     
  7. Offline

    Afforess

    I highly doubt those numbers. You can open the F3 debug screen and Spoutcraft will show the total incoming bandwidth and outgoing bandwidth averages. I regularly am at 30kb/s down and 10kb/s up.
    .
    Yeah, I've noticed this too. It doesn't happen every time, like 1/20 block changes.


    This should be fixed in the development builds already.

    We never removed it per-se. Never removed it in the sense that it never was a feature of our launcher. We've had other requests for it in the past, but it's not high on our priorities.

    Spoutcraft is not a solution to cheating, nor is it meant to be one. I already am aware that several high end (paid) griefing clients can fake Spoutcraft authentication.
     
  8. Offline

    dockter

    What does this error mean: (ingame)

    Error: BITPlayerListener, Cant handle block:WALL_SIGN

    Im trying to destroy a sign but can't, when I destory it, it comes back automatically and displays the above error when I try to remove it.
     
  9. Offline

    Afforess

    Ask whoever wrote the "BITPlayerListener"...It's not Spout related.
     
  10. Offline

    dockter

    This is confirmed fixed.

    You are f*****g smart. Never thought to see if I had accidentally put a lock on it.

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

    Jtmzac

    Mine's a bit higher than that. Client side 100kbps down seems to be about average and 20kbps up. These number are walking around in a generated area. The number go up to 2.5 times these when generating new terrain.
    These are reversed of course for the server as I am hosting it on my computer.

    I am just wondering if my batch file for starting spoutcraft will cause any problems
    Code:
    @ECHO off
    set appdata=%CD%\appdata
    start /b javaw -Xincgc -Xms2G -Xmx2G -jar spoutcraft.jar
    I think I should have made it clear that the cheating doesn't actually matter to me as the players on my server have finally settled down and are learning to play respectfully.
    I was more thinking that if the spoutcraft client was very hard to mod it would encourage all mods and plugins to be server side.
    In a perfect world you would simple download spoutcraft and all mods would be on the server and would work automatically for the client.
    The fact that what was previously only possible with client and server mods is possible with just the spoutcraft client and server plugins is what excited me so much when I first saw spout.
    Basically I'm thinking that it would make things easier for plugin developers and regular players alike.
     
  12. Offline

    Wulfspider

    The bandwidth is higher as they are caching chunks. Once they have cached those chunks, it should continue to fall if they are in chunks that are already cached and haven't been updated I believe. I normally idle around 3kbps up and 10kbps down after having cached chunks that I am in.

    As of right now, any Java arguments you pass to the launcher or updater jar doesn't actually get passed to the game itself. This happens because of the memory option we added to the launcher itself, which then launches a new instance for the client with the configured memory option. You can assign memory on the launcher in the Options menu. This gets saved to a config file for the launcher (spoutcraft.properties).
    Edit: Apparently they ARE passed to the JavaVM, but the in-game memory values do not reflect this. They will show what the launcher itself assigned.

    The Spoutcraft client is already difficult to use with other mods due to the vast amount of classes we modify. Most of the time, if they toss a few classes in, they will usually be overwriting at least one class file that we already use and therefore breaking something in Spoutcraft. As I've said on a previous page or so, we've talked about various types of client integrity checks, but haven't really decided on what to do or if it's worth it as people will always be finding ways to circumvent it. It may help though to filter out a lot of the current issues though.

    Client addons are also going to be possible soon once the SpoutcraftAPI is ready and usable. This will allow the server to send the client links to automatically download the addons it requires you to have to play on that specific server. The server could also have a whitelist/blacklist of other addons to allow/block from being used while that player is on said server. This would cut back on some cheating or using addons that would otherwise be frowned upon by the server owner.
     
  13. Offline

    Jtmzac


    Okay Ill ignore it until the server is more established.

    That would be fine but your client doesn’t use -Xms which I much prefer to use. Also when I remove -xincgc -xmx -xms from the batch file and select 2GB from the launcher options I get this:
    [​IMG]
    Which is strange as I'm allocating 2GB not 5.5GB.

    Good to hear hopefully spoutcraft will become the standard client for multiplayer.
     
  14. Offline

    olloth

    The pre-releases DON'T demonstrate anything, they haven't started the polish pass yet. As of today (10/18/11) the feature freeze is in and they are supposed to begin polish. We'll have to wait for pre-releases in this period to see if it's getting better or not.
     
  15. Offline

    Marcos Cosmos

    Nope, thats my point... if he is really getting that kind of kps, his client must have been severely tampered with.. and not justamente communcating with spout/bukkit/mc..
     
  16. Offline

    Wulfspider

    The usage does start out higher when you first get on a server because it is caching chunks and using a lot more bandwidth. It goes down to basically nothing once those have been cached.
     
  17. Offline

    olloth

    I believe the last time I checked Spout does not work with Pail because Pail messes with CraftBukkit.

    Thanks we'll look into it.

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

    Marcos Cosmos

    yes but he makes it sound asthough its an enduring kps..
     
  19. Offline

    Jtmzac

    Any idea on why this is happening? I there a fix planned?
    I know its not happening much but it's quite annoying.
     
  20. Offline

    Gabriel333

    Correct... and I just tested it again, but if you get an error where "BITPlayerlistener..." is involved it is my bug and I have to look at it. So please make a Ticket, with the full error text, then I will look at it. :)
     
  21. Offline

    Wulfspider

    He wasn't replying about your issue. He was replying about the memory options being fixed. ;)
     
  22. Offline

    Jtmzac

    It is a new map and no it's not persistant but on a new map with 3 people walking in different directions it gets to an unplayable level of lag and skype stops working.
    It might be persistant but until I get all the plugins configured and working I can't check.
     
  23. Offline

    Gabriel333

    Ahhh okay :) Its sometimes hard to follow the discussions if there are more treads in one post!

    Anyway it IS infact a bug in BukkitInventoryTools. He should no see the text about the WALL_SIGN - is was an error message to myself in case I made an error - which i did :)

    @docker it will be fix in next release V2.6.3
     
  24. Offline

    desht

    I noticed that this call, to set the name of a map with a particular ID, now seems to be deprecated:
    PHP:
    SpoutManager.getItemManager().setItemName(Material.MAPmapIDname);
    The docs say the ItemManager is deprecated in favour of MaterialManager, but the only relevant call I can find in MaterialManager is setItemName(Material item, String name). I don't see a way of specifying a map ID there (or even, for that matter, a map). Am I missing something, or is this part of the API just not done yet?
     
  25. Offline

    Chronx6

    I'll point out skype eats up a lot of upload so if your having lag turning that off until people settle would help.
     
  26. Offline

    dabiggman

    I'm having a problem downloading the client. Each time it starts downloading the files, it stops at various points and says "Download Failed." This isn't a firewall or anti-virus issue.

    Help.
     
  27. Offline

    desicions

    Im using bukkit build 1185
    with spout build 381... getting these errors
    Code:
    ePluginManager.java:339)
    16:52:49 [SEVERE]       at net.minecraft.server.ChunkProviderServer.getChunkAt(C
    hunkProviderServer.java:92)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:268)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:152)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:348)
    16:52:49 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:417)
    16:52:49 [SEVERE] java.lang.NoSuchFieldException: cache
    16:52:49 [SEVERE]       at java.lang.Class.getDeclaredField(Unknown Source)
    16:52:49 [SEVERE]       at org.getspout.spout.block.SpoutCraftChunk.<init>(Spout
    CraftChunk.java:58)
    16:52:49 [SEVERE]       at org.getspout.spout.block.SpoutCraftChunk.replaceBukki
    tChunk(SpoutCraftChunk.java:226)
    16:52:49 [SEVERE]       at org.getspout.spout.SpoutWorldListener.onChunkLoad(Spo
    utWorldListener.java:36)
    16:52:49 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$52.execute(Ja
    vaPluginLoader.java:621)
    16:52:49 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:58)
    16:52:49 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:339)
    16:52:49 [SEVERE]       at net.minecraft.server.ChunkProviderServer.getChunkAt(C
    hunkProviderServer.java:92)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:268)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:152)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:348)
    16:52:49 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:417)
    16:52:49 [SEVERE] java.lang.NoSuchFieldException: cache
    16:52:49 [SEVERE]       at java.lang.Class.getDeclaredField(Unknown Source)
    16:52:49 [SEVERE]       at org.getspout.spout.block.SpoutCraftChunk.<init>(Spout
    CraftChunk.java:58)
    16:52:49 [SEVERE]       at org.getspout.spout.block.SpoutCraftChunk.replaceBukki
    tChunk(SpoutCraftChunk.java:226)
    16:52:49 [SEVERE]       at org.getspout.spout.SpoutWorldListener.onChunkLoad(Spo
    utWorldListener.java:36)
    16:52:49 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$52.execute(Ja
    vaPluginLoader.java:621)
    16:52:49 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:58)
    16:52:49 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:339)
    16:52:49 [SEVERE]       at net.minecraft.server.ChunkProviderServer.getChunkAt(C
    hunkProviderServer.java:92)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:268)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:152)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:348)
    16:52:49 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:417)
    16:52:49 [SEVERE] java.lang.NoSuchFieldException: cache
    16:52:49 [SEVERE]       at java.lang.Class.getDeclaredField(Unknown Source)
    16:52:49 [SEVERE]       at org.getspout.spout.block.SpoutCraftChunk.<init>(Spout
    CraftChunk.java:58)
    16:52:49 [SEVERE]       at org.getspout.spout.block.SpoutCraftChunk.replaceBukki
    tChunk(SpoutCraftChunk.java:226)
    16:52:49 [SEVERE]       at org.getspout.spout.SpoutWorldListener.onChunkLoad(Spo
    utWorldListener.java:36)
    16:52:49 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$52.execute(Ja
    vaPluginLoader.java:621)
    16:52:49 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:58)
    16:52:49 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:339)
    16:52:49 [SEVERE]       at net.minecraft.server.ChunkProviderServer.getChunkAt(C
    hunkProviderServer.java:92)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:268)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:152)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:348)
    16:52:49 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:417)
    16:52:49 [SEVERE] java.lang.NoSuchFieldException: cache
    16:52:49 [SEVERE]       at java.lang.Class.getDeclaredField(Unknown Source)
    16:52:49 [SEVERE]       at org.getspout.spout.block.SpoutCraftChunk.<init>(Spout
    CraftChunk.java:58)
    16:52:49 [SEVERE]       at org.getspout.spout.block.SpoutCraftChunk.replaceBukki
    tChunk(SpoutCraftChunk.java:226)
    16:52:49 [SEVERE]       at org.getspout.spout.SpoutWorldListener.onChunkLoad(Spo
    utWorldListener.java:36)
    16:52:49 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$52.execute(Ja
    vaPluginLoader.java:621)
    16:52:49 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:58)
    16:52:49 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:339)
    16:52:49 [SEVERE]       at net.minecraft.server.ChunkProviderServer.getChunkAt(C
    hunkProviderServer.java:92)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:268)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:152)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:348)
    16:52:49 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:417)
    16:52:49 [SEVERE] java.lang.NoSuchFieldException: cache
    16:52:49 [SEVERE]       at java.lang.Class.getDeclaredField(Unknown Source)
    16:52:49 [SEVERE]       at org.getspout.spout.block.SpoutCraftChunk.<init>(Spout
    CraftChunk.java:58)
    16:52:49 [SEVERE]       at org.getspout.spout.block.SpoutCraftChunk.replaceBukki
    tChunk(SpoutCraftChunk.java:226)
    16:52:49 [SEVERE]       at org.getspout.spout.SpoutWorldListener.onChunkLoad(Spo
    utWorldListener.java:36)
    16:52:49 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$52.execute(Ja
    vaPluginLoader.java:621)
    16:52:49 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:58)
    16:52:49 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:339)
    16:52:49 [SEVERE]       at net.minecraft.server.ChunkProviderServer.getChunkAt(C
    hunkProviderServer.java:92)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:268)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:152)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:348)
    16:52:49 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:417)
    16:52:49 [SEVERE] java.lang.NoSuchFieldException: cache
    16:52:49 [SEVERE]       at java.lang.Class.getDeclaredField(Unknown Source)
    16:52:49 [SEVERE]       at org.getspout.spout.block.SpoutCraftChunk.<init>(Spout
    CraftChunk.java:58)
    16:52:49 [SEVERE]       at org.getspout.spout.block.SpoutCraftChunk.replaceBukki
    tChunk(SpoutCraftChunk.java:226)
    16:52:49 [SEVERE]       at org.getspout.spout.SpoutWorldListener.onChunkLoad(Spo
    utWorldListener.java:36)
    16:52:49 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$52.execute(Ja
    vaPluginLoader.java:621)
    16:52:49 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:58)
    16:52:49 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:339)
    16:52:49 [SEVERE]       at net.minecraft.server.ChunkProviderServer.getChunkAt(C
    hunkProviderServer.java:92)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:268)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:152)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:348)
    16:52:49 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:417)
    16:52:49 [SEVERE] java.lang.NoSuchFieldException: cache
    16:52:49 [SEVERE]       at java.lang.Class.getDeclaredField(Unknown Source)
    16:52:49 [SEVERE]       at org.getspout.spout.block.SpoutCraftChunk.<init>(Spout
    CraftChunk.java:58)
    16:52:49 [SEVERE]       at org.getspout.spout.block.SpoutCraftChunk.replaceBukki
    tChunk(SpoutCraftChunk.java:226)
    16:52:49 [SEVERE]       at org.getspout.spout.SpoutWorldListener.onChunkLoad(Spo
    utWorldListener.java:36)
    16:52:49 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$52.execute(Ja
    vaPluginLoader.java:621)
    16:52:49 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:58)
    16:52:49 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:339)
    16:52:49 [SEVERE]       at net.minecraft.server.ChunkProviderServer.getChunkAt(C
    hunkProviderServer.java:92)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:268)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:152)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:348)
    16:52:49 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:417)
    16:52:49 [SEVERE] java.lang.NoSuchFieldException: cache
    16:52:49 [SEVERE]       at java.lang.Class.getDeclaredField(Unknown Source)
    16:52:49 [SEVERE]       at org.getspout.spout.block.SpoutCraftChunk.<init>(Spout
    CraftChunk.java:58)
    16:52:49 [SEVERE]       at org.getspout.spout.block.SpoutCraftChunk.replaceBukki
    tChunk(SpoutCraftChunk.java:226)
    16:52:49 [SEVERE]       at org.getspout.spout.SpoutWorldListener.onChunkLoad(Spo
    utWorldListener.java:36)
    16:52:49 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$52.execute(Ja
    vaPluginLoader.java:621)
    16:52:49 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:58)
    16:52:49 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:339)
    16:52:49 [SEVERE]       at net.minecraft.server.ChunkProviderServer.getChunkAt(C
    hunkProviderServer.java:92)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:268)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:152)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:348)
    16:52:49 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:417)
    16:52:49 [SEVERE] java.lang.NoSuchFieldException: cache
    16:52:49 [SEVERE]       at java.lang.Class.getDeclaredField(Unknown Source)
    16:52:49 [SEVERE]       at org.getspout.spout.block.SpoutCraftChunk.<init>(Spout
    CraftChunk.java:58)
    16:52:49 [SEVERE]       at org.getspout.spout.block.SpoutCraftChunk.replaceBukki
    tChunk(SpoutCraftChunk.java:226)
    16:52:49 [SEVERE]       at org.getspout.spout.SpoutWorldListener.onChunkLoad(Spo
    utWorldListener.java:36)
    16:52:49 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$52.execute(Ja
    vaPluginLoader.java:621)
    16:52:49 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:58)
    16:52:49 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:339)
    16:52:49 [SEVERE]       at net.minecraft.server.ChunkProviderServer.getChunkAt(C
    hunkProviderServer.java:92)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:268)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:152)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:348)
    16:52:49 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:417)
    16:52:49 [SEVERE] java.lang.NoSuchFieldException: cache
    16:52:49 [SEVERE]       at java.lang.Class.getDeclaredField(Unknown Source)
    16:52:49 [SEVERE]       at org.getspout.spout.block.SpoutCraftChunk.<init>(Spout
    CraftChunk.java:58)
    16:52:49 [SEVERE]       at org.getspout.spout.block.SpoutCraftChunk.replaceBukki
    tChunk(SpoutCraftChunk.java:226)
    16:52:49 [SEVERE]       at org.getspout.spout.SpoutWorldListener.onChunkLoad(Spo
    utWorldListener.java:36)
    16:52:49 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$52.execute(Ja
    vaPluginLoader.java:621)
    16:52:49 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:58)
    16:52:49 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:339)
    16:52:49 [SEVERE]       at net.minecraft.server.ChunkProviderServer.getChunkAt(C
    hunkProviderServer.java:92)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:268)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:152)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:348)
    16:52:49 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:417)
    16:52:49 [SEVERE] java.lang.NoSuchFieldException: cache
    16:52:49 [SEVERE]       at java.lang.Class.getDeclaredField(Unknown Source)
    16:52:49 [SEVERE]       at org.getspout.spout.block.SpoutCraftChunk.<init>(Spout
    CraftChunk.java:58)
    16:52:49 [SEVERE]       at org.getspout.spout.block.SpoutCraftChunk.replaceBukki
    tChunk(SpoutCraftChunk.java:226)
    16:52:49 [SEVERE]       at org.getspout.spout.SpoutWorldListener.onChunkLoad(Spo
    utWorldListener.java:36)
    16:52:49 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$52.execute(Ja
    vaPluginLoader.java:621)
    16:52:49 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:58)
    16:52:49 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:339)
    16:52:49 [SEVERE]       at net.minecraft.server.ChunkProviderServer.getChunkAt(C
    hunkProviderServer.java:92)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:268)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:152)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:348)
    16:52:49 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:417)
    16:52:49 [SEVERE] java.lang.NoSuchFieldException: cache
    16:52:49 [SEVERE]       at java.lang.Class.getDeclaredField(Unknown Source)
    16:52:49 [SEVERE]       at org.getspout.spout.block.SpoutCraftChunk.<init>(Spout
    CraftChunk.java:58)
    16:52:49 [SEVERE]       at org.getspout.spout.block.SpoutCraftChunk.replaceBukki
    tChunk(SpoutCraftChunk.java:226)
    16:52:49 [SEVERE]       at org.getspout.spout.SpoutWorldListener.onChunkLoad(Spo
    utWorldListener.java:36)
    16:52:49 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$52.execute(Ja
    vaPluginLoader.java:621)
    16:52:49 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:58)
    16:52:49 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:339)
    16:52:49 [SEVERE]       at net.minecraft.server.ChunkProviderServer.getChunkAt(C
    hunkProviderServer.java:92)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:268)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:152)
    16:52:49 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:348)
    16:52:49 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:417)
    >
     
  28. Offline

    olloth

    those errors are 100% NOT from those versions. They started and were fixed during dev builds, please make sure your RB's match up.
     
  29. Offline

    Afforess

    Build 381 is not the recommended build, FYI. Your out of date.
     
  30. Offline

    desicions

    Thank you, downloaded latest spout, now everything works the way it should.
     
  31. Offline

    Afforess

    @desht & @Celtic Minstrel

    Removing the feature to set materials with non-standard data value's names was unintended. I believe I've restored the functionality in the latest development builds. Here's what you do now:

    MaterialData.getOrCreateMaterial(id, data).setName(name);

    Let me know if this works.
     
    desht likes this.
Thread Status:
Not open for further replies.

Share This Page