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

Basic Application project in flutter fails to run on Windows (it is not possible to open files *.cc) #121366

Closed
leonardomgomes opened this issue Feb 23, 2023 · 91 comments
Assignees
Labels
a: desktop Running on desktop c: crash Stack traces logged to the console customer: crowd Affects or could affect many people, though not necessarily a specific customer. engine flutter/engine repository. See also e: labels. P1 High-priority issues at the top of the work list platform-windows Building on or for Windows specifically r: fixed Issue is closed as already fixed in a newer version team-desktop Owned by Desktop platforms team tool Affects the "flutter" command-line tool. See also t: labels. triaged-desktop Triaged by Desktop platforms team

Comments

@leonardomgomes
Copy link

leonardomgomes commented Feb 23, 2023

Edit by @christopherfujino: this is being caused by an upstream bug in CMake at https://gitlab.kitware.com/cmake/cmake/-/issues/24651.


Hello,
I'm taking the first step to the Flutter and after performing the necessary facilities to use it, I went to build "My First App", following the Flutter page: https://docs.flutter.dev/get-started/test-drive?tab=vscode .
But I am stuck in a problem about the lack of 7 errors during the project execution. Log points to the following error: "C1XX: Fatal Error C1083: It is not possible to open font file", involving the 4 files: "core_implementations.cc, standard_codec.cc, flutter_engine.cc, flutter_view_controller.cc plugin_reginrate.cc".
Anyone knows how to say if it is necessary to install any plugin or another version of the necessary requirements.
Thanks!

### Instalation Versions

Microsoft Windows 10 Home Single Language 10.0.19045.2673
Flutter 3.8.0-15.0.pre.26 • channel master
Android Studio Electric Eel | 2022.1.1 Patch 1
Visual Studio Code Versão: 1.75.1 (user setup):

  • Dart v3.58.0
  • Flutter v3.58.0

### All requirements met for Flutter

C:>flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel master, 3.8.0-15.0.pre.26, on Microsoft Windows [versÆo 10.0.19045.2673], locale pt-BR)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
[√] Chrome - develop for the web
[√] Visual Studio - develop for Windows (Visual Studio Community 2022 17.5.0)
[√] Android Studio (version 2022.1)
[√] VS Code (version 1.75.1)
[√] Connected device (3 available)
[√] Network resources

• No issues found!


### Execution with "flutter run --verbose" shows 7 "fatal error C1083" at the end of the log, where .cc files are not found

