First Minecraft 1.0.0 Bukkit Build Released----Keep Discussion Here

Discussion in 'Bukkit Discussion' started by Teh Kitteh, Nov 20, 2011.

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

    xphoenixxx

    Is it server or client side? Is the console bombing or after you try to login?- if you have worldedit run "stoplag" on the console then log in with client (its stoplag -c to turn that off again btw) . I've found that if you drop into a snow biome - particularly those that were forest/ocean areas pre-update it appears the water changing to ice locks the client up.
     
  2. Offline

    Larry Bob

    With my new (1.0.0) world loaded into build 1466 Bukkit gives a "cannot find start biome" message and refuses to let anybody on. Bukkit team, I'd prefer a dev build that lets someone on BEFORE the bugs start rolling in.
     
  3. Offline

    owenftw

    lol..? Don't use it then...............
     
  4. Offline

    Vhab

    Good thing you told them. I'm sure they didn't know this.
     
    Borch likes this.
  5. Offline

    Riddla

    Im sure they are working very hard to get the new version out just hold your horses last i heard MCP wasnt even released the final release is messing some of the old code up i guess
     
  6. Offline

    Dec64

    Works fine for me, what about McMMO does not work for you?
     
  7. Offline

    TheJamesp55

    Doesnt work .,.,. It opens then closes ........:(
     
  8. Offline

    uberfoo1337

    my permissions don't work anymore :( 3.16 Yeti

    and multiverse portals take away the experience
     
  9. Offline

    ClearTranquil

    Just reporting in that NoLagg seems to not work on 1467. (As mentioned before by someone else, Log Block broke for me too).
     
  10. Offline

    andrewkm

    3.1.6 is ancient
     
  11. Offline

    olegpicha

    (MC: 1.0.0) (Implementing API version 1.0.0-R1-SNAPSHOT)
    2011-11-20 19:21:20 [SEVERE] Could not load 'plugins\WorldGuard.jar' in folder 'plugins':
    java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/CommandException
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:170)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:215)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:141)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:117)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:141)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.ClassNotFoundException: com.sk89q.minecraft.util.commands.CommandException
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    thats now only with world guard i cant start any plugin :(
     
  12. Offline

    MaximeRector

    Yes you need to replace the "0.0.1" to "1.0.0"
     
  13. Offline

    leecee9

    i
    join the server it says its doing the terrain then it times out and breaks the server

    OMGG YEEES GOT IT THE SPOUT PLUGING WAS NOT LOADING THE TERRAIN

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

    byzantinian

    A thread dedicated to people with zero programming experience trying to get an unrecommended dev build of CB to run while simultaneously complaining about the existence of bugs...I'm gonna read this whole thread just for the lulz.
     
  15. Offline

    Vhab

    It's a story sad enough to be adopted as a Broadway musical next year.
     
  16. Offline

    Riddla

    Constant errors in console that lag the server
     
  17. Offline

    erdrickk

    How about less QQ and more error reports like olegpicha posted for example. QQing won't help bukkit come to release but proper error reports will.
     
  18. Offline

    strontkever

    Every plugins works for me, but after a couple hours of running the server,
    some messages come up:
    "read time out"
    "connection reset"

    and the server is frozen.... happened 2 times now :(
     
  19. Offline

    humroben

    when is the release of the fully functional bukkit update?
     
  20. same here
     
  21. Offline

    FROZ3NxARCH3R

    Evertyime I load it up with this

    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.0.0-SNAPSHOT.jar
    PAUSE
    I always end up getting this message

    [​IMG]
     
  22. Offline

    theFrosty

    To be fair, if you can't setup a snapshot build, I would highly recommend that you wait for the official release for 1.0. There are quite a few bugs that need to be addressed, before it's suitable for use on a production server.
     
  23. Offline

    M1sT3rM4n

    That's what I do for the entire forum except offtopic.
     
  24. Offline

    VanillaPie

    If you try to destory the head-block of an ender-tower in the ender world you get an exception:

    WARNING] Failed to handle packet: java.lang.IllegalArgumentException: Unknown entity java.lang.IllegalArgumentException: Unknown entity at org.bukkit.craftbukkit.entity.CraftEntity.getEntity(CraftEntity.java:135) at net.minecraft.server.Entity.getBukkitEntity(Entity.java:1189) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:901) at net.minecraft.server.Packet7UseEntity.a(SourceFile:33) at net.minecraft.server.NetworkManager.b(NetworkManager.java:226) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92) at net.minecraft.server.NetworkListenThread.a(SourceFile:108) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414) at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
     
  25. Offline

    FROZ3NxARCH3R

    I want to test it out and thats definitely a bug.. how do you fix that?
     
  26. Offline

    M1sT3rM4n

    I'd pay good money to see this musical.
     
  27. Offline

    theFrosty

    If it is a bug, then you would have to wait on the Bukkit Team to fix it I suppose. ;)
     
  28. Offline

    uberfoo1337

    whats the latest permission edition?
     
  29. Use bPermissions or PermissionsEx
     
    andrewkm likes this.
  30. Offline

    herghost

    It appears that having OnEnable creating a config.yml is the 1st error I hit, stops my plugin even loading. Once thats removed, my plugin checks database exists and creates new database using jdbc, so that appears to work. However as soon as I try to run a command I get hot with console spam. I have imported the latest bukkit into Eclipse, however no errors are shown as yet.

    Looking forward to testing the next build :)

    Keep up the good work guys, hope you have a safe trip home from Minecon!
     
Thread Status:
Not open for further replies.

Share This Page