andresavic / AmongKey

Keyboard controls for Among Us on Apple Silicon Macs
MIT License
127 stars 21 forks source link

Crashes when the automatic "Sign in to Among Us with your Apple ID" pop up appears #17

Open miguelmanalo opened 3 years ago

miguelmanalo commented 3 years ago
  1. Launch Among Key (1.5)
  2. Launch iOS version of Among Us (v2021.4.12o) on M1 MBP (11.2.3)
  3. Among Us prompts to sign in to account with Touch ID
  4. Among Key crashes
oneElectron commented 3 years ago

I found a way to fix it, I removed windowDic["kCGWindowAlpha"] as! Int == 1 from line 135 in AmongKeyApp.swift that seems to have solved the problem, i know that it is for window opacity. My question is, is there a reason it needs to be there?

netzpixel commented 9 months ago

same here