Видит SHIFT\TAB и им подобные, не видит WASD. Запускал от пользователя\рута - все едино. В опциях-управлении при выборе таких клавиш пишет «NONE».
Вывод при запуске:
java -Xmx1024M -Xms512M -cp /home/alex/Программы/Maincraft/MinecraftSP.jar net.minecraft.LauncherFrame
Hello!
URL: file:/home/alex/.minecraft/bin/lwjgl.jar
URL: file:/home/alex/.minecraft/bin/jinput.jar
URL: file:/home/alex/.minecraft/bin/lwjgl_util.jar
URL: file:/home/alex/.minecraft/bin/minecraft.jar
URL: file:/home/alex/.minecraft/bin/linux_natives.jar
17 achievements
161 recipes
Setting user: AlexCones, 12345
Loading: net.java.games.input.LinuxEnvironmentPlugin
Failed to open device (/dev/input/event1): Failed to open device /dev/input/event1 (13)
Failed to open device (/dev/input/event15): Failed to open device /dev/input/event15 (13)
Failed to open device (/dev/input/event14): Failed to open device /dev/input/event14 (13)
Failed to open device (/dev/input/event13): Failed to open device /dev/input/event13 (13)
Failed to open device (/dev/input/event12): Failed to open device /dev/input/event12 (13)
Failed to open device (/dev/input/event11): Failed to open device /dev/input/event11 (13)
Failed to open device (/dev/input/event10): Failed to open device /dev/input/event10 (13)
Failed to open device (/dev/input/event9): Failed to open device /dev/input/event9 (13)
Failed to open device (/dev/input/event8): Failed to open device /dev/input/event8 (13)
Failed to open device (/dev/input/event7): Failed to open device /dev/input/event7 (13)
Failed to open device (/dev/input/event6): Failed to open device /dev/input/event6 (13)
Failed to open device (/dev/input/event5): Failed to open device /dev/input/event5 (13)
Failed to open device (/dev/input/event4): Failed to open device /dev/input/event4 (13)
Failed to open device (/dev/input/event3): Failed to open device /dev/input/event3 (13)
Failed to open device (/dev/input/event2): Failed to open device /dev/input/event2 (13)
Failed to open device (/dev/input/event0): Failed to open device /dev/input/event0 (13)
Linux plugin claims to have found 0 controllers
Starting up SoundSystem...
Initializing LWJGL OpenAL
(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
OpenAL initialized.
java.lang.NullPointerException
at wb.p(SourceFile:84)
at wb.a(SourceFile:63)
at qr.a(SourceFile:95)
at net.minecraft.client.Minecraft.a(SourceFile:460)
at sf.a(SourceFile:115)
at qr.a(SourceFile:72)
at qr.f(SourceFile:120)
at qr.i(SourceFile:108)
at net.minecraft.client.Minecraft.k(SourceFile:1197)
at net.minecraft.client.Minecraft.run(SourceFile:666)
at java.lang.Thread.run(Thread.java:679)
UPD: Сделал
sudo chmod go=u /dev/input/event*
java -Xmx1024M -Xms512M -cp /home/alex/Программы/Maincraft/MinecraftSP.jar net.minecraft.LauncherFrame
Hello!
URL: file:/home/alex/.minecraft/bin/lwjgl.jar
URL: file:/home/alex/.minecraft/bin/jinput.jar
URL: file:/home/alex/.minecraft/bin/lwjgl_util.jar
URL: file:/home/alex/.minecraft/bin/minecraft.jar
URL: file:/home/alex/.minecraft/bin/linux_natives.jar
17 achievements
161 recipes
Setting user: AlexCones, 12345
Loading: net.java.games.input.LinuxEnvironmentPlugin
Linux plugin claims to have found 10 controllers
Starting up SoundSystem...
Initializing LWJGL OpenAL
(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
OpenAL initialized.
java.lang.NullPointerException
at wb.p(SourceFile:84)
at wb.a(SourceFile:63)
at qr.a(SourceFile:95)
at net.minecraft.client.Minecraft.a(SourceFile:460)
at sf.a(SourceFile:115)
at qr.a(SourceFile:72)
at qr.f(SourceFile:120)
at qr.i(SourceFile:108)
at net.minecraft.client.Minecraft.k(SourceFile:1197)
at net.minecraft.client.Minecraft.run(SourceFile:666)
at java.lang.Thread.run(Thread.java:679)