On Wed Nov 30 16:50:58 2022 +0000, **** wrote:
Marvin replied on the mailing list:
Hi, It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated. The tests also ran into some preexisting test failures. If you know how to fix them that would be helpful. See the TestBot job for the details: The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=127014 Your paranoid android. === debian11 (32 bit report) === wmvcore: wmvcore.c:1579: Test failed: Stream 0: Got hr 0xc00d0041.
Hi Eric, I'm testing with wineconsole to get a plain windowed console with cmd.exe. I then run `start "abc" cmd.exe` to create a new console to test the title aspect.
As you've seen, wineconsole starts with a title of "C:\windows\system32\wineconsole.exe" then updates to "C:\windows\system32\cmd.exe".
I tried your patch with good results. Trace output showed the windowed console started with "C:\windows\system32\cmd.exe".
Unless there's a compelling reason not to make this change, can you please send a patch?