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

[BUG] GraphicsAdapterNotFound (Windows 7) #11

Open
N0cynym opened this issue Feb 11, 2021 · 16 comments
Open

[BUG] GraphicsAdapterNotFound (Windows 7) #11

N0cynym opened this issue Feb 11, 2021 · 16 comments
Assignees
Labels
bug Something isn't working

Comments

@N0cynym
Copy link

N0cynym commented Feb 11, 2021

If I do start the application only cmd.exe "plop" for less a second and thats all.

@N0cynym N0cynym added the bug Something isn't working label Feb 11, 2021
@rnd-ash
Copy link
Owner

rnd-ash commented Feb 11, 2021

@N0cynym
Copy link
Author

N0cynym commented Feb 11, 2021

Unfortunately same error.

@rnd-ash
Copy link
Owner

rnd-ash commented Feb 11, 2021

What hardware are you using?
I am using the iced library for GUI which requires dx11/dx12 or Vulkan support. If your hardware is too old and does not support dx11, it won't work.

Can you try opening OVD from a powershell window? It might then tell you the exact error. (Open a powershell window in OpenVehicleDiags directory and run ./openvehiclediag.exe)

@N0cynym
Copy link
Author

N0cynym commented Feb 11, 2021

Error: GraphicsAdapterNotFound

@rnd-ash
Copy link
Owner

rnd-ash commented Feb 11, 2021

Ok. This means you don't have any dx11,dx12, or Vulkan compatible hardware in your PC.

What system are you using?

@rnd-ash rnd-ash changed the title [BUG] Alpha release 0.5.0 does not run under win7 [BUG] GraphicsAdapterNotFound (Windows 7) Feb 11, 2021
@N0cynym
Copy link
Author

N0cynym commented Feb 11, 2021

Talked to some members from my community and they believe that's impossible to use in the latest win7 build and I'm up to date with my win7. Means it's not possible to use it below win10.

@rnd-ash
Copy link
Owner

rnd-ash commented Feb 11, 2021

Well, it is possible to use it in Win7, your GPU just needs to support dx11 at a minimum.

@N0cynym
Copy link
Author

N0cynym commented Feb 11, 2021

grafik

@rnd-ash
Copy link
Owner

rnd-ash commented Feb 11, 2021

do you have the latest intel GPU drivers installed?

@N0cynym
Copy link
Author

N0cynym commented Feb 11, 2021

Yes it's the latest...

@N0cynym
Copy link
Author

N0cynym commented Feb 11, 2021

I have same error in ubuntu if I download latest repository on new machine.

@rnd-ash
Copy link
Owner

rnd-ash commented Feb 11, 2021

I have same error in ubuntu if I download latest repository on new machine.

Are you using a VM or a physical machine?

@rnd-ash rnd-ash self-assigned this Feb 11, 2021
@rnd-ash rnd-ash added this to To do in Open Vehicle diagnostics via automation Feb 11, 2021
@N0cynym
Copy link
Author

N0cynym commented Feb 11, 2021

All physical.

$ sudo add-apt-repository ppa:oibaf/graphics-drivers
$ sudo apt update
$ sudo apt upgrade

Now Ubuntu runs.

@rnd-ash
Copy link
Owner

rnd-ash commented Feb 11, 2021

OK This is expected behaviour.

Your CPU is SandyBridge era (Second gen), so it is too old and doesn't support Vulkan (Which is what Iced uses under Linux).
Windows should work though, so I've pinged the library devs to see if it can be fixed.

@geier99
Copy link

geier99 commented Apr 24, 2021

I have the same issue on a Windows 8.1 Pro system.
Also with your latest release (Version 1.0)

D:\Downloads\chrome>openvehiclediag_windows.exe
Error: GraphicsAdapterNotFound

dxdiag_2021-04-25_00-30-54

dxdiag_2021-04-25_00-31-31

explorer_2021-04-25_00-32-41

@coolnesseh
Copy link

Is it possible to use the setting features = ["glow"] for Iced as described here?
https://rustrepo.com/repo/a-crossplatform-gui-library-for-rust-inspired-by-elm#graphicsadapternotfound

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

4 participants