CraftBukkit 1.4.6-R0.3 is now available!

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

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

    EvilSeph

    A new CraftBukkit Beta Build (1.4.6-R0.3) that provides Minecraft 1.4.6 compatibility and addresses issues found in the previous beta is now available in time for the holidays! Although Minecraft 1.4.7 is scheduled to release sometime after New Year's day, we've already fixed the issues it addresses in this beta. The previous beta contains a change that made a bug with enchantments being lost more noticeable and frequent. Upgrading to this new beta is highly recommended.

    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.3 here
     
    karcraft123, En3der, gomeow and 9 others like this.
  2. Offline

    TnT

    CraftBukkit for 1.4.6 already has everything MC 1.4.7 will contain, last I checked. Besides, 1.4.7 clients can connect to 1.4.6 servers.
     
  3. Offline

    lol768

    Wow, you fixed the stuff that 1.4.7 fixes already? Very nice, this should hopefully be a much smoother transition.
     
  4. Offline

    ssfdre38

    did the 1.4.6 craftbukkit go under a code freeze or is there not just a new dev release yet
     
  5. Offline

    marathonman123

    now only if they can make a recommended build this quick
     
  6. Offline

    superbrian111

    well done. the server is running wonderfully.[pig]
     
  7. Offline

    scumola

    19:41:27 [INFO] scumola issued server command: //set 12
    19:41:27 [SEVERE] java.lang.NoClassDefFoundError: net/minecraft/server/Block
    19:41:27 [SEVERE] at com.sk89q.worldedit.bukkit.BukkitWorld.isValidBlockType(BukkitWorld.java:872)
    19:41:27 [SEVERE] at com.sk89q.worldedit.WorldEdit.getBlock(WorldEdit.java:390)
    19:41:27 [SEVERE] at com.sk89q.worldedit.WorldEdit.getBlock(WorldEdit.java:331)
    19:41:27 [SEVERE] at com.sk89q.worldedit.WorldEdit.getBlock(WorldEdit.java:525)
    19:41:27 [SEVERE] at com.sk89q.worldedit.WorldEdit.getBlockPattern(WorldEdit.java:584)
    19:41:27 [SEVERE] at com.sk89q.worldedit.commands.RegionCommands.set(RegionCommands.java:74)
    19:41:27 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    19:41:27 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    19:41:27 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    19:41:27 [SEVERE] at java.lang.reflect.Method.invoke(Method.java:597)
    19:41:27 [SEVERE] at com.sk89q.minecraft.util.commands.CommandsManager.invokeMethod(CommandsManager.java:522)
    19:41:27 [SEVERE] at com.sk89q.worldedit.WorldEdit$1.invokeMethod(WorldEdit.java:230)
    19:41:27 [SEVERE] at com.sk89q.worldedit.WorldEdit$1.invokeMethod(WorldEdit.java:161)
    19:41:27 [SEVERE] at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:509)
    19:41:27 [SEVERE] at com.sk89q.minecraft.util.commands.CommandsManager.execute(CommandsManager.java:425)
    19:41:27 [SEVERE] at com.sk89q.worldedit.WorldEdit.handleCommand(WorldEdit.java:1315)
    19:41:27 [SEVERE] at com.sk89q.worldedit.bukkit.WorldEditPlugin.onCommand(WorldEditPlugin.java:197)
    19:41:27 [SEVERE] at com.sk89q.bukkit.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:52)
    19:41:27 [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:186)
    19:41:27 [SEVERE] at org.bukkit.craftbukkit.v1_4_6.CraftServer.dispatchCommand(CraftServer.java:514)
    19:41:27 [SEVERE] at net.minecraft.server.v1_4_6.PlayerConnection.handleCommand(PlayerConnection.java:979)
    19:41:27 [SEVERE] at net.minecraft.server.v1_4_6.PlayerConnection.chat(PlayerConnection.java:897)
    19:41:27 [SEVERE] at net.minecraft.server.v1_4_6.PlayerConnection.a(PlayerConnection.java:852)
    19:41:27 [SEVERE] at net.minecraft.server.v1_4_6.Packet3Chat.handle(Packet3Chat.java:44)
    19:41:27 [SEVERE] at net.minecraft.server.v1_4_6.NetworkManager.b(NetworkManager.java:290)
    19:41:27 [SEVERE] at net.minecraft.server.v1_4_6.PlayerConnection.d(PlayerConnection.java:112)
    19:41:27 [SEVERE] at net.minecraft.server.v1_4_6.ServerConnection.b(SourceFile:39)
    19:41:27 [SEVERE] at net.minecraft.server.v1_4_6.DedicatedServerConnection.b(SourceFile:30)
    19:41:27 [SEVERE] at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:598)
    19:41:27 [SEVERE] at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
    19:41:27 [SEVERE] at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494)
    19:41:27 [SEVERE] at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427)
    19:41:27 [SEVERE] at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
     
  8. Offline

    chaseoes

    This is a problem with your WorldEdit installation. I suggest you visit the Bukkit Help forum.
     
  9. Offline

    YoFuzzy3

    Like chaseoes said, it's a problem with WorldEdit. You're using the wrong version of WorldEdit for your CraftBukkit build, try the latest dev build.
     
  10. Offline

    pilotdan1985

    There use to be a link on the right side of this page to see all the versions, past and present, of Dev, Beta, and recommended builds. It was moved (or removed) recently. Is there any chance you could put a link to "http://dl.bukkit.org/downloads/craftbukkit/" somewhere on here again? If its already here I apologize, I don't see it.

    By "this page" I'm referencing "http://bukkit.org/"
     
  11. Offline

    Zachar543

    Plugins will break using this version. Due to this commit, any plugin that relies on the teleportation of vehicles/entities that have a passenger will cease to work. Plus, the only way around this change is to use hacky and visually ugly workarounds.
     
  12. Offline

    Sanders15

    I hava a very annoying bug, when someone uses a commandblock, the wholte OP-list (ops.txt) is getting cleared, all names in it dessapear? how can i fix this, i use a lot of commandblocks for telepot solutions, and i can OP myself and my staff every 30 seconds back again -,-
     
  13. Offline

    TnT

    Can you replicate that problem without any plugins?
     
  14. Offline

    Sanders15

    yesterday i removed all my plugins and started the server, but when i place a commandblock and activate it with redstone, again the OP list is cleared. When i downgrade to 1.4.5 i have no problems...

    Edit: When i write protect the file, im getting this message: [WARNING] Failed to save operators list: java.io.FileNotFoundException: .\ops.txt (Toegang geweigerd) (im dutch :p) so it tries all the time to write or delete something there. Even when the file is read-only protected, me and my staff are getting de-opped all the time :'(
     
  15. Offline

    TnT

    What does your command block do? What commands did you enter?
     
  16. Offline

    Sanders15

    i tried different commands, such as tppos stuff and weather sun... example: sudo @p /weather sun
     
  17. Offline

    TnT

    Sudo isn't a command inside of CraftBukkit. Seems your problem is plugin related.
     
  18. Offline

    Sanders15

    it was just an example... ofcourse that doesnt work when i removed all my plugins -,- the bug is NOT in one of the plugins

    also if i use /give Sanders15 98 64 it still blanks the OPS.txt file
     
  19. Offline

    TheRiceKing

    Thank you for your wonderful work of love for the Minecraft community. I wish I had enough skills to contribute to the development team.
     
  20. Offline

    balaso

    You can always do like I did and donate a few dollars. I don't have the coding skills, but I can handle PayPal no problem! :p
     
    Praqoon likes this.
  21. Offline

    CompeteToDefeat

    My guess would be that since there is a snapshot of the 1.5 update out now that they are focusing on that. I could be wrong though.
     
  22. Offline

    Maltheus

    Yeah, this is a particularly irritating bug. They should have just left it the way it was. Granted, a fork isn't that difficult, but it means that I won't be going public with my railroad station routing plugin. It's a shame. I've been working on it for months with the hopes of sharing it, but I suppose I should be spending less time on gaming anyway.
     
  23. Offline

    kin61

    Anyone Know when craftbukkit 1.4.7 is out....
     
  24. Offline

    Wintergrasped

    Thank You

    BUKKIT FTW!
     
  25. Offline

    Mtarnuhal

    How much in % is done for a recommended build?
     
  26. Offline

    CompeteToDefeat

    If you'd bothered to read the original post, you know the most important post in any thread since it's what all replies are based upon, you'd know the answer.
     
  27. Offline

    realsparta

    AAA.Sorry :oops: to say Minecraft 1.4.7 are Updated 2 days ago.Please Update this (give [gold] x64 if you quick update it :p)

    the Minecraft 1.4.7 is out 2 days ago.

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

    Zachar543

    It doesn't matter that much. 1.4.6 and 1.4.7 are both forward and backward compatible. You players can safely update. Also, it really only fixed a few bugs.

    Chances are, the bukkit team will not update to 1.4.7. They will get ready or 1.5 instead.
     
    Praqoon likes this.
  29. Offline

    RebzO1

    i agree they should just ignore 1.4.7 and pretend it never happened :p
     
  30. Offline

    zzxxip

    Well, I'd still expect a RB for 1.4.6/1.4.7 sometime soon! EvilSeph did say
    and
    and it has been a week and a half since this beta was released...
     
  31. Offline

    siemaeniu500

Thread Status:
Not open for further replies.

Share This Page