fvm icon indicating copy to clipboard operation
fvm copied to clipboard

[BUG] exited with code -1073741819

Open quyenvsp opened this issue 1 year ago • 0 comments

Before creating a bug report please make check the following

  • [x] You have read our FAQ
  • [x] If you have used flutter. Please install correctly, run pub cache repair. Close the terminal and try again.
  • [x] If you are on Windows. Make sure you are running the terminal as administrator or with developer permissions.
  • [x] Run fvm doctor if possible and add the output to the issue.

Describe the bug When use dart Process run 'fvm flutter ...' proxy command it always exit with code -1073741819 (sub-process flutter command complete successful without any error, exit code 0)

To Reproduce Steps to reproduce the behavior:

  1. Go to terminal..
  2. Run
git clone https://github.com/noncheat/fvm_exitcode.git
cd fvm_exitcode
dart run
  1. Check exit code of last sub-process

Expected behavior When use dart Process run 'fvm flutter ...' proxy command it should return exit code flutter returned

Logs

$ dart run
Building package executable...
Built fvm_exitcode:fvm_exitcode.
running `flutter doctor`
[exitcode, 0]
running `fvm list`
[exitcode, 0]
running `fvm flutter doctor`
[exitcode, -1073741819]

Desktop (please complete the following information):

  • OS: Windows
  • FVM Version: 2.4.1
  • If Windows: Which Powershell are you using?: Any type of terminal

quyenvsp avatar Jul 27 '22 12:07 quyenvsp