1.8 Bukkit Bug Thread

Discussion in 'Bukkit Help' started by al4nw31, Sep 14, 2011.

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

    IronWill1991

    I don't know why they haven't recommend any builds yet. Most of the annoying bugs are fixed unless I missed something.

    EDIT: Perhaps I spoken too soon. Mobs entries bugs are still there.
     
  2. Offline

    Vista

    Hello, when I fill the box completely and clamp the shift and select second key Misha for inventory, then servak ​​falls.
    Server keep on asking linuh Debian is correct ....
     
  3. Offline

    Silvo

    That was supposed to be fixed in 1.8.1... but it didn't. It's a minecraft bug, not CraftBukkit.
     
  4. Offline

    Dion

    Crashes if more than 10 players online (the 11th joins).
    Code:
    2011-09-18 11:52:38 [INFO] PLAYER [/IP:PORT] logged in with entity id 6220 at ([world] 1324.7630694260852, 12.0, -847.9822625145499)
    2011-09-18 11:52:39 [INFO] Read timed out
    2011-09-18 11:52:39 [SEVERE] java.net.SocketException: Socket closed
    2011-09-18 11:52:39 [SEVERE]     at java.net.SocketOutputStream.socketWrite(Unknown Source)
    2011-09-18 11:52:39 [SEVERE]     at java.net.SocketOutputStream.write(Unknown Source)
    2011-09-18 11:52:39 [SEVERE]     at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
    2011-09-18 11:52:39 [SEVERE]     at java.io.BufferedOutputStream.flush(Unknown Source)
    2011-09-18 11:52:39 [SEVERE]     at java.io.DataOutputStream.flush(Unknown Source)
    2011-09-18 11:52:39 [SEVERE]     at net.minecraft.server.NetworkWriterThread.run(SourceFile:104)
    
     
  5. Offline

    kabads

    Hey, I would like to test 1.8 server - where can I get the latest code from? Thanks.
     
  6. Offline

    Silvo

    well... backup your files and the update Minecraft and your CraftBukkit. Latest CB version is #1148 for now but that changes every hour more or less, so update accordinly.
    http://ci.bukkit.org/job/dev-CraftBukkit/changes
     
  7. Offline

    kabads

    Thanks Silvo.
     
  8. Offline

    Wolfwood

    Is there any news on the
    Code:
    Wrong location for net.minecraft.server.EntityChicken@20684 in world 
    warnings? I get them constantly after my server's been up for a few minutes.
     
  9. Offline

    Simanova

    I noticed a client black screen while attaching a sign under a chest.
    I had to place 38 signs, 3 causing those blackscreens.

    Also i noticed that torches placed near signs will clear all text while editing this sign.
     
  10. any idea when the Redstone bug will be fixed? :)
     
  11. Offline

    blitzer88

  12. Offline

    Borch

    I just tried updating my server to 1.8 for the first time.
    Updated all plugins to 1.8, disabled those that are not available. Keeping the 1.7 map.
    All the clients get a blue or black screen after a couple of minutes playing.
    I disabled ALL plugins then, but it still happens, just less frequently.
    Anyone else got this issue? Any clues on the cause, or a fix?
     
  13. Offline

    racecar56

    Look, it's a RB! :D
     
  14. Offline

    FallenAngel

    did anyone find a fix for this ????
     
  15. Offline

    xenofixus

    When I create a new world via Bukkit there are a ridiculous amount of mobs/animals spawned. Before 1.8 it would be somewhere in the range of 80-120 in any given area (regardless of how many people are there). Now I am having numbers upwards of 400 (highest seen so far is 900+). I have had this happening with a naked Bukkit server (no plugins). It has been happening ever since the first dev. builds and continues to happen on the RB and newer dev. builds.

    It also seems that these mass spawns of mobs/animals happen occasionally when generating new chunks. The amount of lag it is generating makes the client literally unresponsive >.>. 1.7.3 with 30 plugins is running better than 1.8.1 with 0 plugins.
     
  16. Offline

    Silvo

    Can't confirm that. Maybe your entities are corrupted.
     
  17. Offline

    xenofixus

    /shrug, it happens on new maps (haven't tried it with old maps). I haven't seen other people report it so I figured it was just me but I can't figure out what is causing it.
     
  18. So high CPU usage ?!
     
  19. Offline

    MindEngineer

    Did this ever improve for you? I'm experiencing this same annoying chunk loading where I can see caves and mines but some chunks won't load the surface until I'm almost standing on it. I'm now using 1185.
     
  20. Offline

    Dagumboss

    Anyone else getting a bug where random areas of the world get protected? Like there is this spot in the middle of my faction that not even I can break any blocks in.

    What the hell?
     
  21. Offline

    Chromana

    I have this too.

    Anyone have a solution yet?

    CB1185
     
  22. Tried the latest bukkit. Still crashes when loading my new world (seeded on 1.8 Vanilla)

    Code:
    2011-10-05 09:36:49 [INFO] Starting minecraft server version Beta 1.8.1
    2011-10-05 09:36:49 [INFO] Loading properties
    2011-10-05 09:36:49 [INFO] Starting Minecraft server on 127.0.0.1:25567
    2011-10-05 09:36:49 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-10-05 09:36:49 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-10-05 09:36:49 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-10-05 09:36:49 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-10-05 09:36:50 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1112-g54a13b2-b1240jnks (MC: 1.8.1)
    2011-10-05 09:36:50 [INFO] [SuperpermBridge] Superperm/Permissions bridge initialized
    2011-10-05 09:36:50 [INFO] LWC: Loading shared objects
    2011-10-05 09:36:50 [INFO] LWC: Protection cache: 0/10000
    2011-10-05 09:36:50 [INFO] LWC: Native library: plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so
    2011-10-05 09:36:50 [SEVERE] tried to access method org.bukkit.command.ConsoleCommandSender.<init>(Lorg/bukkit/Server;)V from class de.diddiz.LogBlock.Config initializing LogBlock v1.30 (Is it up to date?)
    java.lang.IllegalAccessError: tried to access method org.bukkit.command.ConsoleCommandSender.<init>(Lorg/bukkit/Server;)V from class de.diddiz.LogBlock.Config
    	at de.diddiz.LogBlock.Config.<init>(Config.java:166)
    	at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:69)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:142)
    	at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:104)
    	at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-05 09:36:50 [INFO] Spout 1.0.6.403 has been initialized
    2011-10-05 09:36:50 [INFO] Preparing level "worldnt"
    2011-10-05 09:36:50 [INFO] Default game type: 0
    2011-10-05 09:36:50 [INFO] Unable to find spawn biome
    2011-10-05 09:36:51 [SEVERE] java.lang.NullPointerException
    2011-10-05 09:36:51 [SEVERE] 	at net.minecraft.server.WorldServer.c(WorldServer.java:162)
    2011-10-05 09:36:51 [SEVERE] 	at net.minecraft.server.World.a(World.java:2224)
    2011-10-05 09:36:51 [SEVERE] 	at net.minecraft.server.Chunk.addEntities(Chunk.java:632)
    2011-10-05 09:36:51 [SEVERE] 	at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:81)
    2011-10-05 09:36:51 [SEVERE] 	at net.minecraft.server.ChunkProviderServer.getOrCreateChunk(ChunkProviderServer.java:106)
    2011-10-05 09:36:51 [SEVERE] 	at net.minecraft.server.World.getChunkAt(World.java:300)
    2011-10-05 09:36:51 [SEVERE] 	at net.minecraft.server.World.getTypeId(World.java:247)
    2011-10-05 09:36:51 [SEVERE] 	at net.minecraft.server.World.isEmpty(World.java:251)
    2011-10-05 09:36:51 [SEVERE] 	at net.minecraft.server.World.a(World.java:218)
    2011-10-05 09:36:51 [SEVERE] 	at net.minecraft.server.WorldProviderHell.canSpawn(SourceFile:37)
    2011-10-05 09:36:51 [SEVERE] 	at net.minecraft.server.World.canSpawn(World.java:104)
    2011-10-05 09:36:51 [SEVERE] 	at net.minecraft.server.World.c(World.java:202)
    2011-10-05 09:36:51 [SEVERE] 	at net.minecraft.server.World.<init>(World.java:150)
    2011-10-05 09:36:51 [SEVERE] 	at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    2011-10-05 09:36:51 [SEVERE] 	at net.minecraft.server.SecondaryWorldServer.<init>(SecondaryWorldServer.java:8)
    2011-10-05 09:36:51 [SEVERE] 	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:221)
    2011-10-05 09:36:51 [SEVERE] 	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    2011-10-05 09:36:51 [SEVERE] 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    2011-10-05 09:36:51 [SEVERE] 	at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-05 09:36:51 [SEVERE] Unexpected exception
    java.lang.NullPointerException
    	at net.minecraft.server.WorldServer.c(WorldServer.java:162)
    	at net.minecraft.server.World.a(World.java:2224)
    	at net.minecraft.server.Chunk.addEntities(Chunk.java:632)
    	at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:81)
    	at net.minecraft.server.ChunkProviderServer.getOrCreateChunk(ChunkProviderServer.java:106)
    	at net.minecraft.server.World.getChunkAt(World.java:300)
    	at net.minecraft.server.World.getTypeId(World.java:247)
    	at net.minecraft.server.World.isEmpty(World.java:251)
    	at net.minecraft.server.World.a(World.java:218)
    	at net.minecraft.server.WorldProviderHell.canSpawn(SourceFile:37)
    	at net.minecraft.server.World.canSpawn(World.java:104)
    	at net.minecraft.server.World.c(World.java:202)
    	at net.minecraft.server.World.<init>(World.java:150)
    	at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    	at net.minecraft.server.SecondaryWorldServer.<init>(SecondaryWorldServer.java:8)
    	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:221)
    	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-05 09:36:53 [INFO] Stopping server
     
  23. Offline

    florixd97

    What is my problem?

    Code:
    ...
    2011-10-18 10:08:46 [WARNING] Wrong location for net.minecraft.server.EntitySheep@4e in world 'Minecraft'!
    2011-10-18 10:08:46 [WARNING] Entity is at -59.53125,416.03125 (chunk -4,26) but was stored in chunk -8,22
    2011-10-18 10:08:46 [WARNING] Wrong location for net.minecraft.server.EntityChicken@50 in world 'Minecraft'!
    2011-10-18 10:08:46 [WARNING] Entity is at -53.5,416.0625 (chunk -4,26) but was stored in chunk -7,21
    2011-10-18 10:08:47 [INFO] Preparing spawn area: 61%
    2011-10-18 10:08:47 [WARNING] Wrong location for net.minecraft.server.EntitySheep@5b in world 'Minecraft'!
    2011-10-18 10:08:47 [WARNING] Entity is at -79.5625,416.03125 (chunk -5,26) but was stored in chunk -4,24
    2011-10-18 10:08:47 [WARNING] Wrong location for net.minecraft.server.EntitySheep@5c in world 'Minecraft'!
    2011-10-18 10:08:47 [WARNING] Entity is at -57.8125,416.03125 (chunk -4,26) but was stored in chunk -4,25
    2011-10-18 10:08:47 [WARNING] Wrong location for net.minecraft.server.EntitySheep@5d in world 'Minecraft'!
    2011-10-18 10:08:47 [WARNING] Entity is at -85.53125,416.0 (chunk -6,26) but was stored in chunk -4,25
    2011-10-18 10:08:47 [WARNING] Wrong location for net.minecraft.server.EntitySheep@5e in world 'Minecraft'!
    2011-10-18 10:08:47 [WARNING] Entity is at -56.6875,416.0 (chunk -4,26) but was stored in chunk -4,25
    2011-10-18 10:08:48 [INFO] Preparing spawn area: 81%
    2011-10-18 10:08:48 [WARNING] Wrong location for net.minecraft.server.EntityPig@78 in world 'Minecraft'!
    2011-10-18 10:08:48 [WARNING] Entity is at 26.375,416.09375 (chunk 1,26) but was stored in chunk 0,23
    2011-10-18 10:08:48 [WARNING] Wrong location for net.minecraft.server.EntityChicken@84 in world 'Minecraft'!
    2011-10-18 10:08:48 [WARNING] Entity is at 12.40625,416.0625 (chunk 0,26) but was stored in chunk 1,24
    2011-10-18 10:08:48 [WARNING] Wrong location for net.minecraft.server.EntityChicken@85 in world 'Minecraft'!
    2011-10-18 10:08:48 [WARNING] Entity is at 48.0,386.46875 (chunk 3,24) but was stored in chunk 1,24
    2011-10-18 10:08:48 [WARNING] Wrong location for net.minecraft.server.EntityPig@86 in world 'Minecraft'!
    2011-10-18 10:08:48 [WARNING] Entity is at 21.5,416.0 (chunk 1,26) but was stored in chunk 1,25
    2011-10-18 10:08:48 [WARNING] Wrong location for net.minecraft.server.EntityPig@87 in world 'Minecraft'!
    2011-10-18 10:08:48 [WARNING] Entity is at 36.875,416.0625 (chunk 2,26) but was stored in chunk 1,25
    2011-10-18 10:08:49 [INFO] Preparing spawn area: 89%
    2011-10-18 10:08:49 [INFO] Preparing start region for level 1 (Seed: -1307420938)
    2011-10-18 10:08:50 [INFO] Preparing spawn area: 12%
    2011-10-18 10:08:51 [INFO] Preparing spawn area: 69%
    ...
    Can you help me, please?
     
  24. Offline

    dopadu14

    someone help me?
    "communication error" appears in the multiplayer server list but i can enter in the server.

    OS: windows vista (x64)
    Build: 1337
    Starter.bat:
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
    PAUSE
    Plugins:
    - worldedit
    - permissionsEX
    - essentials
    - xAuth

    sorry for my bad english..
    [​IMG]

    [​IMG]

    Thank you so much !
     
Thread Status:
Not open for further replies.

Share This Page