Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac OSX: SooperLooper slgui hangs on startup #32

Open
upsided opened this issue Nov 30, 2021 · 0 comments
Open

Mac OSX: SooperLooper slgui hangs on startup #32

upsided opened this issue Nov 30, 2021 · 0 comments

Comments

@upsided
Copy link

upsided commented Nov 30, 2021

First, A Workaround

If you’re coming here from Google, the workaround is to turn on sharing in system preferences and share something, like your printer. Weird, but works.

The Bug

On Catalina (at least) SooperLooper GUI invariably hangs on startup because it cannot finish an mDNS lookup from some liblo call inside LoopControl::register_global_updates() (see loop_control.cpp). The sooperlooper server runs fine, without hang. It’s only the GUI that has this issue.

I’m not sure WHY this (mDNS lookup) is a problem, but I found the solution over at this stackoverflow question. Something about localhost vs machine name, etc.

Anyhoo, hope this helps development. Be nice if reverse lookup of host names wasn’t a thing at all; seems rather pointless in a localhost/lan situation.

A picture of a sample during slgui hang, showing mDNS taking forever (then failing):

looper_hang
:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant