mojira.dev

brottweiler

Assigned

No issues.

Reported

MC-27195 Keybindings under Linux Duplicate MC-419 Dyeing a wolf color will make the dye have infinite uses. Duplicate MC-19 Having FOV over 100 and sleeping in bed will cause you to look inside your head Fixed

Comments

100% server side issue. My Microsoft account is unauthorized. 

Running the following command:

$ curl 'https://api.minecraftservices.com/privacy/blocklist' -H 'Authorization: Bearer ey.mySecredToken'

Results in this for a Microsoft account.

{
  "path" : "/privacy/blocklist",
  "errorType" : "UNAUTHORIZED",
  "error" : "UNAUTHORIZED"
}

 

For a Mojang account (not migrated), it tells you a list of your blocked users;

{
  "blockedProfiles" : [ ]
}

 

It should tell you a list of your blocked users for your Microsoft account as well, but Microsoft changed something server side so now we're all unauthorized. 

Should be fixed upstream here https://github.com/glfw/glfw/commit/9a3664b4a992a5a9b669179098542b0f882dece7

But Minecraft has to use an updated version as well afaik.

It's easy enough to do. I got the compiled file, made a new folder called .minecraft/glfw and put it in there. Then added -Dorg.lwjgl.librarypath="/home/brott/.minecraft/glfw" at the end of the launch options.

@Yamakaja Even though this issue is closed as duplicate, since you didn't write in the other thread I can confirm this issue does not happen on all keyboards. I had no problems on my Steelseries 6gv2, but I recently got a CM CK530 and I have this issue now.

Still unresolved as of 1.15-pre1.

I have this issue on 1.14.4, running on Archlinux. I got a new keyboard recently and started noticing these issues, and I thought there was an issue with the keyboard at first. I didn't notice this bug on my old keyboard for some reason, at least not as profound as I do now.. It's very annoying and difficult to play with this bug and I am going to accidentally run off a bridge or something ingame due to it lol.

OK, so I tested something. I use "setxkbmap se", which makes the key bind to NONE when I try to bind "special keys". If I run "setxkbmap us", to change to US keyboard layout, the keymapping works as intended. It works. The problem is certain keyboard layouts, like Swedish or Danish which also tried.. Not sure how to solve that... :/

I use QWERTY, Swedish keyboard layout. Is this related to the actual keyboard layout? I thought it was just binding "special keys" on GNU/Linux.
Is there, on GNU/Linux, keyboard layouts that works correctly?

A good way of testing this, is to hold an enchanted item like a pick, sword or bow, then stand next to a wall or atleast close to it. Press your change perspective key (F5) to look in 3rd person towards yourself, then aim so that your view goes into the enchanted item.

But why does it work that way? What advantages are there? Right now, the launcher process never closes and is in the background using resources that it doesn't need.

Currently, after I launch minecraft, I always go into htop and kill the launcher process, because it's using resources I'd rather leave for anything else.

Thanks, I did some searching but I guess I used the wrong key words!

TNT: Ah, I understand, Thanks for explaining it to me! I updated the version, because it sure existed in 1.4.4 aswell 🙂

TnT: If it wasn't, wouldn't this bug be marked as solved?