emreyolcu / discrete-scroll

Fix for macOS's unnecessary scroll wheel acceleration
MIT License
823 stars 83 forks source link

Segmentation fault #11

Closed zeekoe closed 4 years ago

zeekoe commented 4 years ago

This tool looks promising! When running my self-compiled version I get a segmentation fault. When running from XCode, I get BAD_ACCESS most of the times. It seems that eventTap is 0x0. Any idea how?

emreyolcu commented 4 years ago

Could this be the same issue (permissions-related) as #9?

zeekoe commented 4 years ago

Yep, that's it! Thanks. Probably I needed to add the terminal, too. Got it working!