Flutter windows dll ошибка

Hello I am trying to create desktop app from flutter and I genrate exe file and .dll file also. When I install in my PC its perfectly work but when I share to other and they trying to install then its fire error «flutter exe file error the code execution cannot proceed because flutter_windows.dll was not found. Reinstalling the program may fix this problem»

enter image description here

asked May 17 at 13:59

Taki Rajani's user avatar

That flutter_windows.dll is one of the DLLs that must be included in the folder along with your EXE file. On your computer is probably already registered in Windows, so it won’t be required: on other computers, you have to include it to be sure it will be available to your app.

See here: link

answered May 17 at 14:09

il_boga's user avatar

il_bogail_boga

1,2481 gold badge13 silver badges20 bronze badges

Issue is reproducible using the steps outlined above. I was able to reproduce the bug on beta & master but on stable, it worked just fine.

Labeling for further investigation.

logs from visual studio

 	flutter_windows.dll!00007ffbdc6631e1()	Unknown
 	flutter_windows.dll!00007ffbdb7b42c3()	Unknown
>	cherrish.exe!flutter::FlutterEngine::Run(const char * entry_point) Line 57	C++
 	cherrish.exe!flutter::FlutterEngine::Run() Line 46	C++
 	cherrish.exe!wWinMain(HINSTANCE__ * instance, HINSTANCE__ * prev, wchar_t * command_line, int show_command) Line 39	C++
 	[External Code]	

The thread 0x53e0 has exited with code 0 (0x0).
'cherrish.exe' (Win32): Loaded 'C:WindowsSystem32DriverStoreFileRepositoryiigd_dch.inf_amd64_91e2144e79bce669igc64.dll'. 
'cherrish.exe' (Win32): Loaded 'C:WindowsSystem32DXCore.dll'. 
'cherrish.exe' (Win32): Loaded 'C:WindowsSystem32cfgmgr32.dll'. 
'cherrish.exe' (Win32): Loaded 'C:WindowsSystem32CoreMessaging.dll'. 
'cherrish.exe' (Win32): Loaded 'C:WindowsSystem32clbcatq.dll'. 
'cherrish.exe' (Win32): Loaded 'C:WindowsSystem32WinTypes.dll'. 
'cherrish.exe' (Win32): Unloaded 'C:WindowsSystem32CoreMessaging.dll'
'cherrish.exe' (Win32): Loaded 'C:WindowsSystem32directmanipulation.dll'. 
'cherrish.exe' (Win32): Loaded 'C:WindowsSystem32dbghelp.dll'. 
'cherrish.exe' (Win32): Loaded 'C:WindowsSystem32DWrite.dll'. 
'cherrish.exe' (Win32): Loaded 'C:WindowsSystem32TextInputFramework.dll'. 
'cherrish.exe' (Win32): Loaded 'C:WindowsSystem32CoreMessaging.dll'. 
'cherrish.exe' (Win32): Loaded 'C:WindowsSystem32CoreUIComponents.dll'. 
'cherrish.exe' (Win32): Loaded 'C:WindowsSystem32ntmarta.dll'. 
Exception thrown at 0x00007FFBDC6631E1 (flutter_windows.dll) in cherrish.exe: 0xC0000005: Access violation reading location 0x0000000000000000.

Unhandled exception at 0x00007FFBDC6631E1 (flutter_windows.dll) in cherrish.exe: 0xC0000005: Access violation reading location 0x0000000000000000.

Exception thrown at 0x00007FFBDC6631E1 (flutter_windows.dll) in cherrish.exe: 0xC0000005: Access violation reading location 0x0000000000000000.

Unhandled exception at 0x00007FFBDC6631E1 (flutter_windows.dll) in cherrish.exe: 0xC0000005: Access violation reading location 0x0000000000000000.

Exception thrown at 0x00007FFBDC6631E1 (flutter_windows.dll) in cherrish.exe: 0xC0000005: Access violation reading location 0x0000000000000000.

Unhandled exception at 0x00007FFBDC6631E1 (flutter_windows.dll) in cherrish.exe: 0xC0000005: Access violation reading location 0x0000000000000000.

Exception thrown at 0x00007FFBDC6631E1 (flutter_windows.dll) in cherrish.exe: 0xC0000005: Access violation reading location 0x0000000000000000.

