Dropsource / monarch

Monarch is a tool for building Flutter widgets in isolation. It makes it easy to build, test and debug complex UIs.
https://monarchapp.io
MIT License
437 stars 22 forks source link

Nothing happens after i type 'monarch run'. #13

Closed spacekestrel closed 3 years ago

spacekestrel commented 3 years ago

Output is this:

Using flutter sdk at C:\Work\SDK\flutter\bin\flutter
CreateProcessW failed 2

Starting Monarch

Preparing stories...
3.1sec elapsed, 0/2 tasks completed
6.2sec elapsed, 1/2 tasks completed
Preparing stories completed, took 7.0sec

Launching Monarch app...

Terminating running tasks...
Done

I'm using windows.

princestha commented 3 years ago

Are you seeing the icons on the taskbar in windows?

fertrig commented 3 years ago

Please run it with verbose flag:

monarch run -v

Feel free to send me the log file it generates: ftrigoso@dropsource.com

gcostaapps commented 3 years ago

@spacekestrel The same happened to me before installing Visual Studio 2019 as in the docs. Everything worked fine after installing it. I'm using Windows too. Maybe it's the same problem.

spacekestrel commented 3 years ago

Please run it with verbose flag:

monarch run -v

Feel free to send me the log file it generates: ftrigoso@dropsource.com

sended

spacekestrel commented 3 years ago

Are you seeing the icons on the taskbar in windows?

no, i don't.

fertrig commented 3 years ago

From the logs, the process failed because of exit code -1073741515. Please make sure the following requirement is installed:

Make sure you have Visual Studio 2019 (not to be confused with Visual Studio Code) with the “Desktop development with C++” workload installed, including all of its default components

spacekestrel commented 3 years ago

From the logs, the process failed because of exit code -1073741515. Please make sure the following requirement is installed:

Make sure you have Visual Studio 2019 (not to be confused with Visual Studio Code) with the “Desktop development with C++” workload installed, including all of its default components

Wow. That not good requirement for a program such like this.

fertrig commented 3 years ago

Monarch uses a Flutter desktop window. That requirement is a Flutter desktop requirement for Windows.