CraftBukkit 1.2.5-R2.0 is now available!

Discussion in 'Bukkit News' started by EvilSeph, May 17, 2012.

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

    Amaranth

    If your client is crashing when you run a command or when you connect you need to make sure you're using a 1.2.5 client, this was mentioned in the first post.
     
  2. Offline

    chrisk123999

    I'm still getting that error, and I'm on a 1.2.5 client.
     
  3. Offline

    Spartan_V23

    http://softkube.com/blog/ansi-command-line-colors-under-windows/ -- try downloading this. Those are color codes. I had the same problem.
     
  4. Offline

    Cubanrevel

    Yes Guys if you get the jline error with this new 1.2.5-R2.0 the sujestion of adding this to you stat up file work for me. After Craftbukkit.jar or craftbukkit-1.2.5-R2.0 add --nojline
     
  5. Offline

    Parsalin

    Well, if you fixed some issues, what ever you fixed caused me to start getting time out/ server overloaded error messages. Before i upgraded no errors. i didnt even know there was such an error. after errors and lags machine untill crash... its possible a plug in is at fault but theyre all off the bukkit list... ill post again in a couple days if i find the plugin doing it. just thought id mention that it caused me issues.
     
  6. Offline

    QBcrusher

    Thanks for the update =]. One suggestion; I doubt its on your list of priorities, but i think it could improve bukkit. I think you should make some kind of converter that can update plugins to the latest build. I know that is the job of the developers, but sometimes they just don't have the time to keep up, and it inconveniences a lot of server admins/players. I think it would make the lives of everyone (except you of course xD) a lot easier and make Bukkit better because there will never be any outdated plugins in the list. Honestly, I won't be suprised if this never happens, but I figured i'd throw the idea out there incase its never been brought up to you before...Thanks again for the update, and keep up the great work!
     
  7. Offline

    Amaranth

    If there was a way to automatically update plugins we wouldn't have broken them to begin with. As far as I know nothing using the API properly has been broken in quite some time though.
     
  8. Offline

    hoppsan

    No errors for me on my ubuntu, but holy sh*t went from 60-70% CPU to 5-15%

    Whatever you guys did thanks!
     
  9. Offline

    zipfe

    That's not how these things work.
     
  10. Offline

    Score_Under

    I also got this error on my dedicated server. The solution is to install the Visual Studio 2008 redistributables.

    For 32-bit systems: https://www.microsoft.com/en-us/download/details.aspx?id=29
    For 64-bit systems: https://www.microsoft.com/en-us/download/details.aspx?id=15336

    Just be warned, the installation requires a restart, so you may want to use --nojline for the time being.

    It doesn't. I've been running it on a production server about 2 hours after it was pushed to github.
    No players have complained, and when I play I have been able to craft pickaxes starting from logs absolutely fine. It is almost definitely a plugin issue on your end.

    I just edited my minecraft.bat (or whatever your launch script's name is) - I copied the ansicon files into the minecraft folder and changed the command line from:
    Code:
    java -Xms1G [... etc etc...]
    to:
    Code:
    ansicon java -Xms1G [... etc etc ...]
     
  11. Offline

    joris454

    Are you sure you installed Visual C++ 2008 redistributable?
     
  12. Offline

    QBcrusher

    like i said, i know its not likely, i was just saying if its possible, it would be a nice addition to the site
     
  13. Offline

    _Alf

    I really thank you for your good work doing bukkit, and hopefully there will be something of that spirit infesting mojang.
    Login servers down for hours now... again... isn't acceptable - but this is bukkit, not mojang so i have a feature request that might help in cases where you want to play on your own private MP server with friends, where whitlist is active. When i switch server to offlinemode, the playername isn't forwarded to the server, so i have to whitelist the playername "player" and am joining as player, which isn't really practical.
    Could bukkit fix such an issue in case of emergency (hours/days(?!) of offline login servers) and forward the entered playername or at least provide a functionality to 1. join as player, 2. rename player to name (existent i think) and 3. load playerdata of the new name if present (inventory, location etc.)?

    I am sorry if i'm completely offtopic here, maybe it's more an essential-plugin topic?
     
  14. Offline

    fugue2005

    anyone else getting RTPONG+++ again?


    don't do offline mode.

    your players can still log in through minecraft.net/play

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

    seane96

    Hey guys my server keeps crashing im running java6 this keeps popping up please help:) !
    Code:
    2012-05-19 22:11:14 [SEVERE] java.lang.NoClassDefFoundError: net/minecraft/server/ThreadLoginVerifier
    2012-05-19 22:11:14 [SEVERE]    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:96)
    2012-05-19 22:11:14 [SEVERE]    at net.minecraft.server.Packet1Login.handle(SourceFile:68)
    2012-05-19 22:11:14 [SEVERE]    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    2012-05-19 22:11:14 [SEVERE]    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:48)
    2012-05-19 22:11:14 [SEVERE]    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61)
    2012-05-19 22:11:14 [SEVERE]    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:558)
    2012-05-19 22:11:14 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
    2012-05-19 22:11:14 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    2012-05-19 22:11:14 [SEVERE] Caused by: java.lang.ClassNotFoundException: net.minecraft.server.ThreadLoginVerifier
    2012-05-19 22:11:14 [SEVERE]    at java.net.URLClassLoader$1.run(Unknown Source)
    2012-05-19 22:11:14 [SEVERE]    at java.security.AccessController.doPrivileged(Native Method)
    2012-05-19 22:11:14 [SEVERE]    at java.net.URLClassLoader.findClass(Unknown Source)
    2012-05-19 22:11:14 [SEVERE]    at java.lang.ClassLoader.loadClass(Unknown Source)
    2012-05-19 22:11:14 [SEVERE]    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    2012-05-19 22:11:14 [SEVERE]    at java.lang.ClassLoader.loadClass(Unknown Source)
    2012-05-19 22:11:14 [SEVERE]    ... 8 more
    2012-05-19 22:11:14 [SEVERE] Unexpected exception
    java.lang.NoClassDefFoundError: net/minecraft/server/ThreadLoginVerifier
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:96)
        at net.minecraft.server.Packet1Login.handle(SourceFile:68)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:48)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:558)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.ClassNotFoundException: net.minecraft.server.ThreadLoginVerifier
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 8 more
     
  16. Offline

    Adkit

    You say "they just fixed it" but how do you mean? There's no new spoutcraft update out and the problem is still there.
     
  17. Offline

    seane96

    also what was up with signing in today to minecraft

    this time was more worse
    Code:
    2012-05-19 23:02:15 [SEVERE] java.lang.NoClassDefFoundError: net/minecraft/server/PathfinderGoalSit
    2012-05-19 23:02:15 [SEVERE]    at java.lang.Class.getDeclaredConstructors0(Native Method)
    2012-05-19 23:02:15 [SEVERE]    at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
    2012-05-19 23:02:15 [SEVERE]    at java.lang.Class.getConstructor0(Unknown Source)
    2012-05-19 23:02:15 [SEVERE]    at java.lang.Class.getConstructor(Unknown Source)
    2012-05-19 23:02:15 [SEVERE]    at net.minecraft.server.EntityTypes.a(SourceFile:108)
    2012-05-19 23:02:15 [SEVERE]    at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:276)
    2012-05-19 23:02:15 [SEVERE]    at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:63)
    2012-05-19 23:02:15 [SEVERE]    at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:52)
    2012-05-19 23:02:15 [SEVERE]    at net.minecraft.server.ChunkProviderServer.loadChunk(ChunkProviderServer.java:135)
    2012-05-19 23:02:15 [SEVERE]    at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:78)
    2012-05-19 23:02:15 [SEVERE]    at net.minecraft.server.PlayerInstance.<init>(PlayerInstance.java:26)
    2012-05-19 23:02:15 [SEVERE]    at net.minecraft.server.PlayerManager.a(PlayerManager.java:60)
    2012-05-19 23:02:15 [SEVERE]    at net.minecraft.server.PlayerManager.movePlayer(PlayerManager.java:156)
    2012-05-19 23:02:15 [SEVERE]    at net.minecraft.server.ServerConfigurationManager.d(ServerConfigurationManager.java:169)
    2012-05-19 23:02:15 [SEVERE]    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:412)
    2012-05-19 23:02:15 [SEVERE]    at net.minecraft.server.Packet10Flying.handle(SourceFile:126)
    2012-05-19 23:02:15 [SEVERE]    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    2012-05-19 23:02:15 [SEVERE]    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    2012-05-19 23:02:15 [SEVERE]    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    2012-05-19 23:02:15 [SEVERE]    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:558)
    2012-05-19 23:02:15 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
    2012-05-19 23:02:15 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    2012-05-19 23:02:15 [SEVERE] Caused by: java.lang.ClassNotFoundException: net.minecraft.server.PathfinderGoalSit
    2012-05-19 23:02:15 [SEVERE]    at java.net.URLClassLoader$1.run(Unknown Source)
    2012-05-19 23:02:15 [SEVERE]    at java.security.AccessController.doPrivileged(Native Method)
    2012-05-19 23:02:15 [SEVERE]    at java.net.URLClassLoader.findClass(Unknown Source)
    2012-05-19 23:02:15 [SEVERE]    at java.lang.ClassLoader.loadClass(Unknown Source)
    2012-05-19 23:02:15 [SEVERE]    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    2012-05-19 23:02:15 [SEVERE]    at java.lang.ClassLoader.loadClass(Unknown Source)
    2012-05-19 23:02:15 [SEVERE]    ... 22 more
    2012-05-19 23:02:15 [SEVERE] Unexpected exception
    java.lang.NoClassDefFoundError: net/minecraft/server/PathfinderGoalSit
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
        at java.lang.Class.getConstructor0(Unknown Source)
        at java.lang.Class.getConstructor(Unknown Source)
        at net.minecraft.server.EntityTypes.a(SourceFile:108)
        at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:276)
        at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:63)
        at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:52)
        at net.minecraft.server.ChunkProviderServer.loadChunk(ChunkProviderServer.java:135)
        at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:78)
        at net.minecraft.server.PlayerInstance.<init>(PlayerInstance.java:26)
        at net.minecraft.server.PlayerManager.a(PlayerManager.java:60)
        at net.minecraft.server.PlayerManager.movePlayer(PlayerManager.java:156)
        at net.minecraft.server.ServerConfigurationManager.d(ServerConfigurationManager.java:169)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:412)
        at net.minecraft.server.Packet10Flying.handle(SourceFile:126)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:558)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.ClassNotFoundException: net.minecraft.server.PathfinderGoalSit
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 22 more
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  18. Offline

    C0nsole

    Thanks guys! Keep up the good work!
     
  19. Offline

    kingcole436

    Show Spoiler


    For your problem, you may want to post this in the Help section, as posting replys in this thread can be considered spam and will there for be removed.

    You want to post in the Bukkit Help section. Good luck on solving your problem. :)
     
  20. Offline

    ChemicallyGodly

    i run a Linux server and got those errors that adding--nojline fixed but now i have no colors in my console... how do i fix??
     
  21. Offline

    kingcole436

    Just wanna say thanks, as I got it all working out fine and dandy. Much appreciated! :)
     
  22. Offline

    Subaca

    I can't figure out this ANSICON stuff, if you have the same problem right click your start command and press edit, then add -nojline after craftbukkit.jar make sure there is a space!
     
  23. Offline

    drshibbs

    Whenever someone logs off of my server, they lose access to their perms. I'm using Group Manager (Too lazy to switch to pex) and yeah....guess I'll wait for the build after. Colors are cool, but the permission resets are a wee bit annoying.
     
  24. Offline

    Keybounce

    I don't understand this. At the same time, I've been using the previous build, just came here to get the new build.

    I can -- and have, no problem -- been using offline, and my players are connecting without any trouble, and keeping their names.

    ===

    My first problem with fetching this update: This fails. Can anyone help me?

    Code:
    keybounceMBP:Downloads michael$ curl -o craftbukkit-R2.0.jar http://dl.bukkit.org/downloads/craftbukkit/get/01097_1.2.5-R2.0/craftbukkit.jar
      % Total    % Received % Xferd  Average Speed  Time    Time    Time  Current
                                    Dload  Upload  Total  Spent    Left  Speed
      0    0    0    0    0    0      0      0 --:--:-- --:--:-- --:--:--    0
    keybounceMBP:Downloads michael$ curl -O http://dl.bukkit.org/downloads/craftbukkit/get/01097_1.2.5-R2.0/craftbukkit.jar
      % Total    % Received % Xferd  Average Speed  Time    Time    Time  Current
                                    Dload  Upload  Total  Spent    Left  Speed
      0    0    0    0    0    0      0      0 --:--:-- --:--:-- --:--:--    0
    keybounceMBP:Downloads michael$
    
    Web browser works just fine, curl fails.

    Ahh. I found the answer hidden in the R1.3 thread (somehow I missed it there):

    Curl has a "-L" flag, that is NOT default, for following re-directs.

    There was also a recommendation to use wget instead, which isn't on my system but is available in the port system.

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

    Nathan C

    Buy the game.

    Or if you really did, then go outside for 1 hour and chill.........the login servers don't go down that often anymore.
     
  26. Offline

    _Alf

    Excuse me, i bought the game 3 times and run a root server with 3 Minecraft servers, i work 12h shift and when i am at a point wanting to invest some spare time into minecraft, it's my decision to do so. I'm sorry that you had to focus out your own problems here. [creeper]

    Again, i am sorry for this even more offtopic, but i use this opportunity to thank not only the team around bukkit, but also all the plugin developers and all players and serverowners who help testing and fixing features and bugs.
    [diamond]

    Edit: Something ontopic anyway, since the login servers are running again, 1.2.5-r2.0 is running extremly nice :D
     
  27. Offline

    Lolmewn

    Wrong forum. Appropriate forum: <Edit by Moderator: Redacted bit url>
     
    Last edited by a moderator: Feb 19, 2017
  28. Offline

    //Random

    very very very great work now my server runs very fast thanks so mutch
     
  29. Offline

    owenftw

    Great. Thanks :D
     
Thread Status:
Not open for further replies.

Share This Page