Unhandled exception at 0x00007FFBDC6631E1 (flutter_windows.dll) in cherrish.exe: 0xC0000005: Access violation reading location 0x0000000000000000.

Exception thrown at 0x00007FFBDC6631E1 (flutter_windows.dll) in cherrish.exe: 0xC0000005: Access violation reading location 0x0000000000000000.

Unhandled exception at 0x00007FFBDC6631E1 (flutter_windows.dll) in cherrish.exe: 0xC0000005: Access violation reading location 0x0000000000000000.

Exception thrown at 0x00007FFBDC6631E1 (flutter_windows.dll) in cherrish.exe: 0xC0000005: Access violation reading location 0x0000000000000000.
Unhandled exception at 0x00007FFBDC6631E1 (flutter_windows.dll) in cherrish.exe: 0xC0000005: Access violation reading location 0x0000000000000000.

Exception thrown at 0x00007FFBDC6631E1 (flutter_windows.dll) in cherrish.exe: 0xC0000005: Access violation reading location 0x0000000000000000.
Unhandled exception at 0x00007FFBDC6631E1 (flutter_windows.dll) in cherrish.exe: 0xC0000005: Access violation reading location 0x0000000000000000.

Exception thrown at 0x00007FFBDC6631E1 (flutter_windows.dll) in cherrish.exe: 0xC0000005: Access violation reading location 0x0000000000000000.
Unhandled exception at 0x00007FFBDC6631E1 (flutter_windows.dll) in cherrish.exe: 0xC0000005: Access violation reading location 0x0000000000000000.

Exception thrown at 0x00007FFBDC6631E1 (flutter_windows.dll) in cherrish.exe: 0xC0000005: Access violation reading location 0x0000000000000000.
Unhandled exception at 0x00007FFBDC6631E1 (flutter_windows.dll) in cherrish.exe: 0xC0000005: Access violation reading location 0x0000000000000000.

The program '[21112] cherrish.exe' has exited with code 0 (0x0).

flutter doctor -v

[√] Flutter (Channel stable, 3.3.9, on Microsoft Windows [Version 10.0.19045.2251], locale en-GH)
    • Flutter version 3.3.9 on channel stable at C:srcsdksstableflutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision b8f7f1f986 (2 weeks ago), 2022-11-23 06:43:51 +0900
    • Engine revision 8f2221fbef
    • Dart version 2.18.5
    • DevTools version 2.15.0

[√] Android toolchain - develop for Android devices (Android SDK version 32.1.0-rc1)
    • Android SDK at C:UsersDeanaAppDataLocalAndroidsdk
    • Platform android-33, build-tools 32.1.0-rc1
    • Java binary at: C:Program FilesAndroidAndroid Studiojrebinjava
    • Java version OpenJDK Runtime Environment (build 11.0.12+7-b1504.28-7817840)
    • All Android licenses accepted.

[√] Chrome - develop for the web
    • Chrome at C:Program FilesGoogleChromeApplicationchrome.exe

[√] Visual Studio - develop for Windows (Visual Studio Community 2022 17.2.3)
    • Visual Studio at C:Program FilesMicrosoft Visual Studio2022Community
    • Visual Studio Community 2022 version 17.2.32526.322
    • Windows 10 SDK version 10.0.22000.0

[√] Android Studio (version 2021.2)
    • Android Studio at C:Program FilesAndroidAndroid Studio
    • Flutter plugin can be installed from:
       https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
       https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.12+7-b1504.28-7817840)

[√] IntelliJ IDEA Community Edition (version 2022.1)
    • IntelliJ at C:UsersDeanaAppDataLocalJetBrainsToolboxappsIDEA-Cch-0221.5921.22
    • Flutter plugin can be installed from:
       https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
       https://plugins.jetbrains.com/plugin/6351-dart

[√] IntelliJ IDEA Ultimate Edition (version 2022.1)
    • IntelliJ at C:UsersDeanaAppDataLocalJetBrainsToolboxappsIDEA-Uch-0221.5921.22
    • Flutter plugin can be installed from:
       https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
       https://plugins.jetbrains.com/plugin/6351-dart

