CraftBukkit 1.4.6-R0.1 is now available!

Discussion in 'Bukkit News' started by EvilSeph, Dec 21, 2012.

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

    EvilSeph

    A new CraftBukkit Beta Build (1.4.6-R0.1) that provides Minecraft 1.4.6 compatibility is now available in time for the holidays!

    Will plugins break with this build?
    Provided the developers of the plugins you are using are keeping up with the development of Bukkit, all your plugins should work fine, with the exception of plugins that use Minecraft or CraftBukkit code.

    Important Note: This Beta Build contains a new safeguard to protect servers against unchecked and thus potentially damaging plugins. See the announcement here for more information:
    http://forums.bukkit.org/threads/sa...cked-and-potentially-damaging-plugins.116749/

    What is a Beta build?
    A Beta Build is in between a developer build and a Recommended Build. These builds simply work and are promoted much more frequently than a Recommended Build. While we will do some testing before promoting a beta build, we will not be running it through our extensive test process. As such, there are no guarantees that they will not contain minor bugs. If we do find out they are broken, we will mark it as such on DLB and promote a new one. A beta build may contain incomplete API and new features but they should not interfere with running the build in any way.

    This particular Beta build, like every first Beta build for a Minecraft update, is primarily made available to help facilitate more testing coverage to bring us closer to a Recommended Build sooner. Please consider running this Beta build to give us a hand with discovering issues we need to address in order to reach a Recommended Build.

    Known Issues:
    • Monsters, villagers, etc. using portals (added in Minecraft 1.4) has been temporarily disabled.
    For more detailed information on what is contained in this update, please see the changelog here.

    Download CraftBukkit 1.4.6-R0.1 here
     
  2. Offline

    TnT

    Excellent work team!

    Please use Bukkit Help for support requests, and report all bugs you can confirm without using plugins to leaky.
     
  3. Offline

    LaxWasHere

    That was fast.
     
  4. Offline

    Niknea

    Lol just updated to other one guess i can update to a beta now! :D Thanks guys!
     
  5. Offline

    chaseoes

    Nice! Keep up the good work. :D
     
  6. Offline

    R3PTILE

    Thanks bukkit, Always the best!
     
  7. Offline

    YoFuzzy3

    Awesome, very quick, great job! Now I just have to wait for some more safeguard affected plugins to update...
     
    EditsHD likes this.
  8. Offline

    Ugpzt

    Thanks, my son's little server is already updated. :)

    He loves the fireworks, etc. :D
     
  9. Offline

    Niknea

    Known plugins that dont work Disguisecraft Nocheatplus worldedit worldguard and bkcommonlib. Anymore please quote me and tell me :D
     
  10. Offline

    Ikx_1

    I love you guys, I have been awake for 5 hours now, and thinking do I take a risk to update to 1.4.6. Now it's for sure! Thanks again!
     
  11. Offline

    venom20078

    I got a few errors and my servers not even starting up!
    Show Spoiler
    2012-12-22 01:34:43 [WARNING] Method "public Plugin loadPlugin(File, boolean)" is Deprecated, and may be removed in a future version of Bukkit
    org.bukkit.plugin.AuthorNagException:
    at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:284)
    at com.earth2me.essentials.storage.BukkitConstructor.getClassForNode(BukkitConstructor.java:418)
    at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.getConstructor(Constructor.java:321)
    at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:331)
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:183)
    at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:142)
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:128)
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:423)
    at com.earth2me.essentials.storage.YamlStorageReader.load(YamlStorageReader.java:47)
    at com.earth2me.essentials.storage.AbstractDelayedYamlFileReader.run(AbstractDelayedYamlFileReader.java:37)
    at org.bukkit.craftbukkit.v1_4_6.scheduler.CraftTask.run(CraftTask.java:53)
    at org.bukkit.craftbukkit.v1_4_6.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    2012-12-22 01:34:43 [SEVERE] Exception in thread "Listen thread"
    2012-12-22 01:34:43 [SEVERE] java.lang.RuntimeException: Cannot find class NetLoginHandler
    2012-12-22 01:34:43 [SEVERE] at com.comphenix.protocol.utility.CachedPackage.getPackageClass(CachedPackage.java:43)
    2012-12-22 01:34:43 [SEVERE] at com.comphenix.protocol.utility.MinecraftReflection.getMinecraftClass(MinecraftReflection.java:517)
    2012-12-22 01:34:43 [SEVERE] at com.comphenix.protocol.utility.MinecraftReflection.getNetLoginHandlerClass(MinecraftReflection.java:292)
    2012-12-22 01:34:43 [SEVERE] at com.comphenix.protocol.utility.MinecraftReflection.isLoginHandler(MinecraftReflection.java:196)
    2012-12-22 01:34:43 [SEVERE] at com.comphenix.protocol.injector.player.InjectedServerConnection$1.onInserting(InjectedServerConnection.java:232)
    2012-12-22 01:34:43 [SEVERE] at com.comphenix.protocol.injector.player.ReplacedArrayList.add(ReplacedArrayList.java:80)
    2012-12-22 01:34:43 [SEVERE] at net.minecraft.server.v1_4_6.DedicatedServerConnectionThread.a(DedicatedServerConnectionThread.java:104)
    2012-12-22 01:34:43 [SEVERE] at net.minecraft.server.v1_4_6.DedicatedServerConnectionThread.run(DedicatedServerConnectionThread.java:88)
    2012-12-22 01:34:43 [SEVERE] Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_4_6.NetLoginHandler
    2012-12-22 01:34:43 [SEVERE] at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70)
    2012-12-22 01:34:43 [SEVERE] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
    2012-12-22 01:34:43 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
    2012-12-22 01:34:43 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
    2012-12-22 01:34:43 [SEVERE] at com.comphenix.protocol.utility.CachedPackage.getPackageClass(CachedPackage.java:35)
     
  12. Offline

    md_5

    Please use Bukkit help in future. That Essentials nag can be removed by updating it. Your server will start if you disable ProtocolLib.
     
  13. Offline

    FuZeEclipse

    First error :p
    Show Spoiler

    21.12 23:48:42 [Multicraft] Server shut down
    21.12 23:48:42 [Server] INFO #
    21.12 23:48:42 [Server] INFO # See problematic frame for where to report the bug.
    21.12 23:48:42 [Server] INFO # The crash happened outside the Java Virtual Machine in native code.
    21.12 23:48:42 [Server] INFO # http://bugreport.sun.com/bugreport/crash.jsp
    21.12 23:48:42 [Server] INFO # If you would like to submit a bug report, please visit:
    21.12 23:48:42 [Server] INFO #
    21.12 23:48:42 [Server] INFO # /hs_err_pid19756.log
    21.12 23:48:42 [Server] INFO # An error report file with more information is saved as:
    21.12 23:48:42 [Server] INFO #
    21.12 23:48:42 [Server] INFO # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
    21.12 23:48:42 [Server] INFO #
    21.12 23:48:42 [Server] INFO # C [libc.so.6+0x7b11b] memcpy+0x15b
    21.12 23:48:42 [Server] INFO # Problematic frame:
    21.12 23:48:42 [Server] INFO # Java VM: Java HotSpot(TM) 64-Bit Server VM (22.1-b02 mixed mode linux-amd64 compressed oops)
    21.12 23:48:42 [Server] INFO # JRE version: 7.0_03-b04
    21.12 23:48:42 [Server] INFO #
    21.12 23:48:42 [Server] INFO # SIGBUS (0x7) at pc=0x000000343267b11b, pid=19756, tid=1098766656
    21.12 23:48:42 [Server] INFO #
    21.12 23:48:42 [Server] INFO # A fatal error has been detected by the Java Runtime Environment:
    21.12 23:48:42 [Server] INFO #
    21.12 23:48:42 [Server] INFO list
    21.12 23:47:53 [Server] INFO [AuthMe] §4FuZeEclipse logged in!
     
  14. Offline

    venom20078

    I f
    I fixed it! No thanks to you though. I was looking through some other posts and saw I needed to update protocollib
     
  15. Offline

    Alnifrazz

    Hey, I made an account just to tell you guys what a great job you do. Seriously, thank you for all your hard work and for making Minecraft more fun for me, my friends, and the entire MC community.
     
  16. Offline

    Denni300

    Yes Same you the best i am thinking of donating to you :D continue you great job !
     
  17. Offline

    pandapipino

  18. Offline

    ebraen

    Awesome , nice work bukkit
     
  19. When I use WorldEdit I get error code :'(

    This is my last log file:

    Do I do anything wrong?

    Thanks, and sorry for my English :)
     
  20. Offline

    spydercanopus

    I'm really glad I waited because I read some of the reports about corrupted worlds. Thanks for being so awesome bukkit team and merry christmas.
     
  21. Offline

    jorisk322

    WOW, that was really fast, and still all those noobs are complaining about the 'long wait times'.
    Great work Bukkit team!
     
  22. Offline

    CoZmicShReddeR

    Thank you so much for rolling this out!
     
  23. Offline

    SyNysTrOw

    Thanks for the gift! =)
     
  24. Offline

    Hellangel98

    Awesome! I can now put fireworks on my server :D
     
  25. Offline

    effortless

    Disguisecraft, NoCheatPlus, WorldEdit and WorldGuard all have Developmental versions that work with 1.4.6, running fine on my server, go check 'em out
     
    DHLF likes this.
  26. Offline

    Matthewadams

    Omg thanks! Keep it up!
     
  27. Offline

    Hamster726

    Thanks! Good job!
     
  28. Offline

    HalomostGull3

    Thank you Bukkit Team
     
  29. Offline

    Hasseos

    Very hard working but i have a lot of plugins crashing like, ptweaks, resindence, world guard and world edit... world guard sais could not pass event something and with world edit i cant use //set [ID] i put the item but it says couldt find item. Please HELP!
     
  30. Offline

    Phoenix_8754

    permissionsEX, factions, chairs, voxel. Those are all I know of
     
Thread Status:
Not open for further replies.

Share This Page