facebook/flipper

win 11 Unable to start Flipper

Wdam opened this issue ยท 2 comments

Wdam commented

๐Ÿ› Bug Report

win 11 Unable to start Flipper

I downloaded the latest version of the compressed package from the official website. After decompressing and running the exe, the software had a white screen and could not be used. I also installed version 3.2.1 of openSSL

image

To Reproduce

downloaded the latest version

Environment

System:
 OS: Windows 11 10.0.22621
 CPU: (20) x64 12th Gen Intel(R) Core(TM) i7-12700
 Memory: 943.82 MB / 15.70 GB
Binaries:
 Node:
   version: 18.12.0
   path: C:\Program Files\nodejs\node.EXE
 Yarn:
   version: 1.22.21
   path: C:\Program Files\nodejs\yarn.CMD
 npm:
   version: 8.19.2
   path: C:\Program Files\nodejs\npm.CMD
 Watchman: Not Found
SDKs:
 Android SDK: Not Found
 Windows SDK: Not Found
IDEs:
 Android Studio: Not Found
 Visual Studio: Not Found
Languages:
 Java: 17.0.10
 Ruby: Not Found
npmPackages:
 "@react-native-community/cli": Not Found
 react:
   installed: 18.2.0
   wanted: 18.2.0
 react-native:
   installed: 0.73.5
   wanted: 0.73.5
 react-native-windows: Not Found
npmGlobalPackages:
 "*react-native*": Not Found
Android:
 hermesEnabled: true
 newArchEnabled: false
iOS:
 hermesEnabled: Not found
 newArchEnabled: Not found

RN project runs using android studio emulator

I encountered this issue and found that installing OpenSSL via Choclatey choco install openssl resolved my issue. It seems the chocolatey install resolved a PATH issue that a different openSSL download did not handle.

Wdam commented

I encountered this issue and found that installing OpenSSL via Choclatey choco install openssl resolved my issue. It seems the chocolatey install resolved a PATH issue that a different openSSL download did not handle.

it works! thank you