-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Civilization: Beyond Earth #41
Comments
Doesn't work. |
Looks like |
Hoi! Just made some testrun. Game starts up with DX11, crash with mantle with: `Unhandled Exception Call Stack(0x0000000000000000 : 0x6A317088) ??? ! ??? (???, line 0) Ryzen 7 3800XT ArchLinux PS: just realized im still on MESA 21.3. PS2:
But in vulkaninfo: All of the mentioned extensions are there. PS3: After playing around with vulkaninfo and the vulkan loaders, turns out, for some reason the game want to load other icds instead of RADV, so moved them out of the way, no the game open a window, but closes it right after. steam-65980.log theres a bunch of 'W/00000118/grAllocMemory: unhandled shareable flag' and 'W/00000118/emitOutput: unhandled import usage 7' and 'E/00000118/getSpvDimension: unhandled resource type 13'. |
why the hell it selects llvmpipe "physical device"? |
Also don't mind the shareable flag, but the game is actually crashing due to some flags in amd il translation being unimplemented, which triggers the crash after attempting to create a shader module. |
Not sure why it did (possible misconfiguration, i have two identical gpu (two vega64) in my system and the default vulkan behaviour for some weird reason mark the wrong GPU as primary (the actually primary is on pcie bus 0c and the secondary is in 0f, but vulkan just reverse that order and mark 0f as gpuid0 while the actual primary gets gpuid1), so i have to overwrite it with either mesa device select layer or with vkdevicechooser layer, and if i dont do it, it goes...anywhere.), but after i got rid of every other icd (what mesa-git def install) except the radv icds, it stopped doing that...
Sooo, its not supposed to work yet. Gotcha. Well, i will see notification about updates and when it will be about time i will be able to try to run the game with it. |
@niobium93 @plasticbomb1986 can one of you run the game with this build and |
In the afternoon i can, in about 9 hour. |
New log, theres something new, at least it seems new in it for me. About to send shaders now. PS:Shaders sent. Now checking Thief. |
with trace here too |
Thanks, I'll look into it soon. Focusing on DA:I right now. |
New set of logs: I think its still the same story here. |
Welp it seems that |
I use the latest build "grvk-cf28ccc395b9b1a4099784df6160469ed2e3659e.zip" run this game |
Yes, it needs some hacks to even reach the menu. I'll get these cleaned up and merged soon |
Meta-issue for CivBE.
The text was updated successfully, but these errors were encountered: