I would like to run a console user interface (CUI) executable. Wineconsole fails to do that for both user and curses backends. Thus I am revering to Wine "Bare streams". That runs the application, though outputs a set of fixme warnings and errors before the executable starts. The warnings can easily disabled with "WINEDEBUG=-all". That leaves these error messages:
Code: Select all
0060:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0060:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."
0060:err:systray:initialize_systray Could not create tray window
1. not starting explorer ("The explorer process failed to start.")
2. not starting system tray (systray) window (Could not create tray window)?
Which environment variable to set and/or registry "hack" to add?