FS#60604 - [zsnes] Segfault

Attached to Project: Community Packages
Opened by Yisus (comgunner) - Friday, 26 October 2018, 21:45 GMT
Last edited by Alexander F. Rødseth (xyproto) - Wednesday, 13 January 2021, 14:52 GMT
Task Type Bug Report
Category Packages: Multilib
Status Closed
Assigned To Alexander F. Rødseth (xyproto)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

ZSNES v1.51, (c) 1997-2007, ZSNES Team
Be sure to check http://www.zsnes.com/ for the latest version.

ZSNES is written by the ZSNES Team (See AUTHORS.TXT)
ZSNES comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to redistribute it under certain conditions;
please read 'LICENSE.TXT' thoroughly before doing so.

Use ZSNES -? for command line definitions.

Starting Mouse detection.
Unable to poll /dev/input/event13. Make sure you have read permissions to it.
Unable to poll /dev/input/event12. Make sure you have read permissions to it.
Unable to poll /dev/input/event11. Make sure you have read permissions to it.
Unable to poll /dev/input/event10. Make sure you have read permissions to it.
Unable to poll /dev/input/event9. Make sure you have read permissions to it.
Unable to poll /dev/input/event8. Make sure you have read permissions to it.
Unable to poll /dev/input/event7. Make sure you have read permissions to it.
Unable to poll /dev/input/event6. Make sure you have read permissions to it.
Unable to poll /dev/input/event5. Make sure you have read permissions to it.
Unable to poll /dev/input/event2. Make sure you have read permissions to it.
Unable to poll /dev/input/event1. Make sure you have read permissions to it.
Unable to poll /dev/input/event0. Make sure you have read permissions to it.
ManyMouse: 0 mice detected.
Violación de segmento (`core' generado

Additional info:

ZSNES v1.51


Steps to reproduce:

When you run the application


I have installed it on 2 different computers, recently installed and updated to date
This task depends upon

Closed by  Alexander F. Rødseth (xyproto)
Wednesday, 13 January 2021, 14:52 GMT
Reason for closing:  Fixed
Comment by Nelson (n3150n) - Monday, 23 March 2020, 02:22 GMT
Solved this by adding user to input group:

groupadd input
gpasswd -a $USER input

Note: I also had to add user to pulseaudio groups (pulse, pulse-access, pulse-rt) in order to run it using pulseaudio.
Comment by Alexander F. Rødseth (xyproto) - Wednesday, 13 January 2021, 14:52 GMT
Thanks for reporting.

optdep on lib32-libpulse have been added.

Please re-open if this is still an issue.

See also: https://bugs.archlinux.org/task/53930

Loading...