this post was submitted on 26 Nov 2024
273 points (97.9% liked)

Games

32695 readers
1177 users here now

Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.

Weekly Threads:

What Are You Playing?

The Weekly Discussion Topic

Rules:

  1. Submissions have to be related to games

  2. No bigotry or harassment, be civil

  3. No excessive self-promotion

  4. Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts

  5. Mark Spoilers and NSFW

  6. No linking to piracy

More information about the community rules can be found here.

founded 1 year ago
MODERATORS
 

As reported by VGC, Microsoft updated its support website to reveal it has placed a temporary block on Windows 11 for users with those games installed.

"After installing Windows 11, version 24H2, you might encounter issues with some Ubisoft games," Microsoft said. "These games might become unresponsive while starting, loading or during active gameplay.

"In some cases, users might receive a black screen. The affected games are Assassin's Creed Valhalla, Assassin's Creed Origins, Assassin's Creed Odyssey, Star Wars Outlaws, and Avatar: Frontiers of Pandora.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] JackbyDev@programming.dev 8 points 17 hours ago (1 children)

It was interesting learning about the insane shit firewalls and drivers did prior to vista.

[โ€“] Buddahriffic@lemmy.world 4 points 11 hours ago

Even after, some of it is pretty crazy.

Like the driver for controlling one vendor's LED lights had a generic PCI FW updater (or something similar) included that it exposed to user space. This meant a) changing the LED colours or parameters required a firmware update rather than the firmware handling input from the system to adjust colours without new code, and b) other software could use this and just change the bus id of the target to update other firmware willy nilly.

It also had to compete for bus time and sending a full firmware update takes more time than a few colour update parameters. Average case might be ok, but it would make worst case scenarios worse, like OS wants to page in from disk 1 while a game needs to read shader code from disk 2 that it needs to immediately send to the GPU but the led controller decides it's time to switch to the next theme in the list oh and there's some packets that just came in over the network and the audio buffer is getting low. GPU ends up missing a frame deadline for the display engine and your screen goes black for a second while it re-establishes the connection between GPU and monitor.