MichaelJBerk / Splitter

A speedrunning timer for macOS
https://mberk.com/splitter
43 stars 6 forks source link

Fix SIGILL in Splitter.ViewController.UpdateTimer() -> () (Timer Functions.swift:151) #59

Closed MichaelJBerk closed 1 year ago

MichaelJBerk commented 4 years ago

Version 2.0(122)

Stacktrace

Splitter.ViewController.UpdateTimer() -> () (Timer Functions.swift:151);Splitter

@objc Splitter.ViewController.UpdateTimer() -> () (:0);Splitter

Splitter.ViewController.stopTimer() -> () (Timer Functions.swift:130);Splitter

closure #6 () -> () in Splitter.AppDelegate.keybindAction(keybind: Splitter.KeybindTitle) -> () -> ()? (Splits.swift:126);Splitter

Splitter.AppDelegate.setKeyMonitor(event: __C.NSEvent) -> () (AppDelegate.swift:79);Splitter

closure #1 (__C.NSEvent) -> () in Splitter.AppDelegate.MAStoStandardHotkeys() -> () (AppDelegate.swift:88);Splitter

reabstraction thunk helper from @escaping @callee_guaranteed (@guaranteed __C.NSEvent) -> () to @escaping @callee_unowned @convention(block) (@unowned __C.NSEvent) -> () (:0);Splitter

main (AppDelegate.swift:28);Splitter

Reason

SIGILL

Link to App Center