[√] VS Code (version 1.73.1)
    • VS Code at C:UsersDeanaAppDataLocalProgramsMicrosoft VS Code
    • Flutter extension version 3.54.0

[√] Connected device (4 available)
    • M2007J20CG (mobile) • 5dd3be00 • android-arm64  • Android 12 (API 31)
    • Windows (desktop)   • windows  • windows-x64    • Microsoft Windows [Version 10.0.19045.2251]
    • Chrome (web)        • chrome   • web-javascript • Google Chrome 107.0.5304.108
    • Edge (web)          • edge     • web-javascript • Microsoft Edge 108.0.1462.42

HTTP Host availability check is taking a long time...[√] HTTP Host Availability
    • All required HTTP hosts are available

• No issues found!
[!] Flutter (Channel master, 3.7.0-4.0.pre.48, on Microsoft Windows [Version 10.0.19045.2251], locale en-GH)
    • Flutter version 3.7.0-4.0.pre.48 on channel master at c:srcsdksmasterflutter
    ! Warning: `flutter` on your path resolves to C:srcsdksstableflutterbinflutter, which is not inside your
      current Flutter SDK checkout at c:srcsdksmasterflutter. Consider adding c:srcsdksmasterflutterbin to the
      front of your path.
    ! Warning: `dart` on your path resolves to C:srcsdksstableflutterbindart, which is not inside your current
      Flutter SDK checkout at c:srcsdksmasterflutter. Consider adding c:srcsdksmasterflutterbin to the front of
      your path.
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision eefbe85c8b (5 hours ago), 2022-12-08 22:32:07 -0600
    • Engine revision 8d83b98c55
    • Dart version 3.0.0 (build 3.0.0-0.0.dev)
    • DevTools version 2.20.0
    • If those were intentional, you can disregard the above warnings; however it is recommended to use "git" directly
      to perform update checks and upgrades.

[√] Windows Version (Installed version of Windows is version 10 or higher)

[√] Android toolchain - develop for Android devices (Android SDK version 32.1.0-rc1)
    • Android SDK at C:UsersDeanaAppDataLocalAndroidsdk
    • Platform android-33, build-tools 32.1.0-rc1
    • Java binary at: C:Program FilesAndroidAndroid Studiojrebinjava
    • Java version OpenJDK Runtime Environment (build 11.0.12+7-b1504.28-7817840)
    • All Android licenses accepted.

[√] Chrome - develop for the web
    • Chrome at C:Program FilesGoogleChromeApplicationchrome.exe

[√] Visual Studio - develop for Windows (Visual Studio Community 2022 17.2.3)
    • Visual Studio at C:Program FilesMicrosoft Visual Studio2022Community
    • Visual Studio Community 2022 version 17.2.32526.322
    • Windows 10 SDK version 10.0.22000.0

[√] Android Studio (version 2021.2)
    • Android Studio at C:Program FilesAndroidAndroid Studio
    • Flutter plugin can be installed from:
       https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
       https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.12+7-b1504.28-7817840)

[√] IntelliJ IDEA Community Edition (version 2022.1)
    • IntelliJ at C:UsersDeanaAppDataLocalJetBrainsToolboxappsIDEA-Cch-0221.5921.22
    • Flutter plugin can be installed from:
       https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
       https://plugins.jetbrains.com/plugin/6351-dart

[√] IntelliJ IDEA Ultimate Edition (version 2022.1)
    • IntelliJ at C:UsersDeanaAppDataLocalJetBrainsToolboxappsIDEA-Uch-0221.5921.22
    • Flutter plugin can be installed from:
       https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
       https://plugins.jetbrains.com/plugin/6351-dart

[√] VS Code (version 1.73.1)
    • VS Code at C:UsersDeanaAppDataLocalProgramsMicrosoft VS Code
    • Flutter extension version 3.54.0

[√] Connected device (4 available)
    • M2007J20CG (mobile) • 5dd3be00 • android-arm64  • Android 12 (API 31)
    • Windows (desktop)   • windows  • windows-x64    • Microsoft Windows [Version 10.0.19045.2251]
    • Chrome (web)        • chrome   • web-javascript • Google Chrome 107.0.5304.108
    • Edge (web)          • edge     • web-javascript • Microsoft Edge 108.0.1462.42

