fixme:exec:SHELL_execute flags ignored: 0x00000100

Questions about Wine on Linux
Post Reply
SilverGreen93
Newbie
Newbie
Posts: 2
Joined: Sun Apr 27, 2025 9:50 am

fixme:exec:SHELL_execute flags ignored: 0x00000100

Post by SilverGreen93 »

Hi,
I am trying to run a .NET Framework 4.8 application that launches other executables from within it.

I installed the wine-mono package and set up win32 wine and installed dotnet48 like this:

Code: Select all

WINEPREFIX="$HOME/.wine32" WINEARCH=win32 wine wineboot
WINEPREFIX="$HOME/.wine32" WINEARCH=win32 winetricks dotnet48
WINEPREFIX="$HOME/.wine32" WINEARCH=win32 winetricks cmd
Runing on Wine 10.0 and Ubuntu 25.04, the application launches fine, but when it wants to launch another executable I get:

Code: Select all

0140:fixme:exec:SHELL_execute flags ignored: 0x00000100  
0140:fixme:dwmapi:DwmpGetColorizationParameters (0031E988) stub  
0140:fixme:dwmapi:DwmpGetColorizationParameters (0031E9A0) stub  
0140:fixme:dwmapi:DwmpGetColorizationParameters (0031D8BC) stub  
0140:fixme:dwmapi:DwmpGetColorizationParameters (0031D8D4) stub
Is this a known issue? What can I do?
qwertymnb
Level 5
Level 5
Posts: 272
Joined: Sun Jan 17, 2016 4:36 pm

Re: fixme:exec:SHELL_execute flags ignored: 0x00000100

Post by qwertymnb »

Is this a free program so we could test ourselves?

Also: 'winetricks cmd' --> Why would you need this? Did you try without installing this?
SilverGreen93
Newbie
Newbie
Posts: 2
Joined: Sun Apr 27, 2025 9:50 am

Re: fixme:exec:SHELL_execute flags ignored: 0x00000100

Post by SilverGreen93 »

Sure, I am trying my own program from here:
https://github.com/SilverGreen93/superputty
Post Reply