Linux Error
3 replies [Last post]
joshuam08
WoM Member
Members
WoM Member: 2133
WoM Coins: 4

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?

joshuam08
WoM Member
Members
WoM Member: 2133
WoM Coins: 4
Got it :)

Got it :)

Daedal
WoM Member
Members
WoM Member: 297
WoM Coins: 49
Can you tell us what you did

Can you tell us what you did to help people in the future?

InvisiblePerson
WoM Member
Contributor
WoM Member: 446
WoM Coins: 18
Direct from download page.

"

/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."