Skulltrail192 / One-Core-API-Binaries

http://shorthornproject.com
651 stars 47 forks source link

iTunes opens but shows no GUI #283

Open Lost-Entrepreneur439 opened 5 months ago

Lost-Entrepreneur439 commented 5 months ago

One-Core-API version:3.0.5 Windows Version: Windows Server 2003 Enterprise 32-bit What works:

image

Lost-Entrepreneur439 commented 5 months ago

image With the latest canary build, it is a little more functional but still not usable.

Skulltrail192 commented 5 months ago

What system? VM or real hardware?

Lost-Entrepreneur439 commented 5 months ago

It's real hardware. Here's the specs

Skulltrail192 commented 5 months ago

This error seem caused to lack newer openGL support. You can try with native D3D package from OCA Extra https://github.com/shorthorn-project/One-Core-API-Extras

Lost-Entrepreneur439 commented 4 months ago

This error seem caused to lack newer openGL support. You can try with native D3D package from OCA Extra https://github.com/shorthorn-project/One-Core-API-Extras

With that I get the error saying the procedure entry poinnt CreateDXGIFactory2 could not be located in the dynamic link library dxgi.dll.

mina354 commented 4 months ago

Regarding iTunes being unable to be installed on XP, it is because beginning iTunes 12.9.4, the Windows Installer version requirement has been upped to 5.0, and there isn't even a redistributable for it unlike 4.5, which makes it impossible to install any version newer than 12.9.3. I am curious if Windows Installer 5.0 could be added to One-Core-API.

idontyboi commented 4 months ago

I am curious if Windows Installer 5.0 could be added to One-Core-API.

Investigations show that Windows installer 5.0 always fails to communicate with IMsiServer. The error code is 0x80070725 and it's NOT an easy problem to solve.

To force the installer to work with MSI4.5, open the .MSI with Orca, go to "Summary Information" and edit this value with 405: image

Not all installers will work that way

Skulltrail192 commented 4 months ago

You need use D3d Native Runtime. However, has some issues with missing strings....