Error: Failed with exit code: 255 when trying to generating the application installer with electron-winstaller

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Post Reply
ayrton1996
Newbie
Newbie
Posts: 1
Joined: Wed Mar 06, 2024 11:50 am

Error: Failed with exit code: 255 when trying to generating the application installer with electron-winstaller

Post by ayrton1996 »

Hello, I am with a problem when I am trying generating the application installer with electron-winstaller. In the middle of the process, the terminal shows the text below:

Code: Select all

Houve um problema: Failed with exit code: 255
Output:
System.AggregateException: One or more errors occurred. (0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
wine: failed to open "/home/ayrton/Documentos/Projectos/Aplicacoes": c0000135) ---> System.Exception: 0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
wine: failed to open "/home/ayrton/Documentos/Projectos/Aplicacoes": c0000135
  at Squirrel.Utility.CreateZipFromDirectory (System.String zipFilePath, System.String inFolder) [0x00119] in <1ffb1a5dca5b4f2f93386cec56fd9ec2>:0 
   --- End of inner exception stack trace ---
  at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00011] in <d636f104d58046fd9b195699bcb1a744>:0 
  at System.Threading.Tasks.Task.Wait (System.Int32 millisecondsTimeout, System.Threading.CancellationToken cancellationToken) [0x00043] in <d636f104d58046fd9b195699bcb1a744>:0 
  at System.Threading.Tasks.Task.Wait () [0x00000] in <d636f104d58046fd9b195699bcb1a744>:0 
  at Squirrel.ReleasePackage.CreateReleasePackage (System.String outputFile, System.String packagesRootDir, System.Func`2[T,TResult] releaseNotesProcessor, System.Action`1[T] contentsPostProcessHook) [0x001f7] in <1ffb1a5dca5b4f2f93386cec56fd9ec2>:0 
  at Squirrel.Update.Program.Releasify (System.String package, System.String targetDir, System.String packagesDir, System.String bootstrapperExe, System.String backgroundGif, System.String signingOpts, System.String baseUrl, System.String setupIcon, System.Boolean generateMsi, System.Boolean packageAs64Bit, System.String frameworkVersion, System.Boolean generateDeltas) [0x00214] in <1ffb1a5dca5b4f2f93386cec56fd9ec2>:0 
  at Squirrel.Update.Program.executeCommandLine (System.String[] args) [0x00116] in <1ffb1a5dca5b4f2f93386cec56fd9ec2>:0 
  at Squirrel.Update.Program.main (System.String[] args) [0x00113] in <1ffb1a5dca5b4f2f93386cec56fd9ec2>:0 
  at Squirrel.Update.Program.Main (System.String[] args) [0x00006] in <1ffb1a5dca5b4f2f93386cec56fd9ec2>:0 
---> (Inner Exception #0) System.Exception: 0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
wine: failed to open "/home/ayrton/Documentos/Projectos/Aplicacoes": c0000135
  at Squirrel.Utility.CreateZipFromDirectory (System.String zipFilePath, System.String inFolder) [0x00119] in <1ffb1a5dca5b4f2f93386cec56fd9ec2>:0 <---
Can you help me?? I am new using wine...
ayrton1996
Newbie
Newbie
Posts: 1
Joined: Wed Mar 06, 2024 11:50 am

Re: Error: Failed with exit code: 255 when trying to generating the application installer with electron-winstaller

Post by ayrton1996 »

I want to add that I am using Linux PopOs 64x, and I am studying how to develop electron JS app's so in this stage (final) I need to generate an application installer with electron-winstaller that use wine. Sorry for my bad English.
Last edited by ayrton1996 on Fri Mar 08, 2024 2:12 pm, edited 1 time in total.
Post Reply