sensuikan1973 / pedax

Reversi Board with edax, which is the strongest reversi engine.

Home Page:https://sensuikan1973.github.io/pedax/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

packaging windows msix fail

sensuikan1973 opened this issue · comments

https://github.com/sensuikan1973/pedax/runs/3834842189?check_suite_focus=true

Run .github/scripts/prepare_to_pack_for_windows.sh
+ flutter pub run msix:create

[❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚] 0% parsing cli arguments..        
☑ parsing cli arguments                                                             

[❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚] 10% validating config values..                             
☑ validating config values                                                             

[❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚] 20% cleaning temporary files..                                
☑ cleaning temporary files                                                             

[❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚] 30% creating app icons folder..                                
☑ creating app icons folder                                                             

[❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚] 40% copying app icons..                                 
☑ copying app icons                                                             

[❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚] 50% copying VC libraries..                         
☑ copying VC libraries                                                             

Unhandled exception:
RangeError (end): Invalid value: Only valid value is 0: 1
#0      RangeError.checkValidRange (dart:core/errors.dart:338:9)
#1      _StringBase.substring (dart:core-patch/string_patch.dart:393:27)
#2      Manifest._normalizeCapability (package:msix/src/manifest.dart:151:34)
#3      Manifest._getCapabilities.<anonymous closure> (package:msix/src/manifest.dart:163:20)
#4      List.forEach (dart:core-patch/growable_array.dart:403:8)
#5      Manifest._getCapabilities (package:msix/src/manifest.dart:162:18)
#6      Manifest.generateAppxManifest (package:msix/src/manifest.dart:52:9)
#7      Msix.createMsix (package:msix/msix.dart:27:17)
<asynchronous suspension>
pub finished with exit code 255
[❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚] 60% generate appx manifest..

this is from msix 2.2.3. (2.1.3. is ok)

maybe caused by this change YehudaKremer/msix@3c2c9c5