getDayOfWeek: fix hang on Windows 11 24H2+ - #358
Conversation
wmic hangs indefinitely on recent Windows builds, leaving Gateway launches stuck after the banner with no log file and no Java spawned. closes IbcAlpha#357
|
After this change, it again deadlocked on this: I had to switch it to |
+ remove getDayOfWeek.bat (wmic is deprecated)
|
Confirming the same root cause from a slightly different angle, in case it's a useful data point for merging this. On Windows 11 build 10.0.26200 (24H2+), The Thanks for 23 years of IBC. |
|
I'll be making a new release in the near future which contains this fix. |
wmic hangs indefinitely on recent Windows builds, leaving Gateway launches stuck after the banner with no log file and no Java spawned.
closes #357