this post was submitted on 13 Aug 2022
-1 points (46.7% liked)

Open Source

30375 readers
1430 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Zerush@lemmy.ml 1 points 2 years ago

Wine provides its own versions of various Window system DLLs. Wine also has the ability to load native Windows DLLs. Attempting to call into the Windows kernel directly is unsupported. You can supply your own versions of the DLLs, which may be enough for certain Windows games or software, but not all, and rarely better than in Windows itself. What if it is true that games that have versions for Linux, have a better performance than the Windows versions in Windows. But if you use the version of Windows in Linux with Wine, you will see that the performance is far from what it has in Windows itself , or the Linux version directly. Windows applications need Wine libraries to work and Wine cannot replace all of them optimally, so it is questionable that they work with the 'imitation' Wine libraries than with the original Windows DLLs, at least not in current complex games , without resorting to the original licensed DLLs.