Re: [PATCH v4 0/1] MR9423: ntdll: Warn when environment block is too large, instead of removing it
13 Nov
2025
13 Nov
'25
8:32 p.m.
As has been pointed out, you can't decide which variables are important based on their size.
What about, after sorting by size, it only imports special variables first, and only then the others? (In my case, it would mostly remove `NIXPKGS_QT6_QML_IMPORT_PATH`.) Something like this: https://gitlab.winehq.org/tinozzo123/wine/-/commit/8c230ad92ce9f61c1f6402c85... Importing _something_ is better than nothing, and this achieves the goal of keeping popular configuration envars like `DXVK_FRAME_RATE`. IMO, it is absolutely worth the code bloat. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9423#note_121904
113
Age (days ago)
113
Last active (days ago)
0 comments
1 participants
participants (1)
-
Martino Fontana (@tinozzo123)