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

AMD Graphics card support? #1

Open
peteristhegreat opened this issue May 29, 2021 · 4 comments
Open

AMD Graphics card support? #1

peteristhegreat opened this issue May 29, 2021 · 4 comments

Comments

@peteristhegreat
Copy link

Here is some of the output while trying to run the version of BubbleLab VR on the steam store. Let me know if you need any more info.

Connected to holographic:WindowsHolographic
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

eFlexLogError: Could not open CUDA driver, ensure you have the latest driver (nvcuda.dll) installed and an NVIDIA GPU present on the system	[FILE: ..\..\util.cpp: 155]
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NVidia FleX v100
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

FlexInit: eFlexErrorDriverFailure
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

Crash!!!
SymInit: Symbol-SearchPath: '.;C:\Program Files (x86)\Steam\steamapps\common\BubbleLabs;C:\Program Files (x86)\Steam\steamapps\common\BubbleLabs;C:\WINDOWS;C:\WINDOWS\system32;SRV*C:\websymbols*http://msdl.microsoft.com/download/symbols;', symOptions: 530, UserName: 'rdp_user'
OS-Version: 10.0.19043 () 0x100-0x1

If there is a way to get it work with an AMD brand graphics card, let me know.

@phi-line
Copy link
Owner

phi-line commented Sep 2, 2021

@peteristhegreat last I checked, there was no way to support AMD cards due to a dependency to Nvidia Flex.

However, you may be able to use it now! Check https://docs.nvidia.com/gameworks/content/gameworkslibrary/physx/flex/index.html

I would have to update the version of flex that is being used under the hood and perhaps it would work then

@peteristhegreat
Copy link
Author

This is a great find! Thanks for the reply.

I can try an exe with flex and report any logs for an AMD graphics card. I am running an AMD Radeon RX 5700 . I checked to see if my card can get its support software updated to run AMD: Radeon Software Version 16.9.1 or above.

image

I have Unity installed on my machine... I can try something like this: https://developer.nvidia.com/blog/video-tutorial-flex-unity-plugin/ and report back, but if you have a beta built with a newer version of flex that may be a bit faster to try out.

@peteristhegreat
Copy link
Author

peteristhegreat commented Sep 2, 2021

This looks like a list of D3D11 cards... and mine is not listed, but some of its family is... maybe the list is incomplete:

https://solidlystated.com/hardware/list-of-directx-12-and-directx-11-compatible-video-cards/

Update:
Looking at DirectX Diagnostic Tool (dxdiag.exe) it says I am up to DirectX 12, so that shouldn't be a problem.

@phi-line
Copy link
Owner

phi-line commented Sep 3, 2021

@peteristhegreat thanks for checking on your compatibility. Let me see what I can do regarding the flex version upgrade.

And thank you for reporting this! I'm glad there seems to be a path forward -- was not the case when I made this game initially

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