LWN: Comments on "Wine 6.0 released" https://lwn.net/Articles/842713/ This is a special feed containing comments posted to the individual LWN article titled "Wine 6.0 released". en-us Fri, 12 Sep 2025 15:53:27 +0000 Fri, 12 Sep 2025 15:53:27 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net Wine 6.0 released https://lwn.net/Articles/842853/ https://lwn.net/Articles/842853/ HelloWorld <div class="FormattedComment"> Thanks for the explanation.<br> </div> Fri, 15 Jan 2021 20:23:01 +0000 An experimental Direct3D renderer https://lwn.net/Articles/842851/ https://lwn.net/Articles/842851/ vstinner <div class="FormattedComment"> &quot;An experimental *Vulkan* renderer for WineD3D is implemented.&quot;<br> </div> Fri, 15 Jan 2021 19:50:39 +0000 Wine 6.0 released https://lwn.net/Articles/842763/ https://lwn.net/Articles/842763/ farnz <p>In the linked article, it says "This should help a number of copy protection schemes that check that the DLL files on disk match the in-memory contents." <p>Basically, one route to breaking copy protection is to add extra code somewhere; historically, a good way to do this was to attach the extra code to <tt>KERNEL32.DLL</tt> or other core Windows DLLs, because the schemes in question didn't check to see if you'd done that (just that the DLL list was correct). Modern Windows has system file protections that will replace the on-disk DLLs with Microsoft originals, so if the on-disk DLL doesn't match the memory image, there are three options: <ol> <li>You're mid-update, and need to restart the app with the right DLLs loaded. <li>The OS isn't Windows, but WINE. <li>You've added extra code to a system DLL to break the app. </ol> <p>Of those, #2 is the rarest case - the other two are both signs the system isn't behaving as the copy protection expects, so they are picked up on. Fri, 15 Jan 2021 14:01:16 +0000 Wine 6.0 released https://lwn.net/Articles/842760/ https://lwn.net/Articles/842760/ HelloWorld <div class="FormattedComment"> What&#x27;s the advantage of building PE executables as opposed to ELF?<br> </div> Fri, 15 Jan 2021 13:38:20 +0000