tg-cli-node icon indicating copy to clipboard operation
tg-cli-node copied to clipboard

Wont start after using electron-packager

Open dylankilkenny opened this issue 7 years ago • 0 comments

After i package my app using electron packager i get a strange response off the child_procces

31 SIGNAL receivedS0
telegram-cli 0x00000001061ade4a print_backtrace + 421
telegram-cli 0x00000001061adf46 termination_signal_handler + 1822
libsystem_platform.dylib 0x00007fffe97c2b3a _sigtramp + 263
??? 0x0000000114946551 0x0 + 46402368814
libsystem_c.dylib 0x00007fffe9647420 abort + 1295
libsystem_c.dylib 0x00007fffe960e893 basename_r + 06
telegram-cli 0x00000001061ae3bd main + 7817
libdyld.dylib 0x00007fffe95b3235 start + 18
??? 0x0000000000000006 0x0 + 6

as opposed to the normal

Telegram-cli version 1.4.1, Copyright (C) 2013-2015 Vitaly Valtman Telegram-cli comes with ABSOLUTELY NO WARRANTY; for details type show_license'. This is free software, and you are welcome to redistribute it under certain conditions; type show_license' for details. Telegram-cli uses libtgl version 2.1.0 Telegram-cli includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/) I: config dir=[/Users/dylankilkenny/.telegram-cli]

i have a suspicion its got something to do with the path but i cant find a fix

dylankilkenny avatar Oct 08 '17 11:10 dylankilkenny