Help with compile...
-
@jonas I've rebooted a lot...
I deleted reinstalled, got rid of all the compiling stuff leftovers etcthe command you gave me returns this
sudo xattr -d com.apple.quarantine /Applications/strawberry.appxattr: /Applications/strawberry.app: No such xattr: com.apple.quarantine
I don't get it, its the same issue
/Applications/Strawberry.app/Contents/MacOS/Strawberry
02:18:23.497 WARN unknown KDSingleApplication: unable to make the primary instance listen on kdsingleapp-luziferischerordendesdunklenundbosenhollenfeuerclubs-Strawberry: QLocalServer::listen: Name error
02:18:23.497 INFO main:166 Strawberry is already running - activating existing window (1)
02:18:28.498 WARN unknown Connection timed out
02:18:28.498 ERROR main:169 Could not send message to primary instance. -
@insec404
Tryrm $TMPDIR/kdsingleapp-*
-
@jonas rm $TMPDIR/kdsingleapp-*
zsh: no matches found: /var/folders/_7/cf6d1xpx2l5cnfl3kw0kr8l40000gn/T//kdsingleapp-*
-
@insec404 I've been working with a.i. to try and figure it out too but so far no luck..
-
@insec404
The issue occurs because of the length of the username, on macOS the max socket name length is 46 characters, 23 characters is used for "kdsingleapp-" and "-Strawberry", so that leaves the username size to max 23 characters. Your username is 52 characters.
I'll have to create a new release to fix this, probably exclude the username when it's too long and use only the UID. -
@jonas yeah i made a new account and it worked flawlessly.. if i changed my username would it work? I think i can not sure
-
@insec404 oh nvm i cant change my username, thanks for taking the time to respond.
I hope the new build comes out soon.
Thanks again! -
@insec404 oh if you can release the beta build to me that would be great also, keep me updated.
-
-
@jonas Issue Resolved, sorry to post on all three but just in case anyone else was wondering
This fixed the issue with the long username!
Thanks again Jonas!