PS D:\flutter\primeiro_app> flutter run --verbose
[  +11 ms] executing: [C:\flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +157 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[   +1 ms] 19b2aa14c08fdef829c1f09e2f964454147defeb
[        ] executing: [C:\flutter/] git tag --points-at 19b2aa14c08fdef829c1f09e2f964454147defeb
[ +181 ms] Exit code 0 from: git tag --points-at 19b2aa14c08fdef829c1f09e2f964454147defeb
[   +1 ms] executing: [C:\flutter/] git describe --match *.*.* --long --tags 19b2aa14c08fdef829c1f09e2f964454147defeb
[ +171 ms] Exit code 0 from: git describe --match *.*.* --long --tags 19b2aa14c08fdef829c1f09e2f964454147defeb
[        ] 3.8.0-14.0.pre-26-g19b2aa14c0
[  +12 ms] executing: [C:\flutter/] git rev-parse --abbrev-ref --symbolic @{upstream}
[ +159 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{upstream}
[        ] origin/master
[        ] executing: [C:\flutter/] git ls-remote --get-url origin
[ +175 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[ +179 ms] executing: [C:\flutter/] git rev-parse --abbrev-ref HEAD
[ +165 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] master
[ +124 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +4 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +90 ms] executing: C:\Users\leona\AppData\Local\Android\sdk\platform-tools\adb.exe devices -l
[ +164 ms] List of devices attached
[   +8 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[   +9 ms] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[ +109 ms] Multiple devices found:
[ +117 ms] Windows (desktop) • windows • windows-x64    • Microsoft Windows [versÆo 10.0.19045.2673]
[   +1 ms] Chrome (web)      • chrome  • web-javascript • Google Chrome 110.0.5481.105
[        ] Edge (web)        • edge    • web-javascript • Microsoft Edge 110.0.1587.50
[   +1 ms] [1]: Windows (windows)
[        ] [2]: Chrome (chrome)
[        ] [3]: Edge (edge)
[   +2 ms] Please choose one (or "q" to quit)
[        ] : 
[+2188 ms] 1
[  +22 ms] Skipping pub get: version match.
[ +315 ms] Generating D:\flutter\primeiro_app\android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java
[ +156 ms] Initializing file store
[  +21 ms] Skipping target: gen_localizations
[   +7 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents:
D:\flutter\primeiro_app\.dart_tool\package_config_subset}
[  +38 ms] gen_dart_plugin_registrant: Complete
[   +2 ms] Skipping target: _composite
[   +4 ms] complete
[   +8 ms] Launching lib\main.dart on Windows in debug mode...
[   +6 ms] C:\flutter\bin\cache\dart-sdk\bin\dart.exe --disable-dart-dev C:\flutter\bin\cache\dart-sdk\bin\snapshots\frontend_server.dart.snapshot --sdk-root        
C:\flutter\bin\cache\artifacts\engine\common\flutter_patched_sdk/ --incremental --target=flutter --experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=true   
--output-dill C:\Users\leona\AppData\Local\Temp\flutter_tools.10c0ac14\flutter_tool.3c077251\app.dill --packages
D:\flutter\primeiro_app\.dart_tool\package_config.json -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --filesystem-scheme  
org-dartlang-root --initialize-from-dill build\c075001b96339384a97db4862b8ab8db.cache.dill.track.dill --verbosity=error --flutter-widget-cache
--enable-experiment=alternative-invalidation-strategy
[  +39 ms] executing: C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe -format json -products * -utf8 -latest -version 16 -requires
Microsoft.VisualStudio.Workload.NativeDesktop Microsoft.VisualStudio.Component.VC.Tools.x86.x64 Microsoft.VisualStudio.Component.VC.CMake.Project
[  +89 ms] Exit code 0 from: C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe -format json -products * -utf8 -latest -version 16 -requires
Microsoft.VisualStudio.Workload.NativeDesktop Microsoft.VisualStudio.Component.VC.Tools.x86.x64 Microsoft.VisualStudio.Component.VC.CMake.Project
[   +1 ms] [
             {
               "instanceId": "708357a5",
               "installDate": "2023-02-23T14:52:31Z",
               "installationName": "VisualStudio/17.5.0+33414.496",
               "installationPath": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community",
               "installationVersion": "17.5.33414.496",
               "productId": "Microsoft.VisualStudio.Product.Community",
               "productPath": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\Common7\\IDE\\devenv.exe",
               "state": 4294967295,
               "isComplete": true,
               "isLaunchable": true,
               "isPrerelease": false,
               "isRebootRequired": false,
               "displayName": "Visual Studio Community 2022",
               "description": "IDE avançado, gratuito para estudantes, colaboradores de software livre e indivíduos",
               "channelId": "VisualStudio.17.Release",
               "channelUri": "https://aka.ms/vs/17/release/channel",
               "enginePath": "C:\\Program Files (x86)\\Microsoft Visual
               Studio\\Installer\\resources\\app\\ServiceHub\\Services\\Microsoft.VisualStudio.Setup.Service",
               "installedChannelId": "VisualStudio.17.Release",
               "installedChannelUri": "https://aka.ms/vs/17/release/channel",
               "releaseNotes": "https://docs.microsoft.com/en-us/visualstudio/releases/2022/release-notes-v17.5#17.5.0",
               "thirdPartyNotices": "https://go.microsoft.com/fwlink/?LinkId=661288",
               "updateDate": "2023-02-23T14:52:31.4501431Z",
               "catalog": {
                 "buildBranch": "d17.5",
                 "buildVersion": "17.5.33414.496",
                 "id": "VisualStudio/17.5.0+33414.496",
                 "localBuild": "build-lab",
                 "manifestName": "VisualStudio",
                 "manifestType": "installer",
                 "productDisplayVersion": "17.5.0",
                 "productLine": "Dev17",
                 "productLineVersion": "2022",
                 "productMilestone": "RTW",
                 "productMilestoneIsPreRelease": "False",
                 "productName": "Visual Studio",
                 "productPatchVersion": "0",
                 "productPreReleaseMilestoneSuffix": "7.0",
                 "productSemanticVersion": "17.5.0+33414.496",
                 "requiredEngineVersion": "3.5.2145.59678"
               },
               "properties": {
                 "campaignId": "2030:5d11df8a25fa4540a5865a6ff31f6cb4",
                 "channelManifestId": "VisualStudio.17.Release/17.5.0+33414.496",
                 "nickname": "",
                 "setupEngineFilePath": "C:\\Program Files (x86)\\Microsoft Visual Studio\\Installer\\setup.exe"
               }
             }
           ]
[   +9 ms] Building Windows application...
[  +20 ms] <- compile package:primeiro_app/main.dart
[   +1 ms] executing: C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -S
D:\flutter\primeiro_app\windows -B build\windows -G Visual Studio 17 2022
[ +211 ms] -- Selecting Windows SDK version 10.0.20348.0 to target Windows 10.0.19045.
[ +156 ms] -- Configuring done
[ +425 ms] -- Generating done
[  +36 ms] -- Build files have been written to: D:/flutter/primeiro_app/build/windows
[  +10 ms] executing: C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe --build build\windows
--config Debug --target INSTALL --verbose
[ +259 ms] MSBuild version 17.5.0+6f08c67f3 for .NET Framework
[  +67 ms] Compila��o de 23/02/2023 15:41:44 iniciada.
[        ] Included response file: C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64\MSBuild.rsp
[ +312 ms] Projeto "D:\flutter\primeiro_app\build\windows\INSTALL.vcxproj" no n� 1 (destinos padr�o).
[   +1 ms] O projeto "D:\flutter\primeiro_app\build\windows\INSTALL.vcxproj" (1) est� compilando "D:\flutter\primeiro_app\build\windows\ZERO_CHECK.vcxproj" (2) no n�1 (destinos padr�o).
[   +2 ms] InitializeBuildStatus:
[        ]   Criando "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" porque "AlwaysCreate" foi especificado.
[  +35 ms] CustomBuild:
[        ]   Todas as sa�das est�o atualizadas.
[  +51 ms] FinalizeBuildStatus:
[   +1 ms]   Excluindo o arquivo "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
[   +1 ms]   Tocando "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
[        ] Projeto de compila��o pronto "D:\flutter\primeiro_app\build\windows\ZERO_CHECK.vcxproj" (destinos padr�o).
[  +97 ms] O projeto "D:\flutter\primeiro_app\build\windows\INSTALL.vcxproj" (1) est� compilando "D:\flutter\primeiro_app\build\windows\ALL_BUILD.vcxproj" (3) no n�
1 (destinos padr�o).
[   +1 ms] O projeto "D:\flutter\primeiro_app\build\windows\ALL_BUILD.vcxproj" (3) est� compilando
"D:\flutter\primeiro_app\build\windows\flutter\flutter_wrapper_app.vcxproj" (4) no n� 1 (destinos padr�o).
[   +1 ms] O projeto "D:\flutter\primeiro_app\build\windows\flutter\flutter_wrapper_app.vcxproj" (4) est� compilando
"D:\flutter\primeiro_app\build\windows\flutter\flutter_assemble.vcxproj" (5) no n� 1 (destinos padr�o).
[   +1 ms] InitializeBuildStatus:
[        ]   Criando "x64\Debug\flutter_assemble\flutter_assemble.tlog\unsuccessfulbuild" porque "AlwaysCreate" foi especificado.
[  +38 ms] CustomBuild:
[   +1 ms]   "O build de 'D:\flutter\primeiro_app\build\windows\CMakeFiles\047fa8184121a23261229c5f5966b9bd\flutter_assemble.rule' depende de
'D:\FLUTTER\PRIMEIRO_APP\WINDOWS\FLUTTER\EPHEMERAL\FLUTTER_WINDOWS.DLL', que � gerado pelo build de
'D:\flutter\primeiro_app\build\windows\CMakeFiles\ae715e7806c6d33e566f24a80f136c77\flutter_windows.dll.rule'. Os itens n�o podem ser compilados em paralelo."        
[ +105 ms] FinalizeBuildStatus:
[        ]   Excluindo o arquivo "x64\Debug\flutter_assemble\flutter_assemble.tlog\unsuccessfulbuild".
[   +1 ms]   Tocando "x64\Debug\flutter_assemble\flutter_assemble.tlog\flutter_assemble.lastbuildstate".
[        ] Projeto de compila��o pronto "D:\flutter\primeiro_app\build\windows\flutter\flutter_assemble.vcxproj" (destinos padr�o).
[   +7 ms] InitializeBuildStatus:
[        ]   Tocando "flutter_wrapper_app.dir\Debug\flutter_.32F3E61E.tlog\unsuccessfulbuild".
[   +3 ms] CustomBuild:
[   +1 ms]   Todas as sa�das est�o atualizadas.
[ +100 ms] ClCompile:
[        ]   C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\bin\HostX64\x64\CL.exe /c
/ID:\flutter\primeiro_app\windows\flutter\ephemeral\cpp_client_wrapper\include /ID:\flutter\primeiro_app\windows\flutter\ephemeral /Zi /nologo /W4 /WX
/diagnostics:column /Od /Ob0 /D _UNICODE /D UNICODE /D WIN32 /D _WINDOWS /D _HAS_EXCEPTIONS=0 /D _DEBUG /D UNICODE /D _UNICODE /D "CMAKE_INTDIR=\"Debug\"" /Gm- /EHsc/RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /std:c++17 /Fo"flutter_wrapper_app.dir\Debug\\"
/Fd"D:\flutter\primeiro_app\build\windows\flutter\Debug\flutter_wrapper_app.pdb" /external:W4 /Gd /TP /wd4100 /errorReport:queue
D:\flutter\primeiro_app\windows\flutter\ephemeral\cpp_client_wrapper\core_implementations.cc
D:\flutter\primeiro_app\windows\flutter\ephemeral\cpp_client_wrapper\standard_codec.cc
D:\flutter\primeiro_app\windows\flutter\ephemeral\cpp_client_wrapper\flutter_engine.cc
D:\flutter\primeiro_app\windows\flutter\ephemeral\cpp_client_wrapper\flutter_view_controller.cc
[ +268 ms]   core_implementations.cc
[  +65 ms] c1xx : fatal  error C1083: N�o � poss�vel abrir arquivo fonte:
'D:\flutter\primeiro_app\windows\flutter\ephemeral\cpp_client_wrapper\core_implementations.cc': No such file or directory
[D:\flutter\primeiro_app\build\windows\flutter\flutter_wrapper_app.vcxproj]
[ +188 ms]   standard_codec.cc
[   +8 ms] c1xx : fatal  error C1083: N�o � poss�vel abrir arquivo fonte: 'D:\flutter\primeiro_app\windows\flutter\ephemeral\cpp_client_wrapper\standard_codec.cc':
No such file or directory [D:\flutter\primeiro_app\build\windows\flutter\flutter_wrapper_app.vcxproj]
[   +4 ms]   flutter_engine.cc
[  +10 ms] c1xx : fatal  error C1083: N�o � poss�vel abrir arquivo fonte: 'D:\flutter\primeiro_app\windows\flutter\ephemeral\cpp_client_wrapper\flutter_engine.cc':
No such file or directory [D:\flutter\primeiro_app\build\windows\flutter\flutter_wrapper_app.vcxproj]
[   +8 ms]   flutter_view_controller.cc
[  +11 ms] c1xx : fatal  error C1083: N�o � poss�vel abrir arquivo fonte:
'D:\flutter\primeiro_app\windows\flutter\ephemeral\cpp_client_wrapper\flutter_view_controller.cc': No such file or directory
[D:\flutter\primeiro_app\build\windows\flutter\flutter_wrapper_app.vcxproj]
[   +4 ms]   Gerando C�digo...
[  +47 ms] Projeto de compila��o pronto "D:\flutter\primeiro_app\build\windows\flutter\flutter_wrapper_app.vcxproj" (destinos padr�o) -- FALHA.
[  +54 ms] O projeto "D:\flutter\primeiro_app\build\windows\ALL_BUILD.vcxproj" (3) est� compilando
"D:\flutter\primeiro_app\build\windows\flutter\flutter_wrapper_plugin.vcxproj" (6) no n� 1 (destinos padr�o).
[   +1 ms] InitializeBuildStatus:
[        ]   Tocando "flutter_wrapper_plugin.dir\Debug\flutter_.97E6F7D3.tlog\unsuccessfulbuild".
[   +2 ms] CustomBuild:
[   +1 ms]   Todas as sa�das est�o atualizadas.
[  +12 ms] ClCompile:
[        ]   C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.35.32215\bin\HostX64\x64\CL.exe /c
/ID:\flutter\primeiro_app\windows\flutter\ephemeral\cpp_client_wrapper\include /ID:\flutter\primeiro_app\windows\flutter\ephemeral /Zi /nologo /W4 /WX
/diagnostics:column /Od /Ob0 /D _UNICODE /D UNICODE /D WIN32 /D _WINDOWS /D _HAS_EXCEPTIONS=0 /D _DEBUG /D UNICODE /D _UNICODE /D "CMAKE_INTDIR=\"Debug\"" /Gm- /EHsc/RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /std:c++17 /Fo"flutter_wrapper_plugin.dir\Debug\\"
/Fd"D:\flutter\primeiro_app\build\windows\flutter\Debug\flutter_wrapper_plugin.pdb" /external:W4 /Gd /TP /wd4100 /errorReport:queue
D:\flutter\primeiro_app\windows\flutter\ephemeral\cpp_client_wrapper\core_implementations.cc
D:\flutter\primeiro_app\windows\flutter\ephemeral\cpp_client_wrapper\standard_codec.cc
D:\flutter\primeiro_app\windows\flutter\ephemeral\cpp_client_wrapper\plugin_registrar.cc
[ +131 ms]   core_implementations.cc
[  +13 ms] c1xx : fatal  error C1083: N�o � poss�vel abrir arquivo fonte:
'D:\flutter\primeiro_app\windows\flutter\ephemeral\cpp_client_wrapper\core_implementations.cc': No such file or directory
[D:\flutter\primeiro_app\build\windows\flutter\flutter_wrapper_plugin.vcxproj]
[   +5 ms]   standard_codec.cc
[  +10 ms] c1xx : fatal  error C1083: N�o � poss�vel abrir arquivo fonte: 'D:\flutter\primeiro_app\windows\flutter\ephemeral\cpp_client_wrapper\standard_codec.cc':  
No such file or directory [D:\flutter\primeiro_app\build\windows\flutter\flutter_wrapper_plugin.vcxproj]
[   +5 ms]   plugin_registrar.cc
[   +8 ms] c1xx : fatal  error C1083: N�o � poss�vel abrir arquivo fonte: 'D:\flutter\primeiro_app\windows\flutter\ephemeral\cpp_client_wrapper\plugin_registrar.cc':No such file or directory [D:\flutter\primeiro_app\build\windows\flutter\flutter_wrapper_plugin.vcxproj]
[   +4 ms]   Gerando C�digo...
[  +22 ms] Projeto de compila��o pronto "D:\flutter\primeiro_app\build\windows\flutter\flutter_wrapper_plugin.vcxproj" (destinos padr�o) -- FALHA.
[  +39 ms] Projeto de compila��o pronto "D:\flutter\primeiro_app\build\windows\ALL_BUILD.vcxproj" (destinos padr�o) -- FALHA.
[        ] Projeto de compila��o pronto "D:\flutter\primeiro_app\build\windows\INSTALL.vcxproj" (destinos padr�o) -- FALHA.
[   +5 ms] FALHA da compila��o.
[        ] "D:\flutter\primeiro_app\build\windows\INSTALL.vcxproj" (destino padr�o) (1) ->
[        ] "D:\flutter\primeiro_app\build\windows\ALL_BUILD.vcxproj" (destino padr�o) (3) ->
[        ] "D:\flutter\primeiro_app\build\windows\flutter\flutter_wrapper_app.vcxproj" (destino padr�o) (4) ->
[        ] (ClCompile destino) ->
[        ]   c1xx : fatal  error C1083: N�o � poss�vel abrir arquivo fonte:
'D:\flutter\primeiro_app\windows\flutter\ephemeral\cpp_client_wrapper\core_implementations.cc': No such file or directory
[D:\flutter\primeiro_app\build\windows\flutter\flutter_wrapper_app.vcxproj]
[   +1 ms]   c1xx : fatal  error C1083: N�o � poss�vel abrir arquivo fonte: 'D:\flutter\primeiro_app\windows\flutter\ephemeral\cpp_client_wrapper\standard_codec.cc':No such file or directory [D:\flutter\primeiro_app\build\windows\flutter\flutter_wrapper_app.vcxproj]
[   +1 ms]   c1xx : fatal  error C1083: N�o � poss�vel abrir arquivo fonte: 'D:\flutter\primeiro_app\windows\flutter\ephemeral\cpp_client_wrapper\flutter_engine.cc':No such file or directory [D:\flutter\primeiro_app\build\windows\flutter\flutter_wrapper_app.vcxproj]
[   +2 ms]   c1xx : fatal  error C1083: N�o � poss�vel abrir arquivo fonte:
'D:\flutter\primeiro_app\windows\flutter\ephemeral\cpp_client_wrapper\flutter_view_controller.cc': No such file or directory
[D:\flutter\primeiro_app\build\windows\flutter\flutter_wrapper_app.vcxproj]
[   +1 ms] "D:\flutter\primeiro_app\build\windows\INSTALL.vcxproj" (destino padr�o) (1) ->
[   +1 ms] "D:\flutter\primeiro_app\build\windows\ALL_BUILD.vcxproj" (destino padr�o) (3) ->
[   +1 ms] "D:\flutter\primeiro_app\build\windows\flutter\flutter_wrapper_plugin.vcxproj" (destino padr�o) (6) ->
[   +1 ms]   c1xx : fatal  error C1083: N�o � poss�vel abrir arquivo fonte:
'D:\flutter\primeiro_app\windows\flutter\ephemeral\cpp_client_wrapper\core_implementations.cc': No such file or directory
[D:\flutter\primeiro_app\build\windows\flutter\flutter_wrapper_plugin.vcxproj]
[   +1 ms]   c1xx : fatal  error C1083: N�o � poss�vel abrir arquivo fonte: 'D:\flutter\primeiro_app\windows\flutter\ephemeral\cpp_client_wrapper\standard_codec.cc':No such file or directory [D:\flutter\primeiro_app\build\windows\flutter\flutter_wrapper_plugin.vcxproj]
[   +1 ms]   c1xx : fatal  error C1083: N�o � poss�vel abrir arquivo fonte:
'D:\flutter\primeiro_app\windows\flutter\ephemeral\cpp_client_wrapper\plugin_registrar.cc': No such file or directory
[D:\flutter\primeiro_app\build\windows\flutter\flutter_wrapper_plugin.vcxproj]
[   +2 ms]     0 Aviso(s)
[   +1 ms]     7 Erro(s)
[   +1 ms] Tempo Decorrido 00:00:01.71
[  +34 ms] Building Windows application... (completed in 2.938ms)
[+11210 ms] Exception: Build process failed.
[   +3 ms] "flutter run" took 17.899ms.
[   +8 ms] 
           #0      throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
           #1      RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:740:9)
           <asynchronous suspension>
           #2      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1287:27)
           <asynchronous suspension>
           #3      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #4      CommandRunner.runCommand (package:args/command_runner.dart:212:13)
           <asynchronous suspension>
           #5      FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:288:9)
           <asynchronous suspension>
           #6      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #7      FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:236:5)
           <asynchronous suspension>
           #8      run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:64:9)
           <asynchronous suspension>
           #9      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #10     main (package:flutter_tools/executable.dart:91:3)
           <asynchronous suspension>


[  +74 ms] ensureAnalyticsSent: 69ms
[        ] Running 1 shutdown hook
[   +5 ms] Shutdown hooks complete
[        ] exiting with code 1

----------------------------------------------------------------------
@moslite
Copy link

moslite commented Feb 24, 2023

Same here, I'm using exactly same versions. I've tried in all other channels too.

@huycozy huycozy added the in triage Presently being triaged by the triage team label Feb 24, 2023
@huycozy
Copy link
Member

huycozy commented Feb 24, 2023

Can you check whether *.cc files exist on their parent path via File Explorer?

Also, I'm not sure about this but you may try adding Flutter SDK/project directory/pub cache directory to anti-virus whitelist and check if it works.

@huycozy huycozy added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Feb 24, 2023
@moslite
Copy link

moslite commented Feb 24, 2023

In my case, none of those *.cc files exists inside project.

*Note: No success even disabling anti-virus.

@Alifyz
Copy link

Alifyz commented Feb 24, 2023

I am facing the same issue.

@moslite
Copy link

moslite commented Feb 28, 2023

guys, any suggestion?

@Alifyz
Copy link

Alifyz commented Feb 28, 2023

Well, I think it is a bug with the latest Visual Studio 2022.

After I downgraded to Visual Studio 2019 Community Edition I was able to run it again.

@faadias
Copy link

faadias commented Feb 28, 2023

Well, I think it is a bug with the latest Visual Studio 2022.

After I downgraded to Visual Studio 2019 Community Edition I was able to run it again.

Yep, I was having the same problem and downgrading to Visual Studio 2019 did te trick (I only use dev tools, not the whole IDE).

As @moslite noticed in issue #117754, this seems to be especially affecting brazilian users (like me and him), although it might be just a coincidence.

For the record, mine is Windows 11 Home version 22H2

@moslite
Copy link

moslite commented Feb 28, 2023

Downgrade to 2019 version doesn't really "fix" the problem. In my case, the company that I work for doesn't allow it.

@faadias I don't think it's coincidence, because I didn't find any record from users from another country. But, I don't know, it's crazy, kkk.

@huycozy
Copy link
Member

huycozy commented Mar 1, 2023

@Alifyz @faadias Can you please share the output of flutter doctor -v?

@faadias
Copy link

faadias commented Mar 1, 2023

@Alifyz @faadias Can you please share the output of flutter doctor -v?

I sure can! The output follows below.
One important thing to mention, though, is that flutter doctor was not recognizing my windows as being version 10 or higher (mine is 11). It reported as being unable to confirm that. Then I searched about it and found out there's some kind of bug in the most recent stable version of flutter when it runs in windows installations with a language other than English (here's the reference for the problem: https://stackoverflow.com/questions/74399911/flutter-doctor-windows-version-unable-to-confirm-if-installed-windows-version). After I changed channels to master, as suggested in the StackOverflow link, the problem was solved (as can be seen in the output below).
I did that channel switch because I thought this could be the root to the compilation problem described in this issue. But no matter the channel (stable or master), the flutter app wouldn't compile for windows using VS Build Tools 2022; it only worked after I downgraded to 2019, as mentioned earlier.

  • Command:
flutter doctor -v
  • Output:
[✓] Flutter (Channel master, 3.8.0-18.0.pre.5, on Microsoft Windows [versÆo 10.0.22621.1265], locale pt-BR)
    • Flutter version 3.8.0-18.0.pre.5 on channel master at C:\Users\faadi\workspace\flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision f032a4d648 (26 hours ago), 2023-02-28 05:29:29 -0500
    • Engine revision c6b5322404
    • Dart version 3.0.0 (build 3.0.0-277.0.dev)
    • DevTools version 2.22.1

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

[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0-rc1)
    • Android SDK at C:\Users\faadi\AppData\Local\Android\Sdk
    • Platform android-33, build-tools 34.0.0-rc1
    • ANDROID_HOME = C:\Users\faadi\AppData\Local\Android\Sdk
    • ANDROID_SDK_ROOT = C:\Users\faadi\AppData\Local\Android\Sdk
    • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
    • Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7249189)
    • All Android licenses accepted.

[✗] Chrome - develop for the web (Cannot find Chrome executable at .\Google\Chrome\Application\chrome.exe)
    ! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.

[✓] Visual Studio - develop for Windows (Ferramentas de Build do Visual Studio 2019 16.11.24)
    • Visual Studio at C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools
    • Ferramentas de Build do Visual Studio 2019 version 16.11.33328.57
    • Windows 10 SDK version 10.0.19041.0

[✓] Android Studio (version 2020.3)
    • Android Studio at C:\Program Files\Android\Android 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.10+0-b96-7249189)

[✓] VS Code (version 1.75.1)
    • VS Code at C:\Users\faadi\AppData\Local\Programs\Microsoft VS Code
    • Flutter extension version 3.58.0

[✓] Connected device (2 available)
    • Windows (desktop) • windows • windows-x64    • Microsoft Windows [versÆo 10.0.22621.1265]
    • Edge (web)        • edge    • web-javascript • Microsoft Edge 110.0.1587.57

[✓] Network resources
    • All expected network resources are available.

! Doctor found issues in 1 category.

@moslite
Copy link

moslite commented Mar 4, 2023

It seems like the following command is not being called:

"C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -E env FLUTTER_ROOT=C:\tools\flutter PROJECT_DIR=C:\projects\Flutter\teste_build FLUTTER_ROOT=C:\tools\flutter FLUTTER_EPHEMERAL_DIR=C:\projects\Flutter\teste_build\windows\flutter\ephemeral PROJECT_DIR=C:\projects\Flutter\teste_build FLUTTER_TARGET=C:\projects\Flutter\teste_build\lib\main.dart DART_DEFINES=RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ== DART_OBFUSCATION=false TRACK_WIDGET_CREATION=true TREE_SHAKE_ICONS=false PACKAGE_CONFIG=C:\projects\Flutter\teste_build\.dart_tool\package_config.json C:/tools/flutter/packages/flutter_tools/bin/tool_backend.bat windows-x64 Debug

This command is located in flutter_assemble.vcxproj file. Running this command manually after flutter build failed, creates all missing files inside windows\flutter\ephemeral\cpp_client_wrapper.

After this, flutter run -d windows --verbose works perfectly.

@huycozy
Copy link
Member

huycozy commented Mar 6, 2023

Thanks for providing more information. I can not reproduce this issue on my Windows machine (en-US) with Visual Studio 2022 17.4.4. Labeling the issue for the team's attention and investigation.

Issue reports

@huycozy huycozy added c: crash Stack traces logged to the console platform-windows Building on or for Windows specifically will need additional triage This issue or PR needs attention during weekly triage tool Affects the "flutter" command-line tool. See also t: labels. a: desktop Running on desktop and removed waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds in triage Presently being triaged by the triage team labels Mar 6, 2023
@goderbauer
Copy link
Member

@loic-sharma

@goderbauer goderbauer added engine flutter/engine repository. See also e: labels. and removed will need additional triage This issue or PR needs attention during weekly triage labels Mar 7, 2023
@gspencergoog gspencergoog added P1 High-priority issues at the top of the work list customer: crowd Affects or could affect many people, though not necessarily a specific customer. labels Mar 9, 2023
@gspencergoog
Copy link
Contributor

Do any of the directory paths to the project contain non-ASCII characters or spaces? (Desktop Triage)

@moslite
Copy link

moslite commented Mar 9, 2023

No @gspencergoog, project path is just c:\projects\Flutter\teste_build\

@joseoliv
Copy link

Well, I think it is a bug with the latest Visual Studio 2022.
After I downgraded to Visual Studio 2019 Community Edition I was able to run it again.

Yep, I was having the same problem and downgrading to Visual Studio 2019 did te trick (I only use dev tools, not the whole IDE).

As @moslite noticed in issue #117754, this seems to be especially affecting brazilian users (like me and him), although it might be just a coincidence.

For the record, mine is Windows 11 Home version 22H2

Yes, I am a brazilian and I have this error. It seems impossible to get rid of it.

@hugo-rodrigues-hugintech
Copy link

hugo-rodrigues-hugintech commented Dec 3, 2023

Hello all,

I had the same issue, core_implementations.cc was not found:

"C:\opt\wavknow\source\project\windows\flutter\ephemeral\cpp_client_wrapper\core_implementations.cc(1,1): error C1083: Não é possível abrir arquivo fonte: 'C:\opt\wavknow\source\project\windows\flutter\ephemeral\cpp_client_wrapper\core_implementations.cc': No such file or directory [C:\opt\wavknow\source\project\build\windows\x64\flutter\flutter_wrapper_app.vcxproj]
.."

I fixed by running this command:

"C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -E env FLUTTER_ROOT=C:\opt\flutter\flutter.3.16.0 PROJECT_DIR=C:\opt\wavknow\source\project FLUTTER_ROOT=C:\opt\flutter\flutter.3.16.0 FLUTTER_EPHEMERAL_DIR=C:\opt\wavknow\source\playsmartkid_app\windows\flutter\ephemeral PROJECT_DIR=C:\opt\wavknow\source\project FLUTTER_TARGET=C:\opt\wavknow\source\project\lib\main.dart DART_DEFINES=RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ== DART_OBFUSCATION=false TRACK_WIDGET_CREATION=true TREE_SHAKE_ICONS=false PACKAGE_CONFIG=C:\opt\wavknow\source\project.dart_tool\package_config.json C:/opt/flutter/flutter.3.16.0/packages/flutter_tools/bin/tool_backend.bat windows-x64 Debug

@carloswm85
Copy link

carloswm85 commented Dec 4, 2023

HERE'S A quick WORKAROUND FOR THIS ISSUE. In case you need to just start working right away.

  • I just created a new project with the same name as the old one.
  • Then I copied and pasted the ./lib folder, the ./pubspec.yaml file and any other required file or folder (for example, an ./assets/images folder.
  • Restart VS. Run the app. The problem should be gone.

NOTE. Be sure you re-create the project in your working folder. Don't create the folder somewhere else and then move it to your working location. Otherwise you may get some unwanted errors.

@arqeco
Copy link

arqeco commented Dec 7, 2023

SUSPECT FOUND !!!

Friends,

Years ago I had a problem only affecting brazilian users of MobaXterm.
So came to my mind that the culprit of this Flutter issue could be the same. The culprit was:

Warsaw, Banco do Brasil's security module

O Módulo de Segurança, Warsaw, é um software distribuído para os clientes do Banco do Brasil
pela empresa TOPAZ - Stefanini, que deve ser instalado no computador para permitir
o acesso seguro ao autoatendimento pela internet.
https://seg.bb.com.br/home.html

Taking advantage of having just reinstalled Windows and having a fresh machine I did the following tests:

  • Install Flutter SDK, and set flutter\bin path.
  • Skip Android and VS Code installs.
  • Install Visual Studio Build Tools 2022
  • Create and run a new Flutter project.

flutter create flutter_windows_test_1 --platform=windows
cd flutter_windows_test_1
flutter run

This test worked fine.

Then I tried to access my Banco do Brasil's account on the web and followed directions to install the security module.
After that install, another "flutter run" still worked on test 1.

But then I created another test project.

cd ..
flutter create flutter_windows_test_2 --platform=windows
cd flutter_windows_test_2
flutter run

And the test failed.

I then tried to kill the security module on Task Manager (that's called there "Topaz OFD - Protection Module") but it's not possible to kill this task.

So I went to uninstall the security module. On Windows installed apps list it's called "Warsaw 2.37.0.11 64 bits" (supplied by Gas Informatica Ltda).

After uninstalling Warsaw I did another "flutter run" and the test 2 worked.

Not even restarting the computer was needed.

May you friends check in your computers if you can confirm this tests?

May someone here of a higher rank or experience than mine talk with Banco do Brasil or its technology suppliers to solve this issue?

These tests explain why only brazilian users have this issue , and why only SOME brazilian users have this issue: Not everyone have an Banco do Brasil account.

Greetings,
Márcio

@GabPSS
Copy link

GabPSS commented Dec 11, 2023

Hi there

Not a part of the discussion, but was having the same issue under the exact same conditions. Sure enough removing the Topaz security module solves it and the project builds again. Using VS 2022 build tools 👍

@flutter-triage-bot flutter-triage-bot bot added the Bot is counting down the days until it unassigns the issue label Dec 14, 2023
@flutter-triage-bot
Copy link

This issue is assigned to @yaakovschectman but has had no recent status updates. Please consider unassigning this issue if it is not going to be addressed in the near future. This allows people to have a clearer picture of what work is actually planned. Thanks!

@rafhaelamarques
Copy link

rafhaelamarques commented Dec 26, 2023

SUSPECT FOUND !!!

Friends,

Years ago I had a problem only affecting brazilian users of MobaXterm. So came to my mind that the culprit of this Flutter issue could be the same. The culprit was:

Warsaw, Banco do Brasil's security module

O Módulo de Segurança, Warsaw, é um software distribuído para os clientes do Banco do Brasil
pela empresa TOPAZ - Stefanini, que deve ser instalado no computador para permitir
o acesso seguro ao autoatendimento pela internet.
https://seg.bb.com.br/home.html

Taking advantage of having just reinstalled Windows and having a fresh machine I did the following tests:

  • Install Flutter SDK, and set flutter\bin path.
  • Skip Android and VS Code installs.
  • Install Visual Studio Build Tools 2022
  • Create and run a new Flutter project.

flutter create flutter_windows_test_1 --platform=windows
cd flutter_windows_test_1
flutter run

This test worked fine.

Then I tried to access my Banco do Brasil's account on the web and followed directions to install the security module. After that install, another "flutter run" still worked on test 1.

But then I created another test project.

cd ..
flutter create flutter_windows_test_2 --platform=windows
cd flutter_windows_test_2
flutter run

And the test failed.

I then tried to kill the security module on Task Manager (that's called there "Topaz OFD - Protection Module") but it's not possible to kill this task.

So I went to uninstall the security module. On Windows installed apps list it's called "Warsaw 2.37.0.11 64 bits" (supplied by Gas Informatica Ltda).

After uninstalling Warsaw I did another "flutter run" and the test 2 worked.

Not even restarting the computer was needed.

May you friends check in your computers if you can confirm this tests?

May someone here of a higher rank or experience than mine talk with Banco do Brasil or its technology suppliers to solve this issue?

These tests explain why only brazilian users have this issue , and why only SOME brazilian users have this issue: Not everyone have an Banco do Brasil account.

Greetings, Márcio

That was exactly my problem. Just uninstalled the module and the app is running. I could never imagined that so thanks a lot!

@talesfc
Copy link

talesfc commented Jan 2, 2024

Hi,
Just to confirm that had same issue. Also solved by removing Topaz security module. No need to change VS 2022. 👍

@vezes6
Copy link

vezes6 commented Jan 5, 2024

Hi
"Topaz OFD - Protection Module" is used by Itau Bank in Brazil too.
Work for me now.
Great solution.

@yaakovschectman
Copy link
Contributor

@arqeco We would like to check for this protection module in Flutter doctor to alert users who experience this issue in the future. Would anyone be able to provide the name of the executable associated with the Topaz process (something.exe)?

@moslite
Copy link

moslite commented Jan 8, 2024

@yaakovschectman

Topaz OFD - Protection Module
C:\Program Files\Topaz OFD\Warsaw\core.exe

@flutter-triage-bot flutter-triage-bot bot removed the Bot is counting down the days until it unassigns the issue label Jan 8, 2024
@yaakovschectman
Copy link
Contributor

Thanks. If you would like, please check if when running flutter doctor from the branch at #141135 while Topaz is running, it reports a warning. If you do, remember to delete bin/cache/flutter_tools.stamp after checking out the branch

@christopherfujino
Copy link
Member

If you do, remember to delete bin/cache/flutter_tools.stamp after checking out the branch

For committed changes, this is not needed. In other words, it's enough to just check out the branch.

@arqeco
Copy link

arqeco commented Jan 17, 2024

Hello @yaakovschectman @moslite @leonardomgomes and other friends,

I have been in contact with Topaz Evolution in the last days reporting our problem and they made a change in their system.

They asked me to do a new test today and now Flutter is compiling correctly in my machine even with Topaz installed.

I would like to ask everybody to try again and do your own tests. In case of any problem please report here so I can talk with Topaz support again.

Thank you
Márcio

@moslite
Copy link

moslite commented Jan 18, 2024

Hi @arqeco,

I did a few tests and got same error. Do I need to update anything related to Topaz?

yaakovschectman added a commit that referenced this issue Jan 18, 2024
…r validators (#141135)

Add a warning to Flutter Doctor if Topaz OFD is found as a process on
the system.
The protection module used by the Bank of Brazil has been identified as
causing build failures when using VS with CMake for Windows (see
#121366 (comment)).
Disabling the software allows the build to succeed again.

If a running process is found by `flutter doctor` whose path contains
`Topaz OFD\Warsaw\core.exe`, a warning message is generated to convey
this.

Addresses #121366

## Pre-launch Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [ ] I signed the [CLA].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [x] All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel
on [Discord].

<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#overview
[Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene
[test-exempt]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[Features we expect every widget to implement]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
[Discord]: https://github.com/flutter/flutter/wiki/Chat

---------

Co-authored-by: Elias Yishak <42216813+eliasyishak@users.noreply.github.com>
Co-authored-by: Loïc Sharma <737941+loic-sharma@users.noreply.github.com>
@yaakovschectman
Copy link
Contributor

With the updated warning from flutter doctor alerting users of the possibility of this issue, let us know if you have any objections to closing the issue.

@anthonyaquino83
Copy link

anthonyaquino83 commented Jan 18, 2024

Hello @yaakovschectman @moslite @leonardomgomes and other friends,

I have been in contact with Topaz Evolution in the last days reporting our problem and they made a change in their system.

They asked me to do a new test today and now Flutter is compiling correctly in my machine even with Topaz installed.

I would like to ask everybody to try again and do your own tests. In case of any problem please report here so I can talk with Topaz support again.

Thank you Márcio

I did a test now with two projects: a new project and an old project (using Fluent UI), both are working again.
Thanks for helping us, Márcio.
Edit: regardind @moslite question, I did nothing regarding Topaz, but it is always running like a background process, maybe it's a silent update.

Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.10.6, on Microsoft Windows [versÆo 10.0.19045.3930], locale pt-BR)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
[√] Chrome - develop for the web
[√] Visual Studio - develop for Windows (Visual Studio Community 2022 17.6.4)
[√] Android Studio (version 2021.2)
[√] VS Code (version 1.85.2)
[√] VS Code, 64-bit edition (version 1.75.1)
[√] Connected device (3 available)
[√] Network resources

@arqeco
Copy link

arqeco commented Jan 19, 2024

@anthonyaquino83 I believe Topaz does some kind of online check and they just changed their server code.

@yaakovschectman
Copy link
Contributor

It seems that this issue has effectively been resolved. If you continue to experience the problem, and disabling Topaz does not resolve it, and/or Flutter doctor does not inform you of the potential issue, please alert us.

@talesfc
Copy link

talesfc commented Jan 19, 2024 via email

@arqeco
Copy link

arqeco commented Jan 21, 2024

@moslite sorry, I just saw your message today.

No change was needed on my machine. I believe the Topaz team just changed their server code.

Hi @arqeco,

I did a few tests and got same error. Do I need to update anything related to Topaz?

@huycozy huycozy added the r: fixed Issue is closed as already fixed in a newer version label Jan 22, 2024
@moslite
Copy link

moslite commented Jan 22, 2024

Hi guys,

I made it, but just removing the Warsaw application.
Thank you everyone, especially @yaakovschectman for all the support.

Copy link

github-actions bot commented Feb 5, 2024

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a: desktop Running on desktop c: crash Stack traces logged to the console customer: crowd Affects or could affect many people, though not necessarily a specific customer. engine flutter/engine repository. See also e: labels. P1 High-priority issues at the top of the work list platform-windows Building on or for Windows specifically r: fixed Issue is closed as already fixed in a newer version team-desktop Owned by Desktop platforms team tool Affects the "flutter" command-line tool. See also t: labels. triaged-desktop Triaged by Desktop platforms team
Projects
None yet
Development

No branches or pull requests