Skip to content

Windows 1709 (16299) template app is crashing when clicking a link  #6982

@tbottke

Description

@tbottke

Environment

Run the following in your terminal and copy the results here.

  1. npx react-native --version: 4.13.1
  2. npx react-native info:
System:
    OS: Windows 10 10.0.16299
    CPU: (6) x64 AMD Ryzen 5 PRO 4650G with Radeon Graphics
    Memory: 572.85 GB / 2.43 GB
  Binaries:
    Node: 15.7.0 - C:\Program Files\nodejs\node.EXE
    Yarn: not found
    npm: 7.4.3 - C:\Program Files\nodejs\npm.CMD
    Watchman: Not Found
  SDKs:
    Android SDK: Not Found
    Windows SDK:
      AllowDevelopmentWithoutDevLicense: Enabled
      AllowAllTrustedApps: Enabled
      Versions: 10.0.16299.0, 10.0.18362.0, 10.0.19041.0
  IDEs:
    Android Studio: Not Found
    Visual Studio: 15.9.28307.1342 (Visual Studio Community 2017), 16.8.30907.101 (Visual Studio Community 2019)
  Languages:
    Java: 1.8.0_282 - C:\Program Files\OpenJDK\openjdk-8u282-b08\bin\javac.EXE
    Python: 3.9.1 - C:\Python39\python.EXE
  npmPackages:
    @react-native-community/cli: Not Found
    react: 16.13.1 => 16.13.1
    react-native: 0.63.2 => 0.63.2
    react-native-windows: ^0.63.0-0 => 0.63.19
  npmGlobalPackages:
    *react-native*: Not Found

Steps To Reproduce

Provide a detailed list of steps that reproduce the issue.

  1. be on Windows 1709 (16299)
  2. npx react-native init <projectName> --template react-native@^0.63.2
  3. cd projectName
  4. npx react-native-windows-init --overwrite
  5. apply first fix from @asklar Fix startup crash on RS3 #6980 (KeyboardAcceleratorPlacementMode)
  6. build release(x86) and click on a link in the app

Expected Results

App should not crash when clicking a link on Windows 10 1709. Also there might be more problems with this windows version I guess it needs some testing https://microsoft.github.io/react-native-windows/docs/win10-compat says that 1709 is supported.

screenshot:

error

Metadata

Metadata

Assignees

Labels

DownlevelIssues dependent on the version of Windowsbug

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions