While you're here, please consider supporting GamingOnLinux on:
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- KDE Plasma 6.3 will have much better fractional scaling
- New Linux kernel patch submitted to improve Lenovo Legion series support including Lenovo Legion Go
- The upcoming Lenovo Legion Go S may come with a SteamOS Linux version
- The Steam Deck Stars Bundle on Steam has some top Deck Verified games for cheap
- Horror scavenging game KLETKA is like Lethal Company but an elevator wants to eat you
- > See more over 30 days here
View PC info
- installed the ubi launcher through the steam method of "add non steam game"
- the ubisoft connect launcher launches successfully
- I then click on the Mirage game, and try to launch it
- I get an error that states "non-dx12 video card - Unable to initialize graphics system. GPU does not support DX12."
- I can only hit the "ok" button and it crashes, nothing else.
I have a radeon 6800 xt so it definitely supports dx12. Anyone have any ideas on this? Is there some kind of command line launch stuff I could add it to force it to see my gpu?
I should mention I have tried with the most up to date Proton Experimental as well as the Glorious Eggroll - neither works.
View PC info
It's possible the game has changed, maybe it's asking for a different feature level than you are advertising or something.
You could try testing some variables in launch options of the "game" that is your Ubisoft client
This is an undocumented variable. I can see the supported levels in the source code for vkd3d-proton. Current Proton-GE would have a pretty recent vkd3d-proton checkout, so...
VKD3D_FEATURE_LEVEL=
feature_levels[] =
{
{ "11_0", D3D_FEATURE_LEVEL_11_0 },
{ "11_1", D3D_FEATURE_LEVEL_11_1 },
{ "12_0", D3D_FEATURE_LEVEL_12_0 },
{ "12_1", D3D_FEATURE_LEVEL_12_1 },
{ "12_2", D3D_FEATURE_LEVEL_12_2 },
};
Try advertising different feature levels in your Launch Options. Try a higher one first. Start with:
VKD3D_FEATURE_LEVEL=12_2 %command%
Be prepared for disappointment, this is just a shot in the dark.
View PC info
So I'd imagine we'll need to wait on a proton hotfix or GE hotfix. There was a large 4.5 gb update to the game itself that I had to download before it would launch, so I imagine something in there broke the wine layer?
Here's the thread I mentioned:
https://www.reddit.com/r/SteamDeck/comments/17qd62h/assassins_creed_mirage_error/
View PC info
Sorry it's broken. I'm not getting it because it's Ubisoft and Epic stores exclusively, but I otherwise would have been interested.
It's a popular enough game that I'll bet people are on this already and there should be workarounds soon.
View PC info
1- wait for proton experimental to be updated with the fix
2- switch to use proton experimental bleeding edge within steam
3- or, using regular proton experimental, add the following launch options to the ubisoft connect "non-steam game" launcher:
WINEDLLOVERRIDES=amd_ags_x64=b %command%