-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
do not support new windows 24H2 #60
Comments
i noticed after windows updated i could no longer get dwm_lut to work. only after i restored the prev version did it start working again |
It won't support 24h2 until it is generally available |
That's how it became public today. |
Ran into the same problem. 24h2 went public today. |
Ok, gonna start updating the offsets. Let's hope it's the only thing that changes |
It will be great. Thank you very much! |
Ok, I finished reversing 24h2 offsets. I'll provide a release very soon |
Yay! Really looking forward to it! |
Support for 24H2 added. Looking for some real users testing. Unfortunately I tested with a VM, so I cannot actually see if the filter is applied (E.C. 1), but I don't have any errors. If you can give me feedback, I appreciate. |
Confirmed. After pressing Apply - the monitor goes out, but turns on faster than on 23H2, but the profiles are not applied. If you put it in autostart - because of the messages, probably, the system just hangs when probably starting the program, even Ctrl-Alt-Del does not work. Just the cursor, and nothing is applied. |
Did you install all C++ runtime dependencies? I think I'm gonna write it in the description, because they're needed |
Are there any add-ons for 24H2 that were not required for 23H2? I've been using it since June. I update OC all the time. Or are we talking about some additional plugins? |
I installed https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/ |
bb3a540 |
It worked ,thank you! |
I'll leave the issue open for a couple of days. |
Strangely, It no longer works. Status is Active but actually inactive. And, on another 24h2 pc, when I click apply, display turns black for a moment and Status is still inactive. Visual-C-Runtimes-All-in-One-Oct-2024 is installed on both. |
Occasionally, the loaded LUT simply stops working with no error message. Restarting DWM LUT doesn't help. |
For me on 24H2 the cursor just freezes for a bit, then the screen goes blank and comes in again (graphics driver resetting?), and the LUT status always stays on inactive. I'm trying to apply a SDR lut (attached), and my windows language version is german (unsure if that matters). GPU is a GTX970 with current drivers (566.03). Visual C runtimes installed. edit: The old version worked for me on previous windows builds, with the same lut. I'm willing to test, or provide logs, if you need any. edit: Same issue as this here:
|
Both 4.0.0 and 4.0.1 still don't work. I specify the LUT, press Apply - the screen blinks once, and the status remains Inactive. I tried both the one downloaded only and the one launched without configuration at system startup |
You probably are using some kind of overlay tool, did you try disabling all possible programs that hijack the dwm? |
I tried clean boot but dwmlut does not work. |
@a3660537 I think I may know the reason. Microsoft released another Windows 11 24H2 update exactly today. In fact, now the build number is 26100.2161. Previously it was 26100.2033. If DWM changes even with minor updates, it's gonna be a hell of a pain. Gonna find another sig scan strategy. |
Not a new program was added to the set of programs with which 3.9.6 worked. |
I just have 26100.2033 - and it doesn't work. |
Here have my dwmcore.dll file as well: SHA256-Hash of dwmcore.dll: In case you havent seen this one either. EDIT by author: |
It's the same file I have in my VM. Very strange. I also tested right now and it works, with latest 24h2 build and latest updates. |
Status still inactive using 4.0.2 after trying to apply my lut (uploaded in here as a zip file before). My OS Build is different (didnt install the optional octobre update yet (as most people would not, because it remains optional)) so there is a small chance, that all just starts working, once I'm on your build number or later. Here is the required screenshot of the session ID column in system informer (downloaded and used the portable version unsure if that matters). |
Yeah, unfortunately I'm not gonna add support for previous minor build numbers. So, you'll have to stick with latest build number 2161. I hope that DWM doesn't change very often between minor updates, but we got unlucky this time. |
Makes sense. I'll respond back once the update rolled out "normally". :) |
Anyway, I can see from your screenshot that everything is "in its place" (except for the build version) and as expected. |
For those who don't have dwm working, do a clean NVIDIA GPU driver installation of 552 or older version, it doesn't work with any newer driver, at least this solution works for me. |
Thanks. This worked for me. I used a normal (no clear) 552.12 installation. Before this I had 565.90. UPD: Tested with different driver versions, 552.44 works for me. Starting from 555.85 I have the previously described problem. 555.85 implemented WDDM 3.2 support for 24H2, perhaps this is the cause of the problems. With 552.44 dxdiag.exe shows WDDM 3.1, while with 555.85 it shows WDDM 3.2. |
Finally I could say this does work doing a clean and install of driver 552.44 works when applying the dwm filter thanks 😊 |
Confirmed! Everything works on this version of drivers. |
4.0.2 works on Intel Arc Graphics 31.0.101.5522 but does not work on 32.0.101.5978. |
It might be the new physx driver intoduced in the 555 release |
Since I downgraded the GPU driver crashing a lot on Call of Duty Black Ops 6 after I installed the recent driver for NVIDIA GameStop crashing this the only downfall of using the DMW is you have to download driver but it causes Black Ops 6 to crash |
So it basically does not campatible with the new WDDM3.2, thst's why 552 or older drivers that only support WDDM3.1 can work. |
I have an Asus laptop with a Radeon iGPU (R9 5900HX) - to which the display is directly connected - and an RTX 3050Ti dGPU. The iGPU driver is from 03/2023 (Asus hasn't updated it since). DWM LUT works for the most part but, as indicated in my bug reports, it breaks the GPU acceleration in web browsers and Photoshop 2025 (29.0). Making a clean install of the GPU and chipset drivers didn't help. Moreover, it made it nigh-impossible to start DWM LUT. |
I have to check if I can emulate this behaviour inside my VM. I don't have high hopes though. |
I also have this issue, the black screen flash in Chrome browser when dwm lut enabled. But when I disable the gpu acceleration in Chrome setting, then everything goes normal, but the dgpu will never be used. dgpu(Vega 64) |
Unfortunately, I've noticed that too( |
To be more specific:
Moreover, the loaded LUT doesn't work in Photoshop's full screen mode. Disabling GPU acceleration solves both problems but at the cost of tearing and decreased performance.
In the case of Chromium-based browsers the problem can be solved by changing the ANGLE backend to D3D9, which causes a decrease in performance on some websites, or disabling GPU acceleration altogether.
Again, changing the ANGLE backend to D3D9 or completely disabling GPU acceleration solves the problem. |
Try this driver if you are using Nvidia GPU: https://developer.nvidia.com/downloads/vulkan-beta-55331-windows ; or you can try to reinstall driver every restart, both approaches might solve the problem for now. |
My laptop has two GPUs: a Radeon iGPU and an RTX 3050Ti dGPU with the display being directly connected to the former.
Thanks. I tried it today but unfortunately it didn't help. |
I can confirm that this NVIDIA driver version solved the issue for me as well (using dwm_lut 4.0.2), so it wasnt the windows version 26100.2033 that caused the issue. Clean install wasnt needed. Just did a normal express one. |
On NVIDIA GPU driver 552, if I apply lut and launch Genshin, Windows restarts. |
the black screen flash in Chrome browser when using dgpu and dwm lut enabled. Any update on this issue? |
well using windows 11 26120.4015 build and v4.0.2 it works with old 552.544 drivers, with latest drivers when hitting apply it stays inactive after black screen, so there's probably WDDM 3.2 support problem, MPC-HC+madvr also working using latest nvidia drivers, i used display cal 3dlut maker |
it seems like the new ACM system crashed the APP
The text was updated successfully, but these errors were encountered: