Minecraft Beta 1.7 has been released!

Discussion in 'Bukkit Discussion' started by McAdvPlugin, Jun 30, 2011.

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

    Geokhentix

    Permissions Mod + iChat working together nicely. I'm not having this pressure plate problem...... o.o
     
  2. Offline

    exrook

    I don't know if any of you are having this problem, but redstone repeaters are really glitchy on my server. I am using build 950.
     
  3. Offline

    Zeeky

    Piston really messed things up :p
    Can't get into server anymore, when ever I go to connect, server gets errors and crashes
    Code:
    at net.minecraft.server.BlockPistonMoving.a(SourceFile:136)
            at net.minecraft.server.BlockPistonMoving.e(SourceFile:104)
            at net.minecraft.server.BlockPistonMoving.a(SourceFile:136)
            at net.minecraft.server.BlockPistonMoving.e(SourceFile:104)
            at net.minecraft.server.BlockPistonMoving.a(SourceFile:136)
            at net.minecraft.server.BlockPistonMoving.e(SourceFile:104)
            at net.minecraft.server.BlockPistonMoving.a(SourceFile:136)
            at net.minecraft.server.BlockPistonMoving.e(SourceFile:104)
            at net.minecraft.server.BlockPistonMoving.a(SourceFile:136)
            at net.minecraft.server.BlockPistonMoving.e(SourceFile:104)
    it goes on for a long time >_<
     
  4. Offline

    naisto

    Mine was working fine except for people being able to access any private chest with LWC.
     
  5. Offline

    Flenix

    Doing a major backup of all plugins and our three main maps (out of 5) then I'll test 950. we use a LOT of plugins (about 30-40?) so I'll try and do a compatibility list too :)

    *EDIT* its taking a long time.. we do local backups on the server automatically every 4 hours... this is the first off-site backup i've done in about 2 months though. Got all the config, transferring 2nd world now (we have a quest world which barely has anything, done. Game world, half done.. then the standard world which is at least 10x the quest world, and I went to the far lands on it... in a Movecraft vehicle.)
     
  6. Getting this with #950

    Code:
    2011-07-01 00:39:45 [SEVERE] Could not pass event PLAYER_JOIN to BukkitContrib
    java.lang.NoSuchFieldError: a
            at org.bukkitcontrib.player.ContribCraftPlayer.createInventory(ContribCraftPlayer.java:343)
            at org.bukkitcontrib.player.ContribCraftPlayer.<init>(ContribCraftPlayer.java:73)
            at org.bukkitcontrib.player.ContribCraftPlayer.updateBukkitEntity(ContribCraftPlayer.java:482)
            at org.bukkitcontrib.ContribPlayerListener.onPlayerJoin(ContribPlayerListener.java:24)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
            at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
            at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    and then this

    Code:
    2011-07-01 00:39:45 [SEVERE] java.lang.NoSuchFieldError: f
    2011-07-01 00:39:45 [SEVERE]    at org.bukkitcontrib.ContribNetServerHandler.a(ContribNetServerHandler.java:171)
    2011-07-01 00:39:45 [SEVERE]    at net.minecraft.server.Packet102WindowClick.a(SourceFile:28)
    2011-07-01 00:39:45 [SEVERE]    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-07-01 00:39:45 [SEVERE]    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
    2011-07-01 00:39:45 [SEVERE]    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-07-01 00:39:45 [SEVERE]    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-07-01 00:39:45 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-07-01 00:39:45 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-01 00:39:45 [SEVERE] Unexpected exception
    java.lang.NoSuchFieldError: f
            at org.bukkitcontrib.ContribNetServerHandler.a(ContribNetServerHandler.java:171)
            at net.minecraft.server.Packet102WindowClick.a(SourceFile:28)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-01 00:40:31 [INFO] Read timed out
    2011-07-01 00:41:16 [INFO] Read timed out
    
    and everything stops
    the server is still running, CraftIRC is tunneling the chat from IRC to MC
    but everything else is frozen
     
  7. Offline

    MartN

     
  8. Which particularly?
     
  9. Offline

    Flenix

    As MartN suggested, that error is from BukkitContrib. Annoying, because a lot of my plugins use it, but Afforess is a good dev and i'm sure he'll fix soon :)
     
  10. Offline

    MartN

    i mean only the dev said the plugin broke definitely with 1.7, so its not a surprise :D
     
  11. Oh that. Yeah, well the second error is not the BukkitContrib and it's the one that stops the show :(
     
  12. Offline

    FuzzeWuzze

    Actually it is.
    Its his function
    org.bukkitcontrib.ContribNetServerHandler.a

    That is crashing. So function 'a' in his ContribNetServerHandler class.
     
  13. Offline

    Flenix

    Hey Fuzze while you're here, is Towny running alright? :)
     
  14. Offline

    FuzzeWuzze

    Ha i've all but stopped unfortunately, there is another Towny version in the plugin list that is taking over for now.
    Too many ideas, not enough time...for any of them sadly :(
     
  15. Offline

    Flenix

    Right, backup is done. These lists are PURELY watching the SSH on startup, I've not done any further testing.
    Any plugins I HAVE tested are Green for working, or Red for not working.

    WORKING (open)
    Essentials
    EssentialsChat
    Towny
    Permissions (2.x, I don't use 3.x yet)
    Whitelist
    BigBrother
    AimCannon
    bCoolDown
    BlockCantKeepUpSpam
    BlocksOnGlass
    Cabinet
    ClothColour_latest
    CommandIConomy
    CookieMonster
    CraftBukkitUpToDate
    dynmap
    Elevators
    FalseBookBlock
    FalseBookCore
    FalseBookExtra
    FalseBookIC
    FireLord
    GoldenSprint
    Hungry
    iConomyChestShop
    LCCombat
    LCDefence
    LCExcavation
    LCExplosives
    LCFarming
    LCHealth
    LCMining
    LCPrayer
    LCRange
    LCScavenger
    LCWoodCutting
    LevelCraft
    LWC
    MinecartManiaAdminControls
    MinecartManiaAutoCart
    MinecartManiaAutomations
    MinecartManiaChestControl
    MinecartManiaCore
    MinecartManiaSignCommands
    MinecartManiaStation
    MobRider
    MonsterTamer
    MoveCraft
    MultiVerse
    NoCheat
    PermissionsAttributeProvider
    runecraft
    SimpleSave
    SimpleSignEdit
    SimpleSkylands
    SpyerAdmin
    SpyerFun
    Vanilla
    WorldEdit
    WorldGuard
    Zeus


    These are NOT working, or throwing out an error:
    Not working (open)

    Controllerblock (D: my favourite plugin!) - Generating an exception, but seems to be physically working fine.
    LCForgery - Strange, as all other LevelCraft levels work...
    Persistence
    Spells - not sure which of the two, it just mentions "elmakers" in the error
    StarGate - complains about iConomy.


    These plugins rely on BukkitContrib, so naturally don't currently work
    BukkitContrib (open)

    Archers
    LockCraft
    I'm sure there's more, but can't remember what...


    All in all, not too bad.

    Also, I placed a pressure plate on a block on top of a piston, jumped on it and didn't get any errors, and the piston worked fine :)
    *EDIT* Piston facing up crashes.. I had only put side-facing pistons...

    so, anyone know the item ID of shears?

    OK, well its working fine for now. Is the new guy going to make a new thread?

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

    exrook

    Has anyone else been having issues with redstone repeaters in 1.7_01? It is really annoying when I am trying to make a hidden staircase in my server's global shop.
     
  17. Offline

    Flenix

    Nope. What build are you using? I'm on 950, just made a hidden corridor using 12 sitcky pistons and some repeaters were involved :D
     
  18. Offline

    exrook

    It's ok, I found out that it was mcmmo that was lagging the server, so repeaters were really delayed. The funny thing is that everything else was fine, even playing midi files on noteblocks worked. Although I did notice some errors about an Entity_Damage event when another user was on.
     
  19. Offline

    RMDan

    So far the only problems I found in 950, is CreativeGates do not work, and Warping can lead to chunks not loading. To fix the chunk load errors, I installed BananaChunk, and its auto reload chunk fixed the problem. Anyone else able to confirm this?
     
  20. Offline

    obscurehero

    b950 is working well with a meager list of plugins:

    BigBrother
    CommandBook
    CommandHelper
    GoldStandard
    HelpPages
    iChat
    iConomy
    iConomyChestShop
    LWC
    MyHome
    MyWarp
    Permissions 3.1
    WorldEdit
    WorldGuard (5.1?)

    LWC is still protecting things, didn't lose items in chests, Permissions works fine, WorldGuard Regions are still working. I tried using shears and it was terribly uneventful. I haven't tried messing with the pistons...but I"m VERY new to MC. I mostly started using it to help my cousin set up a MC server so I know very little about actually playing the game! lol

    Oh, I should say that my cousin is on vacation so the server isn't up publicly so I haven't tested it with more than one user on (myself).
     
  21. Offline

    Flenix

    I have 6 on now, running fine.
    One word of warning... I found ALL of my controllerblocks are COMPLETELY WIPED. I have a backup, but the problem is the config and all CBs are still saved on the server too.. theres no reason why they aren't working....

    Little annoying.. I have this huge tower, at day its got a ring of iron blocks every 3 blocks (11 rings total) and at night a sensor changes is to glowstone. The iron is there right now but all the glowstone was wiped off the face of minecraft... :'(
     
  22. Offline

    shankypoo

    aaww look at our perfect little snowflake :p

    thanks for the smooth updates, team bukkit \o/
     
  23. Offline

    LucidLethargy

    Citizens breaks with this release (950,) otherwise I have not tested all 50 of my plugins, but things *seemed* to work just fine. npcx is also broken, but that could have broken last update for all I know and I didn't notice it...

    Issues with Citizens:
    <> NPC's on other worlds are no longer there at all
    <> NPC's on the primary world are floating a good 2 blocks above where they should be

    Issues with npcx:
    <> NPC's are NOT floating, or otherwise in the wrong positions, however you can only attack them once and they wont fight back or die after that single blow.

    ...oh and someone said WormholeXtreme was not working for them, check the thread again and head to the last page as someone unofficially patched it! I'm running it on my live server (935) and my test server (950.)
     
  24. 1.7.2 is coming out tomorrow(now today), so for the people with pistons errors, just hold on
     
  25. Offline

    JDM_WAAAT

    But the piston errors are serverside.. right? or is it a clientside error that is crashing our servers?
     
  26. Offline

    Guichi

    Try 359 or craft it like that :

    [​IMG][​IMG]
    [​IMG][​IMG]
     
  27. Offline

    Flenix


    As for them floating, try backing up the config, deleting it and replacing it. That fixed my controllerblocks, which are coord-based, so maybe it'll fix the floating guys too?
     
  28. Offline

    willywonka99

    So when should the new update for CraftBukkit come out?
     
  29. Offline

    recon88

    Between some hours and 1 week ;)
    Maybe today...Maybe tomorrow...nobody knows
     
  30. Offline

    exrook

    I can confirm that this bug is fixed, now when you apply redstone current to the block on top of a piston, it makes a nice little cannon that shoots the item up in the air. (e.g. place a redstone torch on top of a stone block on top of a piston and it drops a redstone torch and shoots it up in the air)
     
Thread Status:
Not open for further replies.

Share This Page