YehudaKremer / msix

Create Msix installer for flutter windows-build files.
https://pub.dev/packages/msix
MIT License
276 stars 68 forks source link

[BUG] after updating flutter sdk to 3.10.0, msix packaging process stucked. #193

Closed p1318k closed 1 year ago

p1318k commented 1 year ago

:information_source: Info

Version: v3.11.1

:speech_balloon: Description

it works fine with 3.7.12 flutter sdk.

YehudaKremer commented 1 year ago

Hello

Can you please provide full log of the run that stack (make sure the log not contains sensitive content)

mrquantumoff commented 1 year ago

If I run msix:create with -v as an option two times it somehow works

sensuikan1973 commented 1 year ago

for example my log is https://github.com/sensuikan1973/pedax/actions/runs/4946108800/jobs/8843751064

YehudaKremer commented 1 year ago

for example my log is https://github.com/sensuikan1973/pedax/actions/runs/4946108800/jobs/8843751064

we don't have readable logs here: image

can some one provide me logs on this error (maybe run locally with the with -v flag)

on my pc i don't getting any error: image

i have flutter 3.10.0 installed

sensuikan1973 commented 1 year ago

That's animation characters which shows in progress . https://github.com/dart-lang/cli_util/blob/7234f17b0cfc51cc9b52d53c90f6546ad4d32e23/lib/cli_logging.dart#L198

image

So, I wonder if _buildMsixFiles may be stucked. https://github.com/YehudaKremer/msix/blob/3bfb360da79c8b50a615d69c8dd21d0392191337/lib/msix.dart#L105-L119

btw, unfortunately, I don't have windows machine and I run msix on only github actions runner.

YehudaKremer commented 1 year ago

Can you please check if dart run msix:create works for you (not flutter pub run msix:create)

sensuikan1973 commented 1 year ago

ok, I'll do.

sensuikan1973 commented 1 year ago

I ran dart run msix:create on github actions runner. https://github.com/sensuikan1973/pedax/actions/runs/4947188952/jobs/8846232221?pr=1468 same results. stucked.

current dart stable version is 3. That also may affect.

YehudaKremer commented 1 year ago

checking...

YehudaKremer commented 1 year ago

Hello

I publish new version (3.12.0) with support for Flutter 3.10.0 (Dart 3).

please update me if its solve the problem

p1318k commented 1 year ago

@YehudaKremer Thanks for the quick update. I will check and leave the result.

sensuikan1973 commented 1 year ago

Thank you so much for always being so courteous!

3.12.0 works!!

YehudaKremer commented 1 year ago

Happy to hear @sensuikan1973 😃

Big thanks to all of you reporting this serious bug so quickly (Flutter 3.10.0 announced only yesterday).

p1318k commented 1 year ago

@YehudaKremer I have another trouble. I file a new issue https://github.com/YehudaKremer/msix/issues/194. Please check and let me know if your need more debuging informations.