[√] HTTP Host Availability
    • All required HTTP hosts are available

! Doctor found issues in 1 category.
[!] Flutter (Channel beta, 3.7.0-1.1.pre, on Microsoft Windows [Version 10.0.19045.2251], locale en-GH)
    • Flutter version 3.7.0-1.1.pre on channel beta at c:srcsdksbetaflutter
    ! Warning: `flutter` on your path resolves to C:srcsdksstableflutterbinflutter, which is not inside your
      current Flutter SDK checkout at c:srcsdksbetaflutter. Consider adding c:srcsdksbetaflutterbin to the
      front of your path.
    ! Warning: `dart` on your path resolves to C:srcsdksstableflutterbindart, which is not inside your current
      Flutter SDK checkout at c:srcsdksbetaflutter. Consider adding c:srcsdksbetaflutterbin to the front of
      your path.
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision e599f02c7a (2 days ago), 2022-12-08 01:07:24 +0530
    • Engine revision 4971c5b2e7
    • Dart version 2.19.0 (build 2.19.0-444.1.beta)
    • DevTools version 2.20.0
    • If those were intentional, you can disregard the above warnings; however it is recommended to use "git" directly
      to perform update checks and upgrades.

[√] Windows Version (Installed version of Windows is version 10 or higher)

[√] Android toolchain - develop for Android devices (Android SDK version 32.1.0-rc1)
    • Android SDK at C:UsersDeanaAppDataLocalAndroidsdk
    • Platform android-33, build-tools 32.1.0-rc1
    • Java binary at: C:Program FilesAndroidAndroid Studiojrebinjava
    • Java version OpenJDK Runtime Environment (build 11.0.12+7-b1504.28-7817840)
    • All Android licenses accepted.

[√] Chrome - develop for the web
    • Chrome at C:Program FilesGoogleChromeApplicationchrome.exe

[√] Visual Studio - develop for Windows (Visual Studio Community 2022 17.2.3)
    • Visual Studio at C:Program FilesMicrosoft Visual Studio2022Community
    • Visual Studio Community 2022 version 17.2.32526.322
    • Windows 10 SDK version 10.0.22000.0

[√] Android Studio (version 2021.2)
    • Android Studio at C:Program FilesAndroidAndroid Studio
    • Flutter plugin can be installed from:
       https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
       https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.12+7-b1504.28-7817840)

[√] IntelliJ IDEA Community Edition (version 2022.1)
    • IntelliJ at C:UsersDeanaAppDataLocalJetBrainsToolboxappsIDEA-Cch-0221.5921.22
    • Flutter plugin can be installed from:
       https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
       https://plugins.jetbrains.com/plugin/6351-dart

[√] IntelliJ IDEA Ultimate Edition (version 2022.1)
    • IntelliJ at C:UsersDeanaAppDataLocalJetBrainsToolboxappsIDEA-Uch-0221.5921.22
    • Flutter plugin can be installed from:
       https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
       https://plugins.jetbrains.com/plugin/6351-dart

[√] VS Code (version 1.73.1)
    • VS Code at C:UsersDeanaAppDataLocalProgramsMicrosoft VS Code
    • Flutter extension version 3.54.0

[√] Connected device (4 available)
    • M2007J20CG (mobile) • 5dd3be00 • android-arm64  • Android 12 (API 31)
    • Windows (desktop)   • windows  • windows-x64    • Microsoft Windows [Version 10.0.19045.2251]
    • Chrome (web)        • chrome   • web-javascript • Google Chrome 107.0.5304.108
    • Edge (web)          • edge     • web-javascript • Microsoft Edge 108.0.1462.42

[√] HTTP Host Availability
    • All required HTTP hosts are available

! Doctor found issues in 1 category.

advertisement

Скачайте файл flutter_windows.dll, чтобы решить вашу проблему с dll. Сейчас у нас доступна 1 версия этого файла.
Если у вас есть другие версии этого файла, пожалуйста, поделитесь ими с сообществом, загрузив dll-файл на сайт.

flutter_windows.dll, Описание файла: —

Ошибки, связанные с flutter_windows.dll могут возникнуть по нескольким причинам. Например, ошибочная заявка: flutter_windows.dll было удалено или потеряно, искажено вредоносными программами, присутствующими в вашем компьютере; или поврежденная система Windows.

