Skip to content
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

Black screen #36

Open
devilgugu2929 opened this issue Mar 24, 2022 · 17 comments
Open

Black screen #36

devilgugu2929 opened this issue Mar 24, 2022 · 17 comments

Comments

@devilgugu2929
Copy link

So I applied the fix and it got me past the white screen but now there is a black screen with music. I managed to run it by using dxcpl as mentioned in the other post and by disabling my GPU but the fps was so bad.I have a gt 730 ddr3 Fermi version. My driver version is 391.95 because of Fermi card.Is that the issue.Iam willing to do anything to make it run. Thanks.

@tuffee88
Copy link
Owner

This is either a driver or - more likely- just plain missing hardware functionality on Fermi cards.

If you really want to investigate why this is happening I'd suggest to check:
a) If this is a "shading issue" of sorts - you can just use ReShade and select a shader that makes the dept information or wireframe view visible -> If this is indeed shading related and your GPU does render the scene geometry at least you should see something that resembles Elden Ring.
b) If a) works get a GPU capture using Microsoft Pix: Try to play it back on your GPU with validation and check the error messages. Depending on what exactly is happening you might be able to verify that the problems are indeed fixable by modifying the shader code in question in Pix.

If the changes are straightforward I might be able to inject some code in the game rendering to replicate the fix and make this render somewhat properly but that's a big if - and to figure this out you'd need to have/acquire some GPU rendering debug experience.

@devilgugu2929
Copy link
Author

devilgugu2929 commented Mar 25, 2022

Thanks for the reply. I will try

@devilgugu2929
Copy link
Author

Which shader should I select?

@tuffee88
Copy link
Owner

tuffee88 commented Mar 27, 2022

No worries :-)

Try "DisplayDepth" (part of the standard shaders).
This should give you a split image with a sort of wireframe view on the left and depth/distance shading on the right.

@devilgugu2929
Copy link
Author

devilgugu2929 commented Apr 5, 2022

Reshade works fine with other games but It does not working for elden ring. The menu does not open.

@tuffee88
Copy link
Owner

tuffee88 commented Apr 6, 2022

ReShade works as expected for me.
Are you using the newest release of this project and the windows/system32 d3d12.dll (as mentioned in the README) ?

@devilgugu2929
Copy link
Author

Hello I discovered something. I was just browsing the driver folder and I find some vulkan drivers. After installing them the game still didn't show the display but after some time it said this
Vulkan_dll error.The file is corrupted or not meant for this use.
Does this have to do something?

@devilgugu2929
Copy link
Author

ReShade works as expected for me. Are you using the newest release of this project and the windows/system32 d3d12.dll (as mentioned in the README) ?

Yes the game just gives me 0x0000b(don't know if I typed that correctly) error if I use the SysWow64 one

@tuffee88
Copy link
Owner

tuffee88 commented Apr 7, 2022

Ah, I see - Please try this without the d3d12_original.dll inside the game folder

-> ReShade hooks calls to d3d12 inside of windows/system32, if we use a copy of the very same dll inside the game folder ReShade won't be able to load correctly.

@devilgugu2929
Copy link
Author

bandicam.2022-04-07.08-05-15-417.mp4

No luck so far 😔

@devilgugu2929
Copy link
Author

I noticed that once you open reshade menu whole screen starts flickering

@tuffee88
Copy link
Owner

Thanks for testing. Tbh this doesn't look good - it's not a simple shading problem, as you usually see geometry rendered then (dept buffer is populated any you can see a sort of wireframe view). I won't be able to properly reproduce this (no Fermi gpu), so I sadly for now it seems you're out of luck :-(

@devilgugu2929
Copy link
Author

Thanks for testing. Tbh this doesn't look good - it's not a simple shading problem, as you usually see geometry rendered then (dept buffer is populated any you can see a sort of wireframe view). I won't be able to properly reproduce this (no Fermi gpu), so I sadly for now it seems you're out of luck :-(

Thanks for helping.Will I be able to play it in future in case fromsoft launches a dx11 API or something?

@tuffee88
Copy link
Owner

Thanks for testing. Tbh this doesn't look good - it's not a simple shading problem, as you usually see geometry rendered then (dept buffer is populated any you can see a sort of wireframe view). I won't be able to properly reproduce this (no Fermi gpu), so I sadly for now it seems you're out of luck :-(

Thanks for helping.Will I be able to play it in future in case fromsoft launches a dx11 API or something?

If the introduce a DX12 path with lower hardware requirements: Yes, but I wouldn't count on it.
It's more likely that someone with a Fermi card takes the time & effort to mod the game to support that, though (just my 2cts).

@devilgugu2929
Copy link
Author

Thanks for testing. Tbh this doesn't look good - it's not a simple shading problem, as you usually see geometry rendered then (dept buffer is populated any you can see a sort of wireframe view). I won't be able to properly reproduce this (no Fermi gpu), so I sadly for now it seems you're out of luck :-(

Thanks for helping.Will I be able to play it in future in case fromsoft launches a dx11 API or something?

If the introduce a DX12 path with lower hardware requirements: Yes, but I wouldn't count on it. It's more likely that someone with a Fermi card takes the time & effort to mod the game to support that, though (just my 2cts).

I just hope I can play after 2 months when my exams are over

@devilgugu2929
Copy link
Author

I have seen some other people play on Fermi cards
https://youtu.be/dzz1PNFFDac
https://youtu.be/abMjkczBAEM

@tuffee88
Copy link
Owner

tuffee88 commented Apr 12, 2022

I have seen some other people play on Fermi cards https://youtu.be/dzz1PNFFDac https://youtu.be/abMjkczBAEM
In case you're referring to NVIDIA GT 730s: There are at least 3 different chips used for them with bigger real-world feature and performance differences, two of them use Kepler and one is still Fermi (according to Wikipedia).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants