Botframework-emulator: Where is the emulator installed?

Created on 25 Apr 2017  ·  7Comments  ·  Source: microsoft/BotFramework-Emulator

I'm using the latest release version 3.5.27, the emulator works fine in the first run, but I can't find anything like a shortcur on my desktop or in the start menu. So I have to click the installer every time I want to run the emulator, and that is slow. Where is the emulator installed on my Windows 10, can I use a shortcut? Thanks.

Bug

Most helpful comment

Happened to me too, but it is located in:

C:\Users\Mohamed\AppData\Local\botframework\app-3.5.27

I right clicked on botframework-emulator.exe and add it to start menu, for now.

All 7 comments

Hi @targetnull This is a regression in the latest build. We're prepping a recovery build and will have a patch out soon.

Happened to me too, but it is located in:

C:\Users\Mohamed\AppData\Local\botframework\app-3.5.27

I right clicked on botframework-emulator.exe and add it to start menu, for now.

I tried that and when I ran the emulator I got:

write EPROTO 101057795:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:c:\jenkins\workspace\electron-win-x64\vendor\node\deps\openssl\openssl\ssl\s23_clnt.c:794:

I've been giving this thing a good college try but it no work... Pointing to c:\jenkins... huh? :)

@LlewellynJones Pay no mind to that file path. It's just debugging information encoded into the Electron binary at the time it was built.

Your error message suggests you are able to launch the emulator, but are getting this error when trying to send your bot a message. Is this what you're experiencing?

Okay, I see what I was doing, connecting to https://... not http://... and
my app didn't have ssl enabled. I'm okay with running it from the appdata
folder for now.

Cheers,
James
my own book http://myownbook.org

On Thu, May 4, 2017 at 6:48 PM, Eric Anderson notifications@github.com
wrote:

@LlewellynJones https://github.com/LlewellynJones Pay no mind to that
file path. It's just debugging information encoded into the Electron binary
at the time it was built.

Your error message suggests you are able to launch the emulator, but are
getting this error when trying to send your bot a message. Is this what
you're experiencing?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/Microsoft/BotFramework-Emulator/issues/166#issuecomment-299352925,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AJxgz9zlyqLP2LX385INFMFZJlXOk_heks5r2n_lgaJpZM4NHAVd
.

We released emulator version 3.5.28 today, with a fix for the "no shortcut" bug. Direct download link: https://github.com/Microsoft/BotFramework-Emulator/releases

Was this page helpful?
0 / 5 - 0 ratings