CraftBukkit 1.4.7-R0.1 is now available!

Discussion in 'Bukkit News' started by EvilSeph, Jan 17, 2013.

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

    EvilSeph

    A new CraftBukkit Beta Build (1.4.7-R0.1) that provides Minecraft 1.4.7 compatibility is now available.

    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.7-R0.1 here
     
  2. Offline

    Walawee25

    I love BUKKIT!!!
     
  3. Offline

    williewillus

    There is no 1.4.8
    Mojang specifically said their next release would be 1.5
     
  4. Offline

    Village Craft

    Great work the Bukkit Team
     
  5. Offline

    batbat

    I updated today and realized I am no longer able to create Iron or Snow Golems. Can anyone else confirm?
     
  6. Offline

    TnT

    They work like a charm for me on b2608.
     
  7. Offline

    batbat

    Odd. Nobody on my server can create them, including me. I'm OP and owner of the server. I disabled all plugins, still no change. Tried in Single Player Creative and it worked fine.
    I'm running latest 1.4.7 Client with 1.4.7 Bukkit-b2602. I just updated this morning. There is now a b2608?
     
  8. Offline

    TnT

    According to the change log, it was fixed in b2607.
     
  9. Offline

    batbat

    Where is the link for it? All I see is b2602. Am I just blind?
     
  10. Offline

    Pieruler5654

    :D Ive been wanting to upgrade my server from 1.2.5 to 1.4.6/1.4.7 ......
     
  11. Offline

    feildmaster

    It's a development build. You'll have to find it yourself, as we don't support open usage of in-dev builds.
     
  12. Offline

    batbat

    Okay, No worries. I know where to get the Dev builds but I don't run em. I'll wait for a Beta. Thanks.
     
  13. Offline

    llamasaylol

    Yay one of my tickets was fixed :) (The dye colours being confusing data)
    For some reason I feel like a noob saying this.
     
  14. Offline

    Lionheart

    Which do you recommend for a new public server?

    1.4.7-R0.1
    1.4.6-R0.3
    1.4.5-R1.0

    I understand version 1.4.5 is stable and recommended by Bukkit, but the others are newer for some reason.
    Every build has it's bugs and fixes, the question is what you guys are using? which is the best for you?

    Thanks
     
  15. Offline

    seamonkey12171

    Any idea when a stable version will be released?:)
     
  16. Offline

    batbat

    Lionheart
    I find the beta builds to be fairly reliable. With the exception of minor non-game breaking bugs like the one I mentioned above you can run them with confidence.
    Dev builds much less so. Hence the NO SUPPORT for people running them. The Dev builds are mostly for digging up bugs , some of which may be serious.
    That's my impression. If anyone else wants to add or correct, please do.
    Reliable builds you already know are rock solid, or as close to rock solid as it will get.
     
    vgmddg and Lionheart like this.
  17. Offline

    GubiD

    I have encountered a number of crashes with this on my server.

    Wasn't sure where to post this to let you guys know about it.
    Show Spoiler

    ---- Minecraft Crash Report ----
    // My bad.

    Time: 1/20/13 12:51 PM
    Description: Ticking entity

    java.util.ConcurrentModificationException
    at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:782)
    at java.util.ArrayList$Itr.next(ArrayList.java:754)
    at net.minecraft.server.v1_4_R1.WorldServer.getTileEntities(WorldServer.java:584)
    at net.minecraft.server.v1_4_R1.EntityPlayer.j_(EntityPlayer.java:166)
    at net.minecraft.server.v1_4_R1.World.entityJoinedWorld(World.java:1334)
    at net.minecraft.server.v1_4_R1.WorldServer.entityJoinedWorld(WorldServer.java:548)
    at net.minecraft.server.v1_4_R1.World.playerJoinedWorld(World.java:1315)
    at net.minecraft.server.v1_4_R1.World.tickEntities(World.java:1193)
    at net.minecraft.server.v1_4_R1.WorldServer.tickEntities(WorldServer.java:445)
    at net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:580)
    at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224)
    at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494)
    at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:782)
    at java.util.ArrayList$Itr.next(ArrayList.java:754)
    at net.minecraft.server.v1_4_R1.WorldServer.getTileEntities(WorldServer.java:584)
    at net.minecraft.server.v1_4_R1.EntityPlayer.j_(EntityPlayer.java:166)
    at net.minecraft.server.v1_4_R1.World.entityJoinedWorld(World.java:1334)
    at net.minecraft.server.v1_4_R1.WorldServer.entityJoinedWorld(WorldServer.java:548)
    at net.minecraft.server.v1_4_R1.World.playerJoinedWorld(World.java:1315)

    -- Entity being ticked --
    Details:
    Entity Type: null (net.minecraft.server.v1_4_R1.EntityPlayer)
    Entity ID: 24049
    Name: Migsrib3
    Exact location: 161.27, 64.00, 199.15
    Block location: World: (161,64,199), Chunk: (at 1,4,7 in 10,12; contains blocks 160,0,192 to 175,255,207), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Momentum: 0.00, -0.08, 0.00
    Stacktrace:
    at net.minecraft.server.v1_4_R1.World.tickEntities(World.java:1193)
    at net.minecraft.server.v1_4_R1.WorldServer.tickEntities(WorldServer.java:445)

    -- Affected level --
    Details:
    Level name: Main
    All players: 1 total; [EntityPlayer['Migsrib3'/24049, l='Main', x=161.27, y=64.00, z=199.15](Migsrib3 at 161.26762091470968,64.0,199.14798738730667)]
    Chunk stats: ServerChunkCache: 698 Drop: 0
    Level seed: 7927972762310062476
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options:
    Level spawn location: World: (-207,63,247), Chunk: (at 1,3,7 in -13,15; contains blocks -208,0,240 to -193,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 225318006 game time, 234510980 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 61197 (now: false), thunder time: 40786 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Stacktrace:
    at net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:580)
    at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224)
    at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494)
    at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)

    -- System Details --
    Details:
    Minecraft Version: 1.4.7
    Operating System: Linux (i386) version 3.2.0-23-generic-pae
    Java Version: 1.6.0_24, Sun Microsystems Inc.
    Java VM Version: OpenJDK Client VM (mixed mode), Sun Microsystems Inc.
    Memory: 148204424 bytes (141 MB) / 573988864 bytes (547 MB) up to 1338834944 bytes (1276 MB)
    JVM Flags: 2 total; -Xincgc -Xmx1280M
    AABB Pool Size: 4166 (233296 bytes; 0 MB) allocated, 44 (2464 bytes; 0 MB) used
    Suspicious classes: $Proxy3, $Proxy5, $Proxy7[com.avaje.ebean.config.dbplatform.DatabasePlatform, SQLitePlatform], [com.google.common.base.Predicate, Function, Joiner, ...], [com.google.common.cache.CacheLoader, SupplierToCacheLoader, FunctionToCacheLoader, ...], [com.google.common.collect.ImmutableCollection, ImmutableList, Maps, ...], [com.google.common.io.Files, OutputSupplier, InputSupplier], [com.google.common.util.concurrent.UncheckedExecutionException], [com.mysql.jdbc.NonRegisteringDriver, Driver, StringUtils], [net.minecraft.server.v1_4_R1.ICommandListener, IMojangStatistics, Packet, ...], [org.apache.commons.lang.Validate, UnhandledException, StringUtils, ...], [org.apache.commons.lang.exception.Nestable, NestableRuntimeException], [org.bukkit.World, BlockChangeDelegate, Server, ...], [org.bukkit.block.BlockState, BlockFace, Block, ...], [org.bukkit.command.CommandSender, RemoteConsoleCommandSender, CommandException, ...], [org.bukkit.command.defaults.VanillaCommand, SaveCommand, SaveOnCommand, ...], [org.bukkit.configuration.ConfigurationSection, Configuration, MemorySection, ...], [org.bukkit.configuration.file.FileConfiguration, YamlConfiguration, FileConfigurationOptions, ...], [org.bukkit.configuration.serialization.ConfigurationSerializable, ConfigurationSerialization, DelegateDeserialization, ...], [org.bukkit.conversations.Conversable, ConversationCanceller, Prompt], [org.bukkit.craftbukkit.Main], [org.bukkit.craftbukkit.libs.com.google.gson.JsonDeserializer, JsonParseException, GsonBuilder, ...], [org.bukkit.craftbukkit.libs.com.google.gson.annotations.SerializedName], [org.bukkit.craftbukkit.libs.com.google.gson.internal.Excluder, $Gson$Preconditions, Primitives, ...], [org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.JsonTreeReader, JsonTreeWriter, BigDecimalTypeAdapter, ...], [org.bukkit.craftbukkit.libs.com.google.gson.reflect.TypeToken], [org.bukkit.craftbukkit.libs.com.google.gson.stream.JsonReader, JsonWriter, MalformedJsonException, ...], [org.bukkit.craftbukkit.libs.jline.TerminalFactory, Terminal, Flavor, ...], [org.bukkit.craftbukkit.libs.jline.console.ConsoleReader, CursorBuffer, ConsoleKeys, ...], [org.bukkit.craftbukkit.libs.jline.console.completer.CompletionHandler, CandidateListCompletionHandler], [org.bukkit.craftbukkit.libs.jline.console.history.History, MemoryHistory], [org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader, Configuration, Log, ...], [org.bukkit.craftbukkit.libs.joptsimple.OptionException, OptionParser, OptionSpec, ...], [org.bukkit.craftbukkit.libs.joptsimple.internal.AbbreviationMap, ReflectionException, Reflection, ...], [org.bukkit.craftbukkit.v1_4_R1.LoggerOutputStream, CraftServer, CraftOfflinePlayer, ...], [org.bukkit.craftbukkit.v1_4_R1.block.CraftBlock, CraftBlockState, CraftSign, ...], [org.bukkit.craftbukkit.v1_4_R1.chunkio.ChunkIOExecutor, ChunkIOProvider, QueuedChunk], [org.bukkit.craftbukkit.v1_4_R1.command.ServerCommandSender, CraftConsoleCommandSender, ColouredConsoleSender], [org.bukkit.craftbukkit.v1_4_R1.conversations.ConversationTracker], [org.bukkit.craftbukkit.v1_4_R1.enchantments.CraftEnchantment], [org.bukkit.craftbukkit.v1_4_R1.entity.CraftEntity, CraftLivingEntity, CraftHumanEntity, ...], [org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory], [org.bukkit.craftbukkit.v1_4_R1.generator.InternalChunkGenerator, CustomChunkGenerator, NormalChunkGenerator, ...], [org.bukkit.craftbukkit.v1_4_R1.help.SimpleHelpMap, CommandAliasHelpTopic, HelpYamlReader, ...], [org.bukkit.craftbukkit.v1_4_R1.inventory.CraftItemStack, CraftRecipe, CraftShapedRecipe, ...], [org.bukkit.craftbukkit.v1_4_R1.metadata.EntityMetadataStore, PlayerMetadataStore, WorldMetadataStore, ...], [org.bukkit.craftbukkit.v1_4_R1.potion.CraftPotionEffectType, CraftPotionBrewer], [org.bukkit.craftbukkit.v1_4_R1.scheduler.CraftScheduler, CraftTask, CraftAsyncTask, ...], [org.bukkit.craftbukkit.v1_4_R1.updater.AutoUpdater, BukkitDLUpdaterService, DateDeserializer, ...], [org.bukkit.craftbukkit.v1_4_R1.util.Waitable, ServerShutdownThread, TerminalConsoleHandler, ...], [org.bukkit.enchantments.Enchantment, EnchantmentWrapper], [org.bukkit.entity.Entity, Damageable, LivingEntity, ...], [org.bukkit.event.Event, Cancellable, Listener, ...], [org.bukkit.event.block.BlockEvent, BlockFadeEvent, BlockGrowEvent, ...], [org.bukkit.event.enchantment.EnchantItemEvent, PrepareItemEnchantEvent], [org.bukkit.event.entity.EntityEvent, EntityInteractEvent, EntityDamageEvent, ...], [org.bukkit.event.hanging.HangingEvent, HangingPlaceEvent, HangingBreakEvent, ...], [org.bukkit.event.inventory.FurnaceSmeltEvent, FurnaceBurnEvent, InventoryEvent, ...], [org.bukkit.event.painting.PaintingEvent, PaintingPlaceEvent, PaintingBreakEvent, ...], [org.bukkit.event.player.PlayerEvent, PlayerInteractEvent, PlayerFishEvent, ...], [org.bukkit.event.server.ServerEvent, MapInitializeEvent, ServerCommandEvent, ...], [org.bukkit.event.vehicle.VehicleEvent, VehicleExitEvent, VehicleEnterEvent, ...], [org.bukkit.event.weather.WeatherEvent, ThunderChangeEvent, WeatherChangeEvent, ...], [org.bukkit.event.world.WorldEvent, WorldSaveEvent, WorldInitEvent, ...], [org.bukkit.generator.ChunkGenerator], [org.bukkit.help.HelpMap, HelpTopic, IndexHelpTopic, ...], [org.bukkit.inventory.ItemStack, Recipe, ShapedRecipe, ...], [org.bukkit.inventory.meta.ItemMeta, Repairable, BookMeta, ...], [org.bukkit.map.MapView], [org.bukkit.material.MaterialData, Tree, Directional, ...], [org.bukkit.metadata.Metadatable, MetadataStore, MetadataStoreBase], [org.bukkit.permissions.ServerOperator, Permissible, PermissionDefault, ...], [org.bukkit.plugin.ServicesManager, PluginManager, SimpleServicesManager, ...], [org.bukkit.plugin.java.JavaPluginLoader, PluginClassLoader, JavaPlugin], [org.bukkit.plugin.messaging.PluginMessageRecipient, Messenger, StandardMessenger, ...], [org.bukkit.potion.PotionEffectType, PotionEffectTypeWrapper, PotionBrewer, ...], [org.bukkit.scheduler.BukkitScheduler, BukkitTask, BukkitWorker], [org.bukkit.util.Vector, BlockVector, Java15Compat, ...], [org.bukkit.util.permissions.DefaultPermissions, CommandPermissions, BroadcastPermissions], [org.fusesource.jansi.AnsiOutputStream, Ansi, NoAnsi, ...], [org.json.simple.JSONAware, JSONStreamAware, JSONObject, ...], [org.json.simple.parser.JSONParser, ParseException, Yylex, ...], [org.sqlite.JDBC, Conn, SQLiteConfig, ...], [org.yaml.snakeyaml.DumperOptions, ScalarStyle, FlowStyle, ...], [org.yaml.snakeyaml.composer.Composer, ComposerException], [org.yaml.snakeyaml.constructor.BaseConstructor, SafeConstructor, Constructor, ...], [org.yaml.snakeyaml.emitter.Emitable, Emitter, EmitterException, ...], [org.yaml.snakeyaml.error.YAMLException, MarkedYAMLException, Mark], [org.yaml.snakeyaml.events.Event, NodeEvent, ScalarEvent, ...], [org.yaml.snakeyaml.external.com.google.gdata.util.common.base.Escaper, UnicodeEscaper, PercentEscaper], [org.yaml.snakeyaml.introspector.PropertyUtils, BeanAccess, Property, ...], [org.yaml.snakeyaml.nodes.Node, CollectionNode, MappingNode, ...], [org.yaml.snakeyaml.parser.Parser, ParserImpl, ParserException, ...], [org.yaml.snakeyaml.reader.UnicodeReader, StreamReader, ReaderException], [org.yaml.snakeyaml.representer.BaseRepresenter, SafeRepresenter, Representer, ...], [org.yaml.snakeyaml.resolver.Resolver, ResolverTuple], [org.yaml.snakeyaml.scanner.Scanner, ScannerImpl, ScannerException, ...], [org.yaml.snakeyaml.serializer.Serializer, SerializerException], [org.yaml.snakeyaml.tokens.Token, AliasToken, ScalarToken, ...], [org.yaml.snakeyaml.util.UriEncoder, ArrayStack]
    IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 63
    CraftBukkit Information:
    Running: CraftBukkit version git-Bukkit-1.4.7-R0.1-b2602jnks (MC: 1.4.7) (Implementing API version 1.4.7-R0.1) true
    Plugins: { BorderGuard v4.31 com.minerealm.borderguard.BorderGuard [Intelli], WorldGenerationControl v2.6 net.pointysoftware.worldgenerationcontrol.WorldGenerationControl [[email protected]], Curseban v2.5.0 de.boreeas.curseban.main.CurseBan [], Vault v1.2.16-b184 net.milkbowl.vault.Vault [cereal, Sleaker, mung3r], Modifyworld v1.19.4 ru.tehkode.modifyworld.bukkit.Modifyworld [t3hk0d3], PermissionsEx v1.19.5 ru.tehkode.permissions.bukkit.PermissionsEx [t3hk0d3], Multiverse-Core v2.4-b524 com.onarandombox.MultiverseCore.MultiverseCore [Rigby, fernferret, lithium3141, main--], LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012) com.griefcraft.lwc.LWCPlugin [Hidendra], Essentials v2.9.6 com.earth2me.essentials.Essentials [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Iaccidentally], PreciousStones v9.5.3 net.sacredlabyrinth.Phaed.PreciousStones.PreciousStones [Phaed], ChatManager v1.19.1 ru.tehkode.chatmanager.bukkit.ChatManager [t3hk0d3], EssentialsProtect v2.9.6 com.earth2me.essentials.protect.EssentialsProtect [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits], EssentialsSpawn v2.9.6 com.earth2me.essentials.spawn.EssentialsSpawn [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits], Multiverse-Inventories v2.5-b207 com.onarandombox.multiverseinventories.MultiverseInventories [dumptruckman], Multiverse-NetherPortals v2.4-b530 com.onarandombox.MultiverseNetherPortals.MultiverseNetherPortals [Rigby, fernferret], EssentialsChat v2.9.6 com.earth2me.essentials.chat.EssentialsChat [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Okamosy, Iaccidentally], EssentialsAntiBuild v2.9.6 com.earth2me.essentials.antibuild.EssentialsAntiBuild [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits],}
    Warnings: DEFAULT
    Threads: { TIMED_WAITING Thread-4: [java.lang.Thread.sleep(Native Method), net.minecraft.server.v1_4_R1.ThreadSleepForever.run(SourceFile:52)], WAITING PermissionsEx-Cleaner: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), java.util.TimerThread.mainLoop(Timer.java:505), java.util.TimerThread.run(Timer.java:484)], TIMED_WAITING pool-1-thread-60: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:453), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:352), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603), java.lang.Thread.run(Thread.java:679)], WAITING Chunk I/O Executor Thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:186), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:386), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603), java.lang.Thread.run(Thread.java:679)], TIMED_WAITING Connection #94 write thread: [java.lang.Thread.sleep(Native Method), net.minecraft.server.v1_4_R1.NetworkWriterThread.run(NetworkWriterThread.java:38)], WAITING Reference Handler: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)], TIMED_WAITING Thread-8: [java.lang.Thread.sleep(Native Method), com.griefcraft.util.DatabaseThread.run(DatabaseThread.java:161), java.lang.Thread.run(Thread.java:679)], TIMED_WAITING com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1: [java.lang.Object.wait(Native Method), com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:534)], RUNNABLE Thread-5: [java.io.FileInputStream.readBytes(Native Method), java.io.FileInputStream.read(FileInputStream.java:236), java.io.BufferedInputStream.fill(BufferedInputStream.java:235), java.io.BufferedInputStream.read(BufferedInputStream.java:254), java.io.FilterInputStream.read(FilterInputStream.java:83), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader$1.read(ConsoleReader.java:167), org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:267), org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:204), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:995), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1167), net.minecraft.server.v1_4_R1.ThreadCommandReader.run(ThreadCommandReader.java:31)], TIMED_WAITING pool-1-thread-54: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:453), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:352), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603), java.lang.Thread.run(Thread.java:679)], TIMED_WAITING pool-1-thread-56: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:453), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:352), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603), java.lang.Thread.run(Thread.java:679)], RUNNABLE Server thread: [java.lang.Thread.dumpThreads(Native Method), java.lang.Thread.getAllStackTraces(Thread.java:1546), org.bukkit.craftbukkit.v1_4_R1.CraftCrashReport.call(CraftCrashReport.java:28), net.minecraft.server.v1_4_R1.CrashReportSystemDetails.a(SourceFile:74), net.minecraft.server.v1_4_R1.CrashReport.h(CrashReport.java:43), net.minecraft.server.v1_4_R1.CrashReport.<init>(CrashReport.java:30), net.minecraft.server.v1_4_R1.CrashReport.a(CrashReport.java:214), net.minecraft.server.v1_4_R1.World.tickEntities(World.java:1195), net.minecraft.server.v1_4_R1.WorldServer.tickEntities(WorldServer.java:445), net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:580), net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224), net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494), net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427), net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)], RUNNABLE Signal Dispatcher: [], TIMED_WAITING Snooper Timer: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:531), java.util.TimerThread.run(Timer.java:484)], TIMED_WAITING Thread-9: [java.lang.Thread.sleep(Native Method), com.griefcraft.modules.credits.CreditsModule$CreditsTask.run(CreditsModule.java:110), java.lang.Thread.run(Thread.java:679)], RUNNABLE Listen thread: [java.net.PlainSocketImpl.socketAccept(Native Method), java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:375), java.net.ServerSocket.implAccept(ServerSocket.java:470), java.net.ServerSocket.accept(ServerSocket.java:438), net.minecraft.server.v1_4_R1.DedicatedServerConnectionThread.run(DedicatedServerConnectionThread.java:62)], RUNNABLE File IO Thread: [java.lang.Thread.sleep(Native Method), net.minecraft.server.v1_4_R1.FileIOThread.b(SourceFile:36), net.minecraft.server.v1_4_R1.FileIOThread.run(SourceFile:22), java.lang.Thread.run(Thread.java:679)], WAITING Finalizer: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:133), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:149), java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:177)], RUNNABLE Connection #94 read thread: [java.net.SocketInputStream.socketRead0(Native Method), java.net.SocketInputStream.read(SocketInputStream.java:146), java.io.FilterInputStream.read(FilterInputStream.java:133), net.minecraft.v1_4_R1.org.bouncycastle.crypto.io.CipherInputStream.a(Unknown Source), net.minecraft.v1_4_R1.org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source), java.io.FilterInputStream.read(FilterInputStream.java:83), net.minecraft.server.v1_4_R1.Packet.a(Packet.java:93), net.minecraft.server.v1_4_R1.NetworkManager.i(NetworkManager.java:190), net.minecraft.server.v1_4_R1.NetworkManager.c(NetworkManager.java:344), net.minecraft.server.v1_4_R1.NetworkReaderThread.run(SourceFile:93)], RUNNABLE DestroyJavaVM: [], TIMED_WAITING Timer-0: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:531), java.util.TimerThread.run(Timer.java:484)], TIMED_WAITING com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0: [java.lang.Object.wait(Native Method), com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:534)], TIMED_WAITING com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2: [java.lang.Object.wait(Native Method), com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:534)],}
    Recent tasks from 231195-231225{PreciousStones:net.sacredlabyrinth.Phaed.PreciousStones.vectors.Field$Update@231235,PreciousStones:net.sacredlabyrinth.Phaed.PreciousStones.vectors.Field$Update@231235,PreciousStones:net.sacredlabyrinth.Phaed.PreciousStones.vectors.Field$Update@231235,PreciousStones:net.sacredlabyrinth.Phaed.PreciousStones.vectors.Field$Update@231255,PreciousStones:net.sacredlabyrinth.Phaed.PreciousStones.vectors.Field$Update@231255,PreciousStones:net.sacredlabyrinth.Phaed.PreciousStones.vectors.Field$Update@231255,}
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NoSuchFieldError: worldServer
    Player Count: 1 / 20; [EntityPlayer['Migsrib3'/24049, l='Main', x=161.27, y=64.00, z=199.15](Migsrib3 at 161.26762091470968,64.0,199.14798738730667)]
    Is Modded: Definitely; Server brand changed to 'craftbukkit'
    Type: Dedicated Server (map_server.txt)
     
  18. Offline

    HalomostGull3

    wow this date is my actual bitsthday!!!
     
  19. Offline

    _Alf

    Today i realized that putting redstone torch beneath powered rail won't activate them in 1.4.7, i have to put the torch first and then the powered rail on top to get it lit up - worked back in 1.4.6
     
  20. Offline

    PvPinSanity

    Verry Nice
     
  21. Am I the only one thinking it's not the Bukkit team whom are crashing the server, but the Server Admins that allow this option turned on=)?
    Also, would the only way of removing said crashes not be to test the option to have mobs etc being able to move through portals?

    If you can toggle it on/off and it is off be default then I see no problems which are preventing you from enabling it and get more data on the issue. All you have to do is warn people that enabling it is at their own risk.

    That's just me thinking out loud :).

    **edit**
    If all fails, maybe the bukkit DEV team should take a look at Multiverse Portals and how they allowed non-player entities to move through portals (may I add without the server lagging.)
    - This was possible before the addition of the mobs etc feature in 1.4 (which was then globally disabled by bukkit)
     
  22. Offline

    TheKAps

    Why i can't build Iron Golem in 1.4.7 version?
     
  23. Offline

    TnT

    Its a bug. Fixed in subsequent development builds.
     
  24. Offline

    delirium

    God I hope CPU usage is lower than in the previous versions..
     
  25. Offline

    thenerfman23

    Cool Ima Download Right Now
     
  26. Offline

    SouthPark16

    Well, i have an idea. Why don't you try to Limit the number of mobs through portals OR craftbukkit could add a feature in the settings to allow / disallow mobs through the portals! :D
     
  27. Offline

    MarkCashion

    Why can't you use command blocks with Bukkit without crashing the server?(I can still use "/say" though.) I know it's been in for a while but I'm just curious.
     
  28. Offline

    xXRoboJackXx

    I think this is to do with this build but I don't know.
    Beds have to be placed facing certain ways or they break.
     
  29. Offline

    _Vegar_

    Great job, keep up the good work!
     
  30. _Vegar_ because we know how much work you put into it, right?

    (Good job bukkit team, never disappointed! )
     
  31. Offline

    Phoenix_8754

    Anyone else getting a weird bug to where beds will only place if theyre facing west? No error log either.... When you try to place the bed it turns into the item that you pick up.... So... any help?
     
Thread Status:
Not open for further replies.

Share This Page