flipper: Flipper plugins doesn't show on Windows 10
🐛 Bug Report
I’m running Flipper on Windows 10 but I can’t see the native plugins (Layout Inspector, Databases, Network…)
I tried the troubleshooting guides but the problem was not resolved
FlipperDiagnosticActivity screenshot
To Reproduce
- Initialize a new React Native Project
- Run Flipper
- Try to debug app with Flipper
Environment
Flipper: tested from 0.47 to 0.52
System:
OS: Windows 10 10.0.18363
CPU: (4) x64 Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz
Memory: 3.75 GB / 11.88 GB
Binaries:
Node: 12.18.3 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.4 - C:\Program Files\nodejs\yarn.CMD
npm: 6.14.6 - C:\Program Files\nodejs\npm.CMD
Watchman: 20200726.234435.0 - C:\Users\jneto\env\watchman-v2020.07.27.00-windows\bin\watchman.EXE
Utilities:
Git: 2.24.1.
SDKs:
Android SDK:
API Levels: 23, 27, 28, 29
Build Tools: 25.0.0, 25.0.1, 27.0.3, 28.0.3, 29.0.2, 29.0.3
System Images: android-R | Google Play Intel x86 Atom
Windows SDK:
AllowDevelopmentWithoutDevLicense: Enabled
AllowAllTrustedApps: Enabled
Versions: 10.0.18362.0
IDEs:
Android Studio: Version 4.0.0.0 AI-193.6911.18.40.6514223
VSCode: 1.47.3 - C:\Users\jneto\AppData\Local\Programs\Microsoft VS Code\bin\code.CMD
Visual Studio: 16.6.30204.135 (Visual Studio Community 2019)
Languages:
Bash: 4.4.20 - C:\Windows\system32\bash.EXE
Go: 1.14.6 - C:\Go\bin\go.EXE
Elixir: 1.10.3 - C:\Program Files (x86)\Elixir\bin\elixir.BAT
Erlang: 21.3 - C:\Program Files\erl10.3\bin\erl.EXE
Python: 2.7.15
Databases:
SQLite: 3.28.0 - C:\Sdks\android\platform-tools\sqlite3.EXE
Browsers:
Chrome: 84.0.4147.105
Edge: Spartan (44.18362.449.0)
Internet Explorer: 11.0.18362.1
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 22 (20 by maintainers)
I had this same problem. Apparently the issue was the OpenSSL distribution I was using. At first I was using this one: https://indy.fulgan.com/SSL/ and had the exact same problem as @b3coded I’ve uninstalled it, and installed this one: https://slproweb.com/products/Win32OpenSSL.html and now everything works as expected.
@b3coded nope, sorry, missed that this is a win 10 specific issue. I don’t have a windows machine at my disposal in the current circumstances. Maybe @nikoant has ideas?
@mweststrate I’m going to create a Repo that reproduces my issue