Наиболее часто встречающиеся сообщения об ошибках:

  • Невозможен запуск программы, так как flutter_windows.dll не найдено в вашем компьютере. Попытайтесь повторно установить программу для устранения этой проблемы.
  • Проблема запуска flutter_windows.dll. Указанный модуль не был найден
  • Ошибка загрузки flutter_windows.dll. Указанный модуль не был найден.
  • flutter_windows.dll либо не предназначен для работы в Windows, либо содержит ошибку.

В большинстве случаев решить проблему можно путем грамотной переустановки в системной папке Windows flutter_windows.dll в вашем компьютере. С другой стороны, для некоторых программ, в частности компьютерных игр, требуется, чтобы DLL файл был помещен в папку установки игры/приложения.

Для подробной инструкции по установке смотрите наши ЧАВО.

advertisement

Version

Architecture

Размер файла

Язык

Company

Описание

0.0.0.0

64

11.63 MB

Unknown

MD5: 8f6828ca21a44579f586aeb1ab0e3039

SHA-1: 3d16450dd5d8f7649278a8f33d115671cc6201d3

Размер Zip файла: 5.05 MB

Вам нужна помощь в решении проблемы с файлом flutter_windows.dll?

У вас есть информация, которой нет у нас?
Помог ли наш совет, или же мы что-то упустили?
На нашем форуме вы можете получить помощь как от квалифицированных специалистов, так и от нашего сообщества. Регистрируйтесь, задавайте вопросы и получайте уведомления прямо на почту.

forum.dll-files.com

advertisement

Asked
1 year, 11 months ago

Viewed
2k times

I am trying to build windows app using flutter. After successful build i have added msvcp140.dll, vcruntime140.dll, vcruntime140_1.dll as instructed. but still in some windows 10 and on all windows 7 machine it is crashing. Any suggestion what to do?

My release tree looks like follows:
build -> windows -> runner -> release

  1. Data(Folder)
  2. plugin(Folder)
  3. bitsdojo_window_windows_plugin.lib
  4. connectivity_plus_windows_plugin.dll
  5. dart_vlc_plugin.dll
  6. desktop_window_plugin.dll
  7. flutter_windows.dll
  8. msvcp140.dll
  9. vcruntime140.dll
  10. vcruntime140_1.dll
  11. libvlc.dll
  12. libvlccore.dll
  13. App.exe
  14. psg.exp
  15. psg.lib
  16. webview_windows_plugin.dll
  17. WebView2Loader.dll
  • windows
  • flutter
  • flutter-desktop

asked Jun 24, 2021 at 15:24

Ramakanta Chandra's user avatar

3

  • Please share all the files that you are distributing. If you really aren’t missing any files, you likely have an issue with the application itself. If that ends up being the case, you need to debug it yourself to find what’s causing the issue.

    Jun 24, 2021 at 15:27

  • Please check my post. i have updated it. my application tree looks like the above.

    Jun 24, 2021 at 15:48

  • You’re going to have to do your own debugging here. If your application doesn’t have any issues in debug mode, you’re going to have to remove elements of your application bit by bit until your isolate the part causing your issue. Until then, there isn’t much people here on SO can do since your application appears to be quite large.

    Jun 24, 2021 at 16:19

1 Answer

answered Jun 24, 2021 at 18:42

smorgan's user avatar

smorgansmorgan

19.8k3 gold badges46 silver badges55 bronze badges

4

  • Thank you. After deleting the plugin and adjusting the code when i am trying to run on windows 7 it is saying ‘api-ms-win-crt-string-l1-1-0.dll’ missing.

    Jun 26, 2021 at 13:15

  • You’re using several other Windows plugins; have you checked all of those to see if they support Windows 7?

    Jun 26, 2021 at 16:51

  • I have even tried with default flutter project (which is incrementing counter.) to run on windows 7. I am getting same DLL error.

    Jun 26, 2021 at 17:16

  • If the default app doesn’t run, you should file an issue with exact details of the error and the system you tried to run it on. (Perhaps the version of Windows 7 hasn’t been updated enough for the VC++ redistributable to work, for instance.) Keep in mind that Windows 7 support is only best-effort.

    Jun 26, 2021 at 22:42

  • The Overflow Blog
  • Featured on Meta

