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
- GOG launch their Preservation Program to make games live forever with a hundred classics being 're-released'
- Valve dev details more on the work behind making Steam for Linux more stable
- NVIDIA detail upcoming Linux driver features for Wayland and explain current support
- GE-Proton 9-19 brings fixes for Horizon Zero Dawn Remastered, Monster Hunter Wilds and more
- Direct3D to Vulkan translation layer DXVK v2.5 released with rewritten memory management
- > See more over 30 days here
-
Half-Life 2 free to keep until November 18th, Episodes …
- StalePopcorn -
Half-Life 2 free to keep until November 18th, Episodes …
- Piejacker875 -
Linux GPU Configuration Tool 'LACT' adds NVIDIA support…
- DamonLinuxPL -
Hybrid gaming controller MoveMaster has a new website, …
- Oet_ -
Sony say their PSN account requirement on PC is so you …
- DavidePorterBridges - > See more comments
- New Desktop Screenshot Thread
- pilk - What do you want to see on GamingOnLinux?
- Linas - Weekend Players' Club 11/15/2024
- StoneColdSpider - Our own anti-cheat list
- Xpander - Does Sinden Lightgun work?
- Linas - See more posts
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%