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

BotFramework-Emulator-4.1.0-linux.AppImage doesn't work on Ubuntu 18.04 #1065

Closed
britishbadger opened this issue Oct 31, 2018 · 3 comments
Closed
Assignees
Labels
Approved Approved by the Triage team Bug Your classic code defect P0 Must Fix. Release-blocker

Comments

@britishbadger
Copy link

Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.

Version

BotFramework-Emulator-4.1.0-linux.AppImage

Describe the bug

When executing
./BotFramework-Emulator-4.1.0-linux.AppImage

I get the following error

dlopen(): error loading libfuse.so.2
AppImages require FUSE to run. 
You might still be able to extract the contents of this AppImage 
if you run it with the --appimage-extract option. 
See https://github.com/AppImage/AppImageKit/wiki/FUSE 
for more information

Extracting the image doesn't work either

To Reproduce

Steps to reproduce the behavior:

  1. chmod +x ./BotFramework-Emulator-4.1.0-linux.AppImage
  2. ./BotFramework-Emulator-4.1.0-linux.AppImage

Expected behavior

It should work, the last alpha worked

[bug]

@tonyanziano
Copy link
Contributor

I was able to repro this as well. I think this is due to our current AppImage version only being 32-bit. I'll see if I can produce a 64-bit packaged version and test it out.

@tonyanziano tonyanziano self-assigned this Oct 31, 2018
@vishwacsena vishwacsena added Bug Your classic code defect Approved Approved by the Triage team P0 Must Fix. Release-blocker 4.2 labels Nov 2, 2018
@tonyanziano
Copy link
Contributor

tonyanziano commented Nov 2, 2018

@britishbadger

I have updated the v4.1.0 Release with new Linux binaries for 32-bit and 64-bit respectively. I tried the 64-bit version on Ubuntu 18.0.4 and was able to run it without any issues.

@britishbadger
Copy link
Author

Awesome, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved Approved by the Triage team Bug Your classic code defect P0 Must Fix. Release-blocker
Projects
None yet
Development

No branches or pull requests

3 participants