Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
314769ef by Alistair Leslie-Hughes at 2025-10-28T10:29:18+11:00
Rebase against 38938bdb6f752cb68d13d833be97d0c524fe827e.
- - - - -
4 changed files:
- patches/ntdll-ForceBottomUpAlloc/0004-ntdll-Exclude-natively-mapped-areas-from-free-areas-.patch
- − patches/wineboot-ProxySettings/0001-wineboot-Initialize-proxy-settings-registry-key.patch
- − patches/wineboot-ProxySettings/definition
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/314769efdcad40d683f862…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/314769efdcad40d683f862…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b110a3a3 by Yuxuan Shui at 2025-10-27T23:19:02+01:00
wmvcore/tests: Check what happens to a WMSyncReader when its allocator fails.
- - - - -
d8646199 by Yuxuan Shui at 2025-10-27T23:19:02+01:00
winegstreamer: Return NS_E_NO_MORE_SAMPLES from WMSyncReader if sample fails to read.
If allocator fails, native returns NS_E_NO_MORE_SAMPLES whereas we propagate the allocator's failure
code. Some games checks this return value and will raise an error/exception if anything other than
NS_E_NO_MORE_SAMPLES is returned, for example any game using the KiriKiri movie player [0] will do
this.
[0]: https://github.com/krkrz/krkrz/blob/fd5c4baa6a2ef5978db1bd043634351f48667da…
- - - - -
2 changed files:
- dlls/winegstreamer/wm_reader.c
- dlls/wmvcore/tests/wmvcore.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/99d7af87d342eeaecf71afb8c8825…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/99d7af87d342eeaecf71afb8c8825…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2935a6ca by Zhengyong Chen at 2025-10-27T23:19:02+01:00
server: Fix incorrect key modification in rename_key function.
When `index == cur_index + 1`, the modification logic incorrectly altered
the value of the subkey following the current key, leading to unintended
changes in other keys.
Signed-off-by: chenzhengyong <chenzhengyong(a)uniontech.com>
- - - - -
1 changed file:
- server/registry.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/2935a6cabcbf5f79a45df339ccd19e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/2935a6cabcbf5f79a45df339ccd19e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f48a5244 by Felix Hädicke at 2025-10-27T23:19:02+01:00
wbemprox/tests: Use check_property function in test_MSSMBios_RawSMBiosTables.
- - - - -
ffdd7db0 by Felix Hädicke at 2025-10-27T23:19:02+01:00
wbemprox/tests: Add tests for MSSMBios_RawSMBiosTables properties.
Add checks for the following properties of the MSSMBios_RawSMBiosTables
WMI class, which are not implemented in wine until now:
* Active
* DmiRevision
* InstanceName
* Size
* SmbiosMajorVersion
* SmbiosMinorVersion
* Used20CallingMethod
- - - - -
067fbdf5 by Felix Hädicke at 2025-10-27T23:19:02+01:00
wbemprox: Implement more MSSMBios_RawSMBiosTables properties.
Until now, only the "SMBiosData" property of the
MSSMBios_RawSMBiosTables WMI class was implemented.
Add implementations for the following properties:
* Active
* DmiRevision
* InstanceName
* Size
* SmbiosMajorVersion
* SmbiosMinorVersion
* Used20CallingMethod
- - - - -
2 changed files:
- dlls/wbemprox/builtin.c
- dlls/wbemprox/tests/query.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b6e4530a19d670058c52028fe3bbd…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b6e4530a19d670058c52028fe3bbd…
You're receiving this email because of your account on gitlab.winehq.org.