1.8 Bukkit Bug Thread

Discussion in 'Bukkit Help' started by al4nw31, Sep 14, 2011.

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

    racecar56

    minecraft non-beta 2.0? :p
     
  2. Offline

    lvfkotan

    Wow you are an ass.... They worked on it 18 hours straight so you could have a working bukkit for 1.8 and you come to say something like that?... They are still working on it and releasing new builds every 30 minutes -.-
     
    Bios Element likes this.
  3. Offline

    SolidYoshi

    Just ignore/don't feed the trollzers.

    I don't know if this is a bug with bukkit or vanilla, probably vanilla haven't tried it at the time of this post in vanilla mc, but in creative if you have a picture and right click the tops of certain grass blocks, grass will grow.
     
  4. Offline

    blitzer88

    haha it was not what I meant. i meant that those who update the plugins to work a little faster: P i have no problems with the server.. but its the plugins i have problems with :p
     
  5. Offline

    SoTD

    They can't work on plugins if there is no recommended build. It's totally nonsense to rewrite your plugins now to the dev builds.
     
  6. Offline

    blitzer88

    haha :p

    ahh oki :p

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

    denace

    What about the doorbug in 1122?
     
  8. Offline

    Don Lafferty

    I love these Bukkit guys. They remind me of my buddy Mattie who does Eventscripts. I'll be glad when they figure out the bugs but man do they deserve a huge thanks for a job that few thank them for.

    I'm hoping the door issue is solved soon. That's the only thing that's keeping me from installing a plugin or two.

    But just incredible job guys.
     
  9. Offline

    SoTD

    Still there.
     
  10. Offline

    racecar56

    With the chest bug gone(?), it's a lot better than it was a few hours ago.
     
  11. Offline

    denace

    Looks like, there are some problems with more priority at the moment.^^
     
  12. Offline

    PhoenixFlight

    So, before I go set up a test server, is the current dev build set up for 1.8 or 1.8.1? Or does it even matter?
     
  13. Offline

    racecar56

    1.8.1. You want 1.8.1 cause it won't have the chest bug. Build #1120 and onwards are for 1.8.1. The current is #1122 #1123
     
  14. Offline

    SoTD

    Current is #1123 now. :)
     
  15. Offline

    alphax96

    The double door bug is not fixed in #1123, tested it for a while, I only want to say that :)

    I find something out:
    If i remove the log over the doubledoor, i can go through, but only for one time.
    After this, it will not work again.

    mfg
     
  16. Offline

    IronWill1991

    Even single door is buggy. I can't get through single pressure plate activated door.
     
  17. Offline

    Don Lafferty

    Dynmap is working fine with 1122.
     
  18. Offline

    Sp0ng3b0b

    There are lots of bugs but im sure the team of bukkit fixes them all. They are goooood ;D
     
  19. Offline

    racecar56

    Edited accordingly because I can.

    True. Lolz @ your username. :p
     
  20. Offline

    Dorsilfin

    Good morning (EST)

    Build 1130

    Still getting these errors with animals.

    otherwords stability/perfomance is improving with each build.

    I had 26 people online last night with 1128 doing testing and the animal spam was pretty constant on the console.

    BorderGuard, Essentials, EssentialsChat, EssentialsSpawn, HeroicDeath, Lockette, LogBlockQuestioner, Permissions, WorldEdit, WorldGuard, dynmap, iChat, LogBlock, mcMMO



    2011-09-16 09:43:27 [INFO] Wrong location! net.minecraft.server.EntityChicken@7dba
    2011-09-16 09:43:27 [INFO] 63.96875,-1185.4375(3,-75) vs 4,-74
    2011-09-16 09:43:27 [INFO] Wrong location! net.minecraft.server.EntityChicken@7dbb
    2011-09-16 09:43:27 [INFO] 63.96875,-1186.65625(3,-75) vs 4,-74
    2011-09-16 09:43:27 [INFO] Wrong location! net.minecraft.server.EntityChicken@7dbc
    2011-09-16 09:43:27 [INFO] 57.84375,-1180.3125(3,-74) vs 4,-74
    2011-09-16 09:43:33 [INFO] Wrong location! net.minecraft.server.EntityChicken@7f85
    2011-09-16 09:43:33 [INFO] 63.90625,-1179.46875(3,-74) vs 4,-75
    2011-09-16 09:43:45 [INFO] Wrong location! net.minecraft.server.EntityChicken@826a
    2011-09-16 09:43:45 [INFO] 143.96875,-1175.59375(8,-74) vs 9,-71
    2011-09-16 09:43:45 [INFO] Wrong location! net.minecraft.server.EntityChicken@826b
    2011-09-16 09:43:45 [INFO] 141.03125,-1168.09375(8,-74) vs 9,-71
     
  21. Offline

    sorklin

    My plugin is failing on load:
    Show Spoiler
    2011-09-16 10:30:52 [SEVERE] Error occurred while enabling MagicButton v0.3 (Is it up to date?): null
    java.lang.NullPointerException
    at org.bukkit.Location.getBlock(Location.java:72)
    at sorklin.mButton.internals.magicButton.loadFromDB(magicButton.java:575)
    at sorklin.mButton.internals.magicButton.reload(magicButton.java:544)
    at sorklin.mButton.internals.magicButton.<init>(magicButton.java:85)
    at sorklin.mButton.mButton.onEnable(mButton.java:64)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)


    on (buttonLoc.getBlock()) below:

    Code:
    buttonLoc = new Location(plugin.getServer().getWorld(entry.getValue("button.world")),
                        entry.getDouble("button.x"),
                        entry.getDouble("button.y"),
                        entry.getDouble("button.z"));
    Block tmp = buttonLoc.getBlock();
    This is occuring in #1130.

    Edit: Fixed. Problem in plugin load order (world was null because multiverse loaded after).
     
  22. Offline

    ptlxtunes

    ATM, 1128 and these plugins
    LogBlockQuestioner, VirtualShop, Paid2Mine, WorldGuard, NoCheat, MinecraftViewer, iConomy, DynamicMarket, iConomyDeath, WorldEdit, DailyBonus, VirtualChest, Residence, AngryWolves, DeathTpPlus, Essentials, Permissions, SpongeRestore, DMWrapper, EssentialsSpawn, Statistician, EssentialsChat, dynmap, Factions, mcMMO, LogBlock

    Animals spam all over (even when fullrendering dynmap) and on the console, doors still pretty nasty (tested on creative).

    Performance getting better too! Nice work Bukkit team!
     
  23. Offline

    Cerenas

    Another bug is that Enderman don't act like they should (freeze at sight etc.).

    Also item adding doesn't work well, if you add items they are invisible first untill you move them.
     
  24. Offline

    Silvo

    Endermans behaviour is vanilla buggesd.
     
  25. Offline

    Cerenas

    They work properly in singleplayer though.
     
  26. Offline

    racecar56

    But then it'd still be a vanilla bug, but rather, a vanilla server bug.
     
  27. Offline

    lvfkotan

    looks like doors are fixed :)
     
  28. Offline

    racecar56

    Yep. Sure is nice that they are, too.
     
  29. Offline

    Silvo

    Hmn.. I think there are like no bugs in 1145. Could be wrong...
     
  30. Offline

    mxms

    No bugs? I'm still getting a ton of entity issues:

    Code:
    21:42:56 [INFO] Placed stronghold in INVALID biome at (38, -23)
    21:42:56 [INFO] Placed stronghold in INVALID biome at (1, 65)
    21:42:56 [INFO] Placed stronghold in INVALID biome at (-43, -24)
    21:49:31 [WARNING] Wrong location for net.minecraft.server.EntityChicken@10b61 i
    n world 'Water World'!
    21:49:31 [WARNING] Entity is at 1882.4474966808123,-2744.5045178223327 (chunk 11
    7,-172) but was stored in chunk 120,-173
    21:49:31 [WARNING] Wrong location for net.minecraft.server.EntityChicken@10b62 i
    n world 'Water World'!
    21:49:31 [WARNING] Entity is at 1940.53125,-2767.90625 (chunk 121,-173) but was
    stored in chunk 120,-173
    21:49:31 [WARNING] Wrong location for net.minecraft.server.EntityChicken@10b63 i
    n world 'Water World'!
    21:49:31 [WARNING] Entity is at 1913.5036473308603,-2751.932803870949 (chunk 119
    ,-172) but was stored in chunk 120,-173
    21:49:31 [WARNING] Wrong location for net.minecraft.server.EntityChicken@10b64 i
    n world 'Water World'!
    21:49:31 [WARNING] Entity is at 1912.15625,-2768.0 (chunk 119,-173) but was stor
    ed in chunk 120,-173
    21:49:37 [WARNING] Wrong location for net.minecraft.server.EntityCow@111e3 in wo
    rld 'Water World'!
    21:49:37 [WARNING] Entity is at 1959.90625,-2839.84375 (chunk 122,-178) but was
    stored in chunk 122,-176
    21:49:37 [WARNING] Wrong location for net.minecraft.server.EntityCow@111e4 in wo
    rld 'Water World'!
    21:49:37 [WARNING] Entity is at 1937.28125,-2786.46875 (chunk 121,-175) but was
    stored in chunk 122,-176
    21:49:37 [WARNING] Wrong location for net.minecraft.server.EntityCow@111e5 in wo
    rld 'Water World'!
    21:49:37 [WARNING] Entity is at 1968.0585287924791,-2829.542812071338 (chunk 123
    ,-177) but was stored in chunk 122,-176
    21:49:39 [WARNING] Wrong location for net.minecraft.server.EntityChicken@1139f i
    n world 'Water World'!
    21:49:39 [WARNING] Entity is at 1878.5257127484977,-2821.920001466138 (chunk 117
    ,-177) but was stored in chunk 119,-177
    21:49:39 [WARNING] Wrong location for net.minecraft.server.EntityCow@113a0 in wo
    rld 'Water World'!
    21:49:39 [WARNING] Entity is at 1979.7574980729526,-2820.2069404063172 (chunk 12
    3,-177) but was stored in chunk 122,-177
    21:49:39 [WARNING] Wrong location for net.minecraft.server.EntityCow@113a6 in wo
    rld 'Water World'!
    21:49:39 [WARNING] Entity is at 2197.3984375252635,-2797.5267955771847 (chunk 13
    7,-175) but was stored in chunk 137,-177
    21:49:39 [WARNING] Wrong location for net.minecraft.server.EntityCow@113a7 in wo
    rld 'Water World'!
    21:49:39 [WARNING] Entity is at 2187.1816785434985,-2863.676002106494 (chunk 136
    ,-179) but was stored in chunk 137,-177
    21:49:39 [WARNING] Wrong location for net.minecraft.server.EntityCow@113a8 in wo
    rld 'Water World'!
    21:49:39 [WARNING] Entity is at 2199.8735442264706,-2842.56785498753 (chunk 137,
    -178) but was stored in chunk 137,-177
    21:49:40 [WARNING] Wrong location for net.minecraft.server.EntityCow@114b2 in wo
    rld 'Water World'!
    21:49:40 [WARNING] Entity is at 2278.5361937872644,-2807.133198347163 (chunk 142
    ,-176) but was stored in chunk 140,-176
    21:49:40 [WARNING] Wrong location for net.minecraft.server.EntityCow@114b3 in wo
    rld 'Water World'!
    21:49:40 [WARNING] Entity is at 2258.78125,-2782.3125 (chunk 141,-174) but was s
    tored in chunk 140,-176
    21:49:40 [WARNING] Wrong location for net.minecraft.server.EntityCow@114b4 in wo
    rld 'Water World'!
    21:49:40 [WARNING] Entity is at 2256.5474753510375,-2817.0638633039184 (chunk 14
    1,-177) but was stored in chunk 140,-176
    21:49:41 [WARNING] Wrong location for net.minecraft.server.EntityCow@11607 in wo
    rld 'Water World'!
    21:49:41 [WARNING] Entity is at 1927.3125,-2858.5625 (chunk 120,-179) but was st
    ored in chunk 120,-178
    21:49:41 [WARNING] Wrong location for net.minecraft.server.EntityCow@11608 in wo
    rld 'Water World'!
    21:49:41 [WARNING] Entity is at 1936.09375,-2838.4375 (chunk 121,-178) but was s
    tored in chunk 120,-178
    21:49:41 [WARNING] Wrong location for net.minecraft.server.EntityCow@11627 in wo
    rld 'Water World'!
    21:49:41 [WARNING] Entity is at 2209.499332769285,-2825.887500374693 (chunk 138,
    -177) but was stored in chunk 138,-178
    21:49:43 [WARNING] Wrong location for net.minecraft.server.EntityCow@11845 in wo
    rld 'Water World'!
    21:49:43 [WARNING] Entity is at 1981.03125,-2839.40625 (chunk 123,-178) but was
    stored in chunk 121,-179
    21:49:43 [WARNING] Wrong location for net.minecraft.server.EntityCow@11846 in wo
    rld 'Water World'!
    21:49:43 [WARNING] Entity is at 1927.65625,-2824.5625 (chunk 120,-177) but was s
    tored in chunk 121,-179
    21:49:43 [WARNING] Wrong location for net.minecraft.server.EntityCow@11848 in wo
    rld 'Water World'!
    21:49:43 [WARNING] Entity is at 1936.8125,-2864.1875 (chunk 121,-180) but was st
    ored in chunk 121,-179
    21:49:51 [WARNING] Wrong location for net.minecraft.server.EntityPig@121b0 in wo
    rld 'Water World'!
    21:49:51 [WARNING] Entity is at 2088.25910596661,-2886.6520881282186 (chunk 130,
    -181) but was stored in chunk 131,-183
    21:49:51 [WARNING] Wrong location for net.minecraft.server.EntityPig@121b1 in wo
    rld 'Water World'!
    21:49:51 [WARNING] Entity is at 2112.673035369579,-2950.5834674139332 (chunk 132
    ,-185) but was stored in chunk 131,-183
    21:49:51 [WARNING] Wrong location for net.minecraft.server.EntityCow@1231c in wo
    rld 'Water World'!
    21:49:51 [WARNING] Entity is at 2343.6875,-2852.65625 (chunk 146,-179) but was s
    tored in chunk 145,-177
    21:49:54 [WARNING] Wrong location for net.minecraft.server.EntityCow@12630 in wo
    rld 'Water World'!
    21:49:54 [WARNING] Entity is at 2340.6875,-2817.21875 (chunk 146,-177) but was s
    tored in chunk 146,-178
    21:49:56 [WARNING] Wrong location for net.minecraft.server.EntityChicken@129a8 i
    n world 'Water World'!
    21:49:56 [WARNING] Entity is at 2361.71875,-2846.5 (chunk 147,-178) but was stor
    ed in chunk 147,-180
    21:49:56 [WARNING] Wrong location for net.minecraft.server.EntityChicken@129a9 i
    n world 'Water World'!
    21:49:56 [WARNING] Entity is at 2356.71875,-2831.4375 (chunk 147,-177) but was s
    tored in chunk 147,-180
    21:49:56 [WARNING] Wrong location for net.minecraft.server.EntityCow@129ad in wo
    rld 'Water World'!
    21:49:56 [WARNING] Entity is at 2350.5625,-2808.375 (chunk 146,-176) but was sto
    red in chunk 147,-176
    21:49:56 [WARNING] Wrong location for net.minecraft.server.EntityCow@129ae in wo
    rld 'Water World'!
    21:49:56 [WARNING] Entity is at 2295.1436359445484,-2801.2207744075176 (chunk 14
    3,-176) but was stored in chunk 147,-176
    21:49:58 [WARNING] Wrong location for net.minecraft.server.EntitySheep@12d4e in
    world 'Water World'!
    21:49:58 [WARNING] Entity is at 2366.0897918662445,-2796.9513054707354 (chunk 14
    7,-175) but was stored in chunk 148,-173
    21:49:58 [WARNING] Wrong location for net.minecraft.server.EntitySheep@12d4f in
    world 'Water World'!
    21:49:58 [WARNING] Entity is at 2390.15625,-2731.6875 (chunk 149,-171) but was s
    tored in chunk 148,-173
    21:49:58 [WARNING] Wrong location for net.minecraft.server.EntitySheep@12d50 in
    world 'Water World'!
    21:49:58 [WARNING] Entity is at 2372.90625,-2735.9375 (chunk 148,-171) but was s
    tored in chunk 148,-173
    21:49:58 [WARNING] Wrong location for net.minecraft.server.EntitySheep@12d51 in
    world 'Water World'!
    21:49:58 [WARNING] Entity is at 2368.3125,-2752.0 (chunk 148,-172) but was store
    d in chunk 148,-173
    Another thing is the chunk loading is terrible. In my 1.7 server it was speedy quick, with this one the chunks don't load till I'm prettying much walking on them. Not to mention getting rain in underground tunnels I've dug. I wouldn't say 1145 is bug free by any stretch of the imagination....
     
    florixd97 likes this.
Thread Status:
Not open for further replies.

Share This Page