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:
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
- The "video game preservation service" Myrient is shutting down in March
- SpaghettiKart the Mario Kart 64 fan-made PC port gets a big upgrade
- KDE Plasma 6.6.1 rolls out with lots of fixes for KWin
- Lutris v0.5.21 and v0.5.22 arrive with Valve's Sniper runtime support and new game runners
- Open source graphics drivers Mesa 26.0.1 released with various bug fixes and a security fix
- > See more over 30 days here
- steam overlay performance monitor - issues
- Xpander - Nacon under financial troubles... no new WRC game (?)
- Xpander - Establishing root of ownership for Steam account
- Nonjuffo - Total Noob general questions about gaming and squeezing every oun…
- GustyGhost - Looking for Linux MMORPG sandbox players (Open Source–friendly …
- Jarmer - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
- 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.
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.
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/
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.
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%