Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] #257

Open
kiaxseventh opened this issue Jan 14, 2024 · 1 comment
Open

[BUG] #257

kiaxseventh opened this issue Jan 14, 2024 · 1 comment

Comments

@kiaxseventh
Copy link

kiaxseventh commented Jan 14, 2024

ℹ️ Info

Version: ^3.16.7

💬 Description

Hello, I have created a PFX file using the instructions provided at the following link:

[Building Windows apps with Flutter]

However, when building the MSIX file, I encounter the following error after being prompted and confirem for the relevant
certificate_path again

 
 dart run msix:create
running "flutter build windows"...     52.9s
building msix files...                 31.5s
SignTool Error: An unexpected internal error has occurred.

#0      ProcessResultExtensions.exitOnError (package:msix/src/method_extensions.dart:61:7)
#1      SignTool.sign (package:msix/src/sign_tool.dart:247:9)
<asynchronous suspension>
#2      Msix._packMsixFiles (package:msix/msix.dart:149:7)
<asynchronous suspension>
#3      Msix._createMsix (package:msix/msix.dart:103:5)
<asynchronous suspension>
#4      Msix.create (package:msix/msix.dart:59:5)
<asynchronous suspension>
#5      main (file:///C:/Users/myuser/AppData/Local/Pub/Cache/hosted/pub.dev/msix-3.16.7/bin/create.dart:4:3)
<asynchronous suspension>`

@Ksardias
Copy link

Ksardias commented Jan 23, 2024

@kiaxseventh
I had this same issue, I change the values i write after this comand openssl req -new -key mykeyname.key -out mycsrname.csr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants