https://bugs.winehq.org/show_bug.cgi?id=55783
Bug ID: 55783 Summary: Pronote 2023 can't load native msxml6 Product: Wine Version: 8.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: jkfloris@dds.nl Distribution: ---
Program: Pronote 2023 0.2.5 64-bit URL: https://tele7.index-education.com/telechargement/pn/v2023.0/exe/Install_PRNc... Forum: https://forum.winehq.org/viewtopic.php?t=38091
When starting the program, a message is shown that MSXML is not available or too old. With Wine 8.16 this could be solved with 'winetricks msxml6'. With Wine 8.17, this no longer works, the same message is displayed.
What may also apply is that the program detects that it is running with Wine.
git bisect gives: a81c53504ae32715e6e91bd020fdebd5bef20d48 is the first bad commit commit a81c53504ae32715e6e91bd020fdebd5bef20d48 Author: Alexandre Julliard julliard@winehq.org Date: Thu Sep 28 16:30:32 2023 +0200
ntdll: Release the low address space reservation for 64-bit apps.
dlls/ntdll/unix/env.c | 2 +- dlls/ntdll/unix/server.c | 2 -- dlls/ntdll/unix/virtual.c | 11 ++++++++--- 3 files changed, 9 insertions(+), 6 deletions(-)