Non-pre-release bugs?
There's a feature freeze, and the implication is they're now attempting to squash as many bugs before the 'official' release of Minecraft as they can. Jeb HAS FIXED bugs that exist outside of the pre-release cycle (e.g. break a block with the last hit on a tool and you don't get the block is now fixed). However, most of the fixes seem to come from the pre-release pages. I can't help but get the impression that the assumption is that the preX bugs are the only few ones that exist, even though many of the bugs on the bugs page exist in the pre-releases as well. Should we be listing other bugs on these pre-release pages? Or instead of listing ALL bugs individually, maybe we can put a link at the top that simply says something like "All bugs in 1.8" with a link to the bugs page? Moleculor 17:40, 27 October 2011 (UTC)
Falling through blocks when walking on/near redstone repeaters
When walking parallel to a repeater, close to the edge, you will sometimes fall through the block you are on. Repeatable.
Also existed in Pre-4. Not sure about earlier than that. Jov_West 24.22.9.124 17:40, 27 October 2011 (UTC)
Camera Bug
Jeb just tweeted that he forgot to remove a debug tool. Pressing the F6 key causes the movement to be stuck with the camera, making it possible to walk into blocks. If you walk into a block with the camera, the game will switch to ego-perspective (if you're going in from third-person perspective) an the bedrock-texture appears on the whole screen till you walk out of the blocks. 91.21.83.198 16:02, 27 October 2011 (UTC)Centrophobia
Hand noclipping
You can hit though blocks and hit a animal in creative mode. I was trying to breed 2 wolves when I had them stuck in a pit. When I dug away some dirt the animal got hit even though it was protected.
I have not tried this in survival/hardcore and this was in SSP
- thist i a bug that has existed since creative mode was added Quarg 16:15, 27 October 2011 (UTC)
Ocean Horizon Glitch
This bug makes the horizon flash when jumping in the ocean or in a boat. You can only see it when there is water on the horizon, not land. I believe it has to do with the lowered sea level and the background texture was never changed. Example
- it's been like this since 1.8, from what I can tell I think it's because of the boat bobbing so you go from it being at the 'render ocean edge' threshold to the 'don't bother rendereing ocean edge' threshhold Quarg 17:15, 27 October 2011 (UTC)
Doesn't the view distance in caves get shorter when below ocean height also? Drazong
Water block glitch
When a water block is placed with empty space underneath, a column of source block is created under the water block.
The End
- When you enter the end all enchanted items have their enchantments removed
- Maybe an intended feature?
- On SMP, our portal to The End took us to an empty, single-layer obsidian platform in the middle of nowhere. Instead of (0,y,0), we ended up at (1440-ish, y, 0-ish).
- Can be (semi-)confirmed by me: http://i.imgur.com/cD6Ku.jpg Drazong (I'm not sure if what shown in the picture is normal or not, I have always spawned on a larger land mass.
- Image is 403'd. Cannot see it.
- Can be (semi-)confirmed by me: http://i.imgur.com/cD6Ku.jpg Drazong (I'm not sure if what shown in the picture is normal or not, I have always spawned on a larger land mass.
Food
I am hungy and can't eat anything, (playing on normal without mods) 82.113.99.49 17:37, 27 October 2011 (UTC)
I am immortal to, I switched from Creative to Survival. Thats the reason for all this
Performance
I observed extremely large fps drop - from more than 90fps to 15-20fps. On pre-4 version even with hd (64x64) texturepack i had better fps than now with default.--Neonidas1 17:50, 27 October 2011 (UTC)
edit - it looks that the new world is being generated for much longer. After a few minutes fps rate goes up to 40-45, but it's still much lower than in earlier version --Neonidas1 18:11, 27 October 2011 (UTC)
Pressure plates perma-activated (SP)
This bug was marked unreproducible by Jeb in the pre4 bugs:
[U] If a pressure plate is activated when logging in, it will stay activated until you destroy it or quit.
Just tested it. It's a SP-only bug. When you quit the world while a pressure plate is active, when you load the world again, the pressure plate will stay activated even when you go off it. It only turns off if you destroy it. Happens with both wooden (items, mobs, Steve) and stone (mobs, Steve) pressure plates.
Memory Deallocation Problems
Since 1.8, at the very least for Windows XP x86, Minecraft thinks it is deallocating memory when it is not: Compare the javaw.exe process (minecraft's instance of java) to minecraft's F3 memory usage. Minecraft almost continuously uses more RAM, never deallocating more than a few hundred KB. This causes javaw.exe to use more and more RAM until the game inevitably crashes. The issue is substantially more noticeable when using high resolution texture packs. //Minecraft just shows up its own memory usage. But external libraries, like LWJGL, Minecraft's Graphics Library, can take more RAM, that won't show up in F3-Stats. Also, java programs cannot deallocate memory. They cannot decide anything about memory-management in JVM. And since there is no support for hires-texture packs, this isn't Mojang's Problem. Give Minecraft more RAM if you use hires-packs. Just google about it - you'll find about that.