this post was submitted on 22 Apr 2026
1417 points (99.5% liked)

Technology

84264 readers
5420 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

It's amazing what a difference a little bit of time can make: Two years after kicking off what looked to be a long-shot campaign to push back on the practice of shutting down server-dependent videogames once they're no longer profitable, Stop Killing Games founder Ross Scott and organizer Moritz Katzner appeared in front of the European Parliament to present their case—and it seemed to go very well.

Official Stream: https://multimedia.europarl.europa.eu/en/webstreaming/committee-on-internal-market-and-consumer-protection-ordinary-meeting-committee-on-legal-affairs-com_20260416-1100-COMMITTEE-IMCO-JURI-PETI

Digital Fairness Act: https://ec.europa.eu/info/law/better-regulation/have-your-say/initiatives/14622-Digital-Fairness-Act/F33096034_en

you are viewing a single comment's thread
view the rest of the comments
[–] Trilogy3452@lemmy.world 1 points 1 week ago* (last edited 1 week ago) (2 children)

Wine doesn't seem to be related to that https://en.wikipedia.org/wiki/Wine_(software)

Edit: it is, see comments below

[–] sp3ctr4l@lemmy.dbzer0.com 19 points 1 week ago* (last edited 1 week ago) (1 children)

It is.

Very roughly, think of DXVK as a plugin for WINE, that dramatically enhances its capabilities with 3D rendering.

Then Proton is essentially a further refinement of WINE, DXVK, other things.

[–] ragas@lemmy.ml 5 points 1 week ago (2 children)

However Proton is a refinement just for gaming. Other kinds of applications may run worse on Proton than on Wine.

[–] sp3ctr4l@lemmy.dbzer0.com 4 points 1 week ago* (last edited 1 week ago)

True!

And technically, there many many variants of Proton, some bleeding edge, some more stable, some highly specified to work with particular games.

Theres also uh, soda, used by Bottles... which is... kind of a hybrid between standard WINE and Proton...

And then if we get into all the specific possible dependency packages, other more specific sort of modules... it gets very complicated very fast.

[–] sp3ctr4l@lemmy.dbzer0.com 2 points 1 week ago* (last edited 1 week ago)

Double post but:

To prove both our points further, I just had to do a custom Lutris install and configuration to get the old Bungie game 'Oni' actually working.

tl:dr - Modern, current (9/10) Proton can't handle .NET 2.0 properly, apparently, when I have a 64 bit system and its only made for 32 bit... and/or the engine that Bungie used for this is apparently ... essentially custom... theres nothing quite like it, according to the Oni2 people/website of people who've been reverse engineering it for like 20 years now and still haven't totally figured it out.

I had to jump down to the wine 8 custom lutris version, basically.

extremely odd.

[–] chiliedogg@lemmy.world 11 points 1 week ago* (last edited 1 week ago)

Wine makes Windows applications work in Linux. Wine solved a lot of issues with translation, but most Windows games use DirectX for their graphics, which is proprietary to Windows.

DXVK translates DirectX to Vulcan (Open Source graphics API used in Linux), allowing GPUs on Linux to run DirectX games.