When I'm on certain servers, my friend, caboj8, says he can't see my skin, even though I can see it on me. I started typing to people asking if they can see my skin, but they tell me I look like Steve. I looked at some other people who have their names cut off like mine (probably because it is too long) and I can't see their skin either, they look like Steve. Everybody who has a short name has a custom skin, not sure if this has to do with anything, but maybe. Please Help if it is not a bug.
Linked issues
is duplicated by 2
Attachments
Comments 28
The crash report is unspectacular besides that both your Java and graphics driver are outdated:
Java Version: 1.7.0_03, Oracle Corporation
OpenGL: AMD Radeon HD 6530D Graphics GL version 4.1.11079 Compatibility Profile Context, ATI Technologies Inc.
Update at http://www.java.com/ and http://www.amd.com/
Please attach screenshots of yourself in F5 mode
What happens if you open http://skins.minecraft.net/MinecraftSkins/<yourverylongplayername>.png in a browser ? Do you see your skin ?
I think I see the issue here, It looks like the server is giving colour codes to usernames and therefore going over the character limit.
There is no character limit, the url and player names are strings:
EntityOtherPlayerMP.java
if (par2Str != null && par2Str.length() > 0)
{
this.skinUrl = "http://skins.minecraft.net/MinecraftSkins/" + StringUtils.stripControlCodes(par2Str) + ".png";
}
Yeah, I believe this still is an issue, Talven. I appear to get this when certain color codes are introduced. However, there are other times where my name can have color codes. I stated why the issue occurs in the comment above, so there no need to explain further, but i believe the only way this bug can be fixed is if the devs change something with the nametags or color codes.
I've got the same problem. My username is 16 characters long, and only I see my skin on my screen. But for some reason, there's one server where everyone sees my skin. A few of my friends have the same problem. Hopefully there'll be a Name-Changing update, or at least some bug fix for this. I love making and wearing skins, but it's a shame for only one person to see them.
Is this still a concern in the current Minecraft version 1.8.1 Prerelease 3 / Launcher version 1.5.3 or later? If so, please update the affected versions in order to best aid Mojang ensuring bugs are still valid in the latest releases/pre-releases.
Please attach screenshots of yourself in F5 mode and please force a crash by pressing F3 + C for 10 seconds while ingame and attach the crash report here.