msixbundle file crashes before boot

Questions about Wine on Linux
Locked
Yani Gaming
Level 1
Level 1
Posts: 5
Joined: Sun Sep 19, 2021 4:46 pm

msixbundle file crashes before boot

Post by Yani Gaming »

I have a .msixbundle file that im trying to run under wine 6 by using

Code: Select all

wine start
but I get a error:

Code: Select all

0024:fixme:exec:SHELL_execute flags ignored: 0x00000100
0024:fixme:exec:SHELL_execute flags ignored: 0x00000100
0024:fixme:exec:SHELL_execute flags ignored: 0x00000100
0024:fixme:exec:SHELL_execute flags ignored: 0x00000100
0024:fixme:exec:SHELL_execute flags ignored: 0x00000100
0024:fixme:exec:SHELL_execute flags ignored: 0x00000100
0024:fixme:exec:SHELL_execute flags ignored: 0x00000100
0024:fixme:exec:SHELL_execute flags ignored: 0x00000100
0024:fixme:exec:SHELL_execute flags ignored: 0x00000100
0024:fixme:exec:SHELL_execute flags ignored: 0x00000100
Application could not be started, or no application associated with the specifie
d file.
ShellExecuteEx failed: File not found.
Does anyone know how to fix this??? Thanks
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: msixbundle file crashes before boot

Post by jkfloris »

Wine does not yet have support for msix(bundle) files.
Maybe you can extract the file with 7z and run the program with Wine.
Yani Gaming
Level 1
Level 1
Posts: 5
Joined: Sun Sep 19, 2021 4:46 pm

Re: msixbundle file crashes before boot

Post by Yani Gaming »

jkfloris wrote: Mon Sep 20, 2021 4:58 pm Wine does not yet have support for msix(bundle) files.
Maybe you can extract the file with 7z and run the program with Wine.
How would I extract it with 7zip? My previous efforts have failed
Yani Gaming
Level 1
Level 1
Posts: 5
Joined: Sun Sep 19, 2021 4:46 pm

Re: msixbundle file crashes before boot

Post by Yani Gaming »

jkfloris wrote: Mon Sep 20, 2021 4:58 pm Wine does not yet have support for msix(bundle) files.
Maybe you can extract the file with 7z and run the program with Wine.
Update: I found out how to do it but im facing another problem, the libraries XINPUTUAP.dll,
vccorlib140_app.DLL,
MSVCP140_APP.dll,
VCRUNTIME140_APP.dll,
VCRUNTIME140_1_APP.dll,
libEGL.dll,
libGLESv2.dll,
MSVCP140_APP.dll, and
VCRUNTIME140_APP.dll

Are not found. If it helps Im trying to run a UWP app
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: msixbundle file crashes before boot

Post by jkfloris »

I am afraid that this program uses too many new Windows 10 techniques. Do you have a link to the program?
Locked