Related

Hot Network Questions

  • Extending IC sheaves across smooth normal crossing divisors

  • Changing Landscape

  • Why does bunched up aluminum foil become so extremely hard to compress?

  • Why are mountain bike tires rated for so much lower pressure than road bikes?

  • Is there a reason beyond protection from potential corruption to restrict a minister’s ability to personally relieve and appoint civil servants?

  • Theoretical Approaches to crack large files encrypted with AES

  • Complete the landscape

  • Semantics of the `:` (colon) function in Bash when used in a pipe?

  • What do the characters on this CCTV lens mean?

  • How does one show in IPA that the first sound in «get» and «got» is different?

  • How can I shave a sheet of plywood into a wedge shim?

  • Can this be done with bluetooth?

  • «I don’t like it when it is rainy.» VS «I don’t like it raining.»

  • Does significant correlation imply at least some common underlying cause?

  • Is there any philosophical theory behind the concept of object in computer science?

  • What are good reasons to create a city/nation in which a government wouldn’t let you leave

  • What if the numbers and words I wrote on my check don’t match?

  • Indian Constitution — What is the Genesis of this statement? » ‘Union of India’ should be distinguished from the expression ‘territory of India’ »

  • What one-octave set of notes is most comfortable for an SATB choir to sing in unison/octaves?

  • Should I trust my own thoughts when studying philosophy?

  • Doubt in Arnold’s «Mathematical Methods of Classical Mechanics», Chapter 2

  • Insufficient travel insurance to cover the massive medical expenses for a visitor to US?

  • Can you identify this fighter from the silhouette?

  • Code readability and debugging

more hot questions

Question feed

Your privacy

By clicking “Accept all cookies”, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy.

bitsdojo_window doesn’t support all the versions of Windows that Flutter does. It unconditionally links against APIs that are only present in newer versions of Windows 10.

Comments

  • I am trying to build windows app using flutter. After successful build i have added msvcp140.dll, vcruntime140.dll, vcruntime140_1.dll as instructed. but still in some windows 10 and on all windows 7 machine it is crashing. Any suggestion what to do?

    My release tree looks like follows:
    build -> windows -> runner -> release

    1. Data(Folder)
    2. plugin(Folder)
    3. bitsdojo_window_windows_plugin.lib
    4. connectivity_plus_windows_plugin.dll
    5. dart_vlc_plugin.dll
    6. desktop_window_plugin.dll
    7. flutter_windows.dll
    8. msvcp140.dll
    9. vcruntime140.dll
    10. vcruntime140_1.dll
    11. libvlc.dll
    12. libvlccore.dll
    13. App.exe
    14. psg.exp
    15. psg.lib
    16. webview_windows_plugin.dll
    17. WebView2Loader.dll
    • Please share all the files that you are distributing. If you really aren’t missing any files, you likely have an issue with the application itself. If that ends up being the case, you need to debug it yourself to find what’s causing the issue.

    • Please check my post. i have updated it. my application tree looks like the above.

    • You’re going to have to do your own debugging here. If your application doesn’t have any issues in debug mode, you’re going to have to remove elements of your application bit by bit until your isolate the part causing your issue. Until then, there isn’t much people here on SO can do since your application appears to be quite large.

  • Thank you. After deleting the plugin and adjusting the code when i am trying to run on windows 7 it is saying ‘api-ms-win-crt-string-l1-1-0.dll’ missing.

  • You’re using several other Windows plugins; have you checked all of those to see if they support Windows 7?

  • I have even tried with default flutter project (which is incrementing counter.) to run on windows 7. I am getting same DLL error.

  • If the default app doesn’t run, you should file an issue with exact details of the error and the system you tried to run it on. (Perhaps the version of Windows 7 hasn’t been updated enough for the VC++ redistributable to work, for instance.) Keep in mind that Windows 7 support is only best-effort.

Recents

Понравилась статья? Поделить с друзьями:

Не пропустите эти материалы по теме:

  • Яндекс еда ошибка привязки карты
  • Fltmgr file system windows 10 ошибка
  • Fls fuel level ошибка
  • Floattostr delphi ошибка
  • Floating point exception ошибка ansys

  • 0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии