http://bugs.winehq.org/show_bug.cgi?id=59824 --- Comment #12 from Stian Low <wineryyyyy@gmail.com> --- (In reply to ilian.imc from comment #10)
Should I attach both the logs above using gl and vulkan?
If you'd like but if they all result in similar behavior then that seems to confirm something systemic likely independent of dxvk and other rendering backends. I found a copy of PreSonus Studio One 7 so I'll probably be able to reproduce the bug after fixing the windows 10 popup error which UIAnimation.dll override does not fix per LLM suggestions and alternative techniques. Popup error is indeed caused by ccl_gui.dll (ccl-framework): "This application requires Windows 10 or later" NSIS seems responsible for setting Windows10OrLater, AtLeastWin10, and AtLeastBuild: - https://github.com/cclsoftware/ccl-framework/blob/main/ccl/platform/win/dire... - https://github.com/cclsoftware/ccl-framework/blob/main/build/win/nsis/functi... - https://github.com/NSIS-Dev/nsis/blob/master/Include/WinVer.nsh#L652 AtLeastWin10 seems not to be set explicitly by latest code like AtLeastBuild. Still trying to understand why NSIS is not properly detecting windows version info for system.reg. Maybe CurrentVersion="6.3" needs to be boosted but it did not fix the popup when I manually changed it to "10" or "10.0" or even higher. [Software\\Microsoft\\Windows NT\\CurrentVersion] 1781173226 #time=1dcf98beba7fee6 "CurrentBuild"="19045" "CurrentBuildNumber"="19045" "CurrentMajorVersionNumber"=dword:0000000a "CurrentMinorVersionNumber"=dword:00000000 "CurrentType"="Multiprocessor Free" "CurrentVersion"="6.3" "DigitalProductId"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 "EditionId"="Professional" "InstallationType"="Client" "InstallDate"=dword:4be5019a "ProductId"="12345-oem-0000001-54321" "ProductName"="Windows 10 Pro" "RegisteredOrganization"="" "RegisteredOwner"="" "SystemRoot"="C:\\windows" "UBR"=dword:000016a4 I'll continue working it. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.