OpenVehicleDiag icon indicating copy to clipboard operation
OpenVehicleDiag copied to clipboard

[BUG] GraphicsAdapterNotFound (Windows 7)

Open N0cynym opened this issue 3 years ago • 16 comments

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

N0cynym avatar Feb 11 '21 05:02 N0cynym

Hi, please try this build and report back: https://github.com/rnd-ash/OpenVehicleDiag/releases/download/v0.5.0/ovd-app-win-0_5_0-x86_64_2.zip

rnd-ash avatar Feb 11 '21 09:02 rnd-ash

Unfortunately same error.

N0cynym avatar Feb 11 '21 10:02 N0cynym

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)

rnd-ash avatar Feb 11 '21 10:02 rnd-ash

Error: GraphicsAdapterNotFound

N0cynym avatar Feb 11 '21 10:02 N0cynym

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

What system are you using?

rnd-ash avatar Feb 11 '21 10:02 rnd-ash

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.

N0cynym avatar Feb 11 '21 11:02 N0cynym

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

rnd-ash avatar Feb 11 '21 11:02 rnd-ash

grafik

N0cynym avatar Feb 11 '21 13:02 N0cynym

do you have the latest intel GPU drivers installed?

rnd-ash avatar Feb 11 '21 13:02 rnd-ash

Yes it's the latest...

N0cynym avatar Feb 11 '21 13:02 N0cynym

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

N0cynym avatar Feb 11 '21 14:02 N0cynym

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 avatar Feb 11 '21 15:02 rnd-ash

All physical.

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

Now Ubuntu runs.

N0cynym avatar Feb 11 '21 15:02 N0cynym

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.

rnd-ash avatar Feb 11 '21 15:02 rnd-ash

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

geier99 avatar Apr 24 '21 22:04 geier99

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

coolnesseh avatar Jan 19 '23 16:01 coolnesseh