1.8 Bukkit Discussion

Discussion in 'Bukkit Discussion' started by agafaba, Sep 14, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Noogies

    I'm having similar issue. I have a minecart on a long loop as a redstone timer, and had to add a piggy passenger to make it between powered sections.

    Redstone is sill bugged. Buttons and pressure plates stay depressed for long periods. torches don't switch states. repeaters don't respond to input, or sometimes stay stuck on. (as of bukkit 1129 with no plugins)
     
  2. Offline

    tyrantxtoast

    Code:
    161 recipes
    17 achievements
    10:32:02 [INFO] Starting minecraft server version Beta 1.8.1
    10:32:02 [INFO] Loading properties
    10:32:02 [INFO] Starting Minecraft server on *:25565
    10:32:02 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1028
    -g5cd469c-b1130jnks (MC: 1.8.1)
    10:32:02 [INFO] Preparing level "Arxileus"
    10:32:02 [INFO] Default game type: 0
    10:32:02 [INFO] Preparing start region for level 0 (Seed: 56349376)
    10:32:03 [INFO] Wrong location! net.minecraft.server.EntityCow@26
    10:32:03 [INFO] 208.75,-240.03125(13,-16) vs 12,-14
    10:32:03 [INFO] Wrong location! net.minecraft.server.EntityCow@27
    10:32:03 [INFO] 202.59375,-240.09375(12,-16) vs 12,-14
    10:32:03 [INFO] Wrong location! net.minecraft.server.EntityCow@74
    10:32:03 [INFO] 350.34375,-240.0625(21,-16) vs 21,-15
    10:32:03 [INFO] Wrong location! net.minecraft.server.EntityCow@75
    10:32:03 [INFO] 341.875,-240.03125(21,-16) vs 21,-15
    10:32:03 [INFO] Wrong location! net.minecraft.server.EntityCow@76
    10:32:03 [INFO] 335.03125,-240.09375(20,-16) vs 21,-15
    10:32:03 [INFO] Wrong location! net.minecraft.server.EntityCow@77
    10:32:03 [INFO] 345.5625,-240.125(21,-16) vs 21,-15
    10:32:03 [INFO] Wrong location! net.minecraft.server.EntityCow@81
    10:32:03 [INFO] 361.21875,-240.0625(22,-16) vs 22,-15
    10:32:03 [INFO] Wrong location! net.minecraft.server.EntityCow@82
    10:32:03 [INFO] 363.53125,-240.0625(22,-16) vs 22,-15
    10:32:03 [INFO] Wrong location! net.minecraft.server.EntityCow@83
    10:32:03 [INFO] 366.75,-240.03125(22,-16) vs 22,-15
    10:32:03 [INFO] Wrong location! net.minecraft.server.EntityCow@84
    10:32:03 [INFO] 369.03125,-240.03125(23,-16) vs 22,-15
    10:32:03 [INFO] Preparing start region for level 1 (Seed: 56349376)
    10:32:03 [INFO] Preparing spawn area: 28%
    10:32:21 [INFO] Server permissions file permissions.yml is empty, ignoring it
    10:32:21 [INFO] Done (1.919s)! For help, type "help" or "?"
    10:32:56 [INFO] tyrantXtoast [/5.61.249.46:62608] logged in with entity id 238 a
    t ([Arxileus] 271.5, 68.62000000476837, -69.5)
    10:32:56 [INFO] New max size: 484
    10:32:56 [INFO] New max size: 784
    10:32:58 [SEVERE] java.lang.NoSuchMethodError: net.minecraft.server.TileEntity.f
    ()Lnet/minecraft/server/Packet;
    10:32:58 [SEVERE]       at org.getspout.spout.SpoutNetServerHandler.sendChunkTil
    es(SpoutNetServerHandler.java:621)
    10:32:58 [SEVERE]       at org.getspout.spout.SpoutNetServerHandler.manageChunkQ
    ueue(SpoutNetServerHandler.java:582)
    10:32:58 [SEVERE]       at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetSe
    rverHandler.java:526)
    10:32:58 [SEVERE]       at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    
    10:32:58 [SEVERE]       at net.minecraft.server.NetworkManager.b(NetworkManager.
    java:226)
    10:32:58 [SEVERE]       at net.minecraft.server.NetServerHandler.a(NetServerHand
    ler.java:91)
    10:32:58 [SEVERE]       at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetSe
    rverHandler.java:435)
    10:32:58 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile
    :108)
    10:32:58 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServe
    r.java:464)
    10:32:58 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:374)
    10:32:58 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:417)
    10:32:58 [SEVERE] Unexpected exception
    java.lang.NoSuchMethodError: net.minecraft.server.TileEntity.f()Lnet/minecraft/s
    erver/Packet;
            at org.getspout.spout.SpoutNetServerHandler.sendChunkTiles(SpoutNetServe
    rHandler.java:621)
            at org.getspout.spout.SpoutNetServerHandler.manageChunkQueue(SpoutNetSer
    verHandler.java:582)
            at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java
    :526)
            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:91)
            at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java
    :435)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    >
    I'm running on build 1130. This basically happens as soon as I connect to the server. After being on the server for about 20 seconds it kicks me off and says "Internal exception: java.net.SocketTimeoutException: Read timed out".
     
  3. Offline

    denace

    Im not a expert, but it looks like one of your plugins is the reason. Maybe spout.... For me 1130 works great except the known bugs.
     
  4. Offline

    tyrantxtoast

    Yeah, Spout was the problem. I don't know how I didn't figure that out. Thanks for the help.
     
  5. Offline

    Flatliner

    If you grab the latest dev build of spout it makes that error go away, or at least it did for me.
     
  6. Offline

    Flenix


    Unless using a dev build Spout is broken in 1.8, because of the way it hooks (a lot is directly into Minecraft)
    If you wanna try a dev build, they're here: http://ci.getspout.org/view/SpoutDev/
     
    tyrantxtoast likes this.
  7. Offline

    missdolyl

    Is there a known bug on 1130 with being unable to eat? No plugins being used.
     
  8. Offline

    denace

    Looks like you can't eat if your hungerbar is full.
    My hungerbar doesnt decrease, also when i sprinting. But when i hurt myself and sprint, it decreases.
     
  9. Offline

    Zeeky

    I;v been using bukit for a bit, i cane at and all that, we are getting close to RB!!!
     
  10. Offline

    missdolyl

    My hunger bar was actually completely empty--still couldn't eat.
     
  11. Offline

    denace

    Did you held the right mouse button?
     
  12. Offline

    missdolyl

    ... well it worked that time. I have no idea. Odd. I feel really silly now.
     
  13. Offline

    Sayshal

    My server is working fine other than getting stuck in doors and water going through blocks.
    I have the latest dev builds of LWC,Bukkit,Spout,CommandBook,WorldEdit,WorldGuard. :)

    Its been out for 4 days.. you sir need to chill.

    I had this issue too. Do you have any plugins that keep the world day?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  14. Offline

    Noogies

    Why yes i do indeed. I'll go shut it off and report my results back. (this will probably be yet another case of bukkit being ok, and the problem being a plugin. lol )
     
  15. Offline

    godgodgodgo

    Why are all of my strongholds generated in Invalid biomes? :/

    2011-09-16 16:47:57 [INFO] Placed stronghold in INVALID biome at (30, -35)
    2011-09-16 16:47:57 [INFO] Placed stronghold in INVALID biome at (-56, -11)
     
  16. Offline

    rudolfs001


    I'm having this similar error. It'll happen fairly randomly and freeze the server gui, disconnect everyone, and when they try to reconnect, say the server is down. (Vanilla Server)

    Anyone have any insights?

    My code:
    Code:
    java.lang.StackOverflowError
    	at hm.<init>(SourceFile:49)
    	at hm.j(SourceFile:211)
    	at bt.a(SourceFile:45)
    	at df.a(SourceFile:108)
    	at df.b(SourceFile:203)
    	at df.a(SourceFile:117)
    	at df.b(SourceFile:203)
    	at df.a(SourceFile:117)
    repeats 203 & 117 sections many times.
     
  17. Offline

    Noogies

    Thanks Sayshal, Problem resolved :)

    CommandBook plugin has the following in it's config.yml file....

    time-lock:
    world: 9am

    Commenting it out with a # fixed the redstone issue.
     
  18. Offline

    Sayshal

    I literally had the exact same situation!:p
     
  19. Offline

    Valiant

    yes but many of us push to bring our community members the best experience ever. And using dev builds is not the way to do that with its high probability of corruption, errors, and or bugs.

    Many of us WAIT purposefully for a RB and some of us can't update until a RB due to how our host works. So yes, it would be kinda of nice to know how close the RB is from being published. That does not mean we are rushing it. Just means we wanted to know.

    I love the bukkit team. They do an awesome job. But just like any other community that offers a service, people are always going to have questions. Welcome to the age that asks what and why.
     
    baem and Refalm like this.
  20. Offline

    Refalm

    I agree with Valiant. It's great that Bukkit takes time to fix all of the bugs.

    However, some kind of timetable would be nice. I know it's a kind of an informal team that doesn't like official planning methods (I hate using them too). But using a little bit to formulate where you are in the project at the moment would get us server hosts a better insight of what to do with the server at this moment.

    I can view the progress in Jenkins, but milestones of what needs to be fixed like in that Google Docs document, is absent.
     
  21. Offline

    phondeux

    I don't see how that's even possible - there are too many unknowns to be able to provide a timetable.
    Look here.
     
  22. Offline

    Refalm

    I must be a dumbass, because I totally overlooked that one. Thanks :)
     
  23. Offline

    bradgillap

    This whole thread is like watching the horrible speculating done by the fine entertainers over at fox news.
     
  24. Offline

    Noogies

    And, not only did it fix the redstone, but water and lava flows properly now. And fast.
     
  25. Offline

    Moromillas

    You can see all the little buggies on leaky bukkit. http://leaky.bukkit.org 4 hours since the last build, maybe they're asleepies... That's actually not a bad idea. At this rate, prolly a RB tomorrow or the next day, imo.
     
  26. Offline

    Baglady74

    It's minecraft related. I'm running vanilla, and it's happening.
     
    Bios Element likes this.
  27. Offline

    Zeeky

    Been playing on mine with 1 other for a while now.
    Doors still have that weird issue.
    Not much other issues right now :O
    Random floating vines tho, and some times floating shrooms :S
    Be here to post more info later :3
     
  28. Offline

    erdrickk

    Well so far so good over-all haha.... Running Bukkit # 1124 with all my plug-ins + at times 20 + people and the server uptime so far just hit over 8 hours straight with no reboots. Sure my logs have lots of different NPE's and stuff but over all it's playable and I think that's pretty good considering my plug-in list :p

    10:42:49 [INFO] Plugins: FlamboyantFlock, ModTRS, SimpleCensor, ClearInventory, ServerSave, FalseBookCore, FalseBookIC, iQuest, mcbans, MultiInv, Runecraft, Multiverse-Core, RocketBoots, FalseBookBlock, ecoCreature, PermissionsEx, LogBlockQuestioner, Coupon Codes, WorldEdit, Modifyworld, Stargate, FalseBookExtra, bAntiCaps, Lottery, BlockHat, HeroChat, LoginMessage, WorldGuard, Questioner, Minequery, Tombstone, iConomy, MobDisguise, RemoveOrbs, Permissions, Stargate-DHD, dynmap, Citizens, MobArena, LWC, ChestShop, Towny, LogBlock, AdminCmd, mcMMO
     
  29. Offline

    Zeeky

    got a random error:

    Didn't really seem to effect anything tho o.o
    Code:
    14:33:21 [INFO] Wrong location! net.minecraft.server.EntityChicken@1ea7
    14:33:21 [INFO] 352.1138936388017,107.5714323655365(22,6) vs 22,7
    14:33:21 [INFO] Wrong location! net.minecraft.server.EntityChicken@1ea8
    14:33:21 [INFO] 355.7119946666179,132.46499909818272(22,8) vs 22,7
    14:33:21 [INFO] Wrong location! net.minecraft.server.EntityChicken@1ea9
    14:33:21 [INFO] 368.0625,118.4375(23,7) vs 22,7
    14:33:21 [INFO] Wrong location! net.minecraft.server.EntityChicken@1eab
    14:33:21 [INFO] 370.84375,124.625(23,7) vs 22,8
    14:33:21 [INFO] Wrong location! net.minecraft.server.EntityChicken@1eac
    14:33:21 [INFO] 325.7501951165076,130.49980632759045(20,8) vs 22,8
    14:33:21 [INFO] Wrong location! net.minecraft.server.EntityChicken@1ead
    14:33:21 [INFO] 370.8125,128.71875(23,8) vs 22,8
    14:33:21 [INFO] Wrong location! net.minecraft.server.EntityChicken@1eb0
    14:33:21 [INFO] 368.07760150690336,145.5398552468357(23,9) vs 22,9
    14:33:21 [INFO] Wrong location! net.minecraft.server.EntityCow@1eb7
    14:33:21 [INFO] 343.25,400.09375(21,25) vs 22,24
    14:33:21 [INFO] Wrong location! net.minecraft.server.EntityCow@1eb8
    14:33:21 [INFO] 357.46875,400.09375(22,25) vs 22,24
    14:33:21 [INFO] Wrong location! net.minecraft.server.EntityCow@1eb9
    14:33:21 [INFO] 347.96875,387.53125(21,24) vs 22,24
    14:33:21 [INFO] Wrong location! net.minecraft.server.EntityCow@1eba
    14:33:21 [INFO] 346.1875,400.03125(21,25) vs 22,24
     
  30. Offline

    steveg

    Hmm I would rather have "Bukkit" of "Coffee Ice Cream" instead of "Vanilla"

    I am just waiting for stuff to be compatible with 1.8. I made the mistake of upgrading my client, and now can't play my favorite server until all that stuff is working (oh well - such is life - I will just eat a Bukkit of Ice cream to deal with it).
     
Thread Status:
Not open for further replies.

Share This Page