Skip to content

Instantly share code, notes, and snippets.

@AleksandrMihhailov
Created January 10, 2018 04:47
Show Gist options
  • Save AleksandrMihhailov/672d4f7ce3321ff2e2994d35117bd316 to your computer and use it in GitHub Desktop.
Save AleksandrMihhailov/672d4f7ce3321ff2e2994d35117bd316 to your computer and use it in GitHub Desktop.
Run multiple Telegram client instances on macOS
# replace you in folder path with your macOS system account name
# create empty folder in your HOME path (replace empty_folder with your name)
/Applications/Telegram.app/Contents/MacOS/Telegram -many -workdir /Users/you/empty_folder
@aborriginal
Copy link

I run each in separate - all not logged in. Say I run 3 Telegram. Now I login to first - it is ok. I login to second - it crashes:

zsh: illegal hardware instruction: /Applications/Telegram.app/Contents/MacOS/Telegram -many -workdir

I login third - it exit unexpectedly:

SQL error 10: disk I/O error on SQL

and

zsh: illegal hardware instruction: /Applications/Telegram.app/Contents/MacOS/Telegram -many -workdir

@AleksandrMihhailov
Copy link
Author

Probably you don't have separate -workdir for each instance In your message I don't see at all that any workdir was specified!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment