I just tried to play MC on Ubuntu with the hacks, and when I try join a server, terminal comes up with this error, then the hacks close.
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/event5): Failed to open device /dev/input/event5 (13)
Failed to open device (/dev/input/event3): Failed to open device /dev/input/event3 (13)
Failed to open device (/dev/input/event4): Failed to open device /dev/input/event4 (13)
Failed to open device (/dev/input/event1): Failed to open device /dev/input/event1 (13)
And more errors the same as that.
How do I fix?
Can you tell us what you did to help people in the future?
"
/dev/input/event ownership problems
If you see an error like:
Failed to open device (/dev/input/event0): Failed to open device /dev/input/event0 (13)
This means that the current user doesn't have permission to access the direct input devices.
sudo chmod go=u /dev/input/event*
Should fix the problems here."
WoM Coins: 4
Got it :)