mojira.dev

Selicre

Assigned

No issues.

Reported

MC-167917 Using /clone with chain command blocks can hang the server Works As Intended MC-162908 Continuously teleporting a player relative to command block causes a desync Cannot Reproduce MC-122421 On Linux, simultaneously pressing two keys introduces a delay for one of the keys pressed Fixed MC-107148 Elytra not rendering texture correctly Fixed WEB-411 Minecon's day counter is off by a factor of 10 Fixed MC-102065 Structure save location on linux is using relative path instead of absolute Duplicate MC-83041 Armor slots in /replaceitem do not work as intended Fixed MC-61199 Breaking jukebox with disc inside replaces the jukebox Duplicate

Comments

I have recently switched to a keyboard with a much better polling interval, so it's harder to trigger, but I can't seem to be able to trigger it at all while I still could on 1.18.1. Given the glfw version was bumped, I think it's safe to say that the bug has been fixed.

@Roescoe Wild: you can select text with shift+home while at the end of the line, and iirc copy/paste with ctrl+/shift+insert.

@Roescoe Wild: This is an environment variable; some display environments may support starting an application with it set (you certainly don't wanna do this for every application), but the most portable way is to simply open a terminal, paste that line there, and run minecraft from the location you have it installed in. You can make that a shell script, which is a file with e.g.

#!/bin/sh
export XMODIFIERS="@im=null"
/path/to/launcher

Protip: if you see a $ at the beginning of the line, it indicates that you should be running this in a terminal. Same for #, but as a superuser.

For anyone still looking for a workaround, using

$ export XMODIFIERS="@im=null"

fixed it for me. Note that this may end up with you having even more input issues, but it does seem to work.

 

Can't seem to be able to reproduce this on windows 10 either, so I am assuming this is a linux-only bug. It is fixable by setting the key repeat settings to repeat all keys after 1ms, but that kinda breaks everything else on the system.

Also applies to books.