https://bugs.winehq.org/show_bug.cgi?id=57429
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com
--- Comment #1 from Eric Pouech eric.pouech@gmail.com --- what likely happens is that Wine is launched without (unix) shell attached (and no default in/out/err io fd from Unix size)
Wine decides (in that case) that the user doesn't want any visual display and doesn't allocate a new console for display (this also what would happen if you run Wine from within a CI pipeline)
changing the file manager action into "wine wineconsole <app>" should work around it
HTH