You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, could you please help me? I can't run or build FluffyChat on Windows. When I try to build the application using the command flutter build windows --release, the process seems to complete without errors, but in the folder build\windows\x64\runner\Release\, I only get one file, fluffychat.exe, and nothing else. There are no DLL files, and when I try to run it, it complains about missing DLL libraries.
If I try to run the project for desktop in debug mode, I get the following output in the console:
This will generate a JSON format file containing all messages that
need to be translated.
Launching lib\main.dart on Windows in debug mode...
Building Windows application... 37.4s
√ Built build\windows\x64\runner\Debug\fluffychat.exe
Error waiting for a debug connection: The log reader stopped unexpectedly, or never started.
Error launching application on Windows.
At the same time, the web version runs without any issues...
I also tried doing the same on another PC, and the situation is the same. Either I am doing something wrong, or the project does not work on Windows.
Steps to Reproduce
build windows --release
Expected Behavior
Build app for Windows
App Version
1.22.1
Additional Platform Information
Windows 10 server
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Bug Description
Hello everyone, could you please help me? I can't run or build FluffyChat on Windows. When I try to build the application using the command flutter
build windows --release
, the process seems to complete without errors, but in the folderbuild\windows\x64\runner\Release\
, I only get one file, fluffychat.exe, and nothing else. There are no DLL files, and when I try to run it, it complains about missing DLL libraries.If I try to run the project for desktop in debug mode, I get the following output in the console:
At the same time, the web version runs without any issues...
I also tried doing the same on another PC, and the situation is the same. Either I am doing something wrong, or the project does not work on Windows.
Steps to Reproduce
build windows --release
Expected Behavior
Build app for Windows
App Version
1.22.1
Additional Platform Information
Windows 10 server
Additional Context
No response
The text was updated successfully, but these errors were encountered: