ScanTailor-Advanced / scantailor-advanced

ScanTailor Advanced is the version that merges the features of the ScanTailor Featured and ScanTailor Enhanced versions, brings new ones and fixes.
GNU General Public License v3.0
194 stars 8 forks source link

Точка входа в процедуру CreateDXGIFactory2 #31

Closed benspinoza closed 1 year ago

benspinoza commented 1 year ago

v1.0.18 при запуске пишет: "Точка входа в процедуру CreateDXGIFactory2 не найдена в библиотеке DLL dxgi.dll." Не запускается. Win7x64

darnn commented 1 year ago

Have you tried any of this? https://www.softwaretesttips.com/procedure-entry-point-createdxgifactory2-could-not-be-located/

benspinoza commented 1 year ago

I've tried to put dxgi.dll of different versions into the program folder, then tried the method with ReShade 5.5.2. No effect.

darnn commented 1 year ago

Can you remove it altogether? I don't have it at all...

benspinoza commented 1 year ago

Win7 does not allow to delete dxgi.dll. There are 6 versions of it in system folders C:\Windows\System32\dxgi.dll C:\Windows\SysWOW64\dxgi.dll C:\Windows\winsxs\amd64_microsoft-windows-directx-dxgi_31bf3856ad364e35_6.1.7601.17514_none_98a47dc2352c4409\dxgi.dll etc.

ghost commented 1 year ago

@benspinoza Are your GPU drivers installed properly? Try using dxdiag to check. (Click Windows+R and type dxdiag and press enter, go to screen and see what it says).

rddim commented 1 year ago

I have the same error on Win 7. Qt6 does not support Win 7.

mara004 commented 1 year ago

I have the same error on Win 7. Qt6 does not support Win 7.

In that case, perhaps releasing an alternative build with Qt5 would be an option, if it's not too much work to set up? If you had release automation, I'd guess it might be relatively simple to adapt, but it looks like there is no build script / GH workflow yet?

ghost commented 1 year ago

@mara004 I'm actually working on that. I also believe this is not a bug with ScanTailor, so I'll probably convert it to a discussion.