分页: 1 / 1

Connecting the iPhones does not work [#20359]

发表于 : 周六 11月 11, 2023 12:24 pm
sonos
After installing MM5 build 2823, I no longer see my iPhones in the device overview. Connecting the iPhones does not work.
图片
When I restore build 2822, I can see and connect them and have access to them.
图片

Re: Connecting the iPhones does not work.

发表于 : 周六 11月 11, 2023 12:42 pm
Ludek
Hi,
I am unable to replicate, but could I please ask you to:

1) try with 2823 debug generate debug log with DbgView started prior to MM5 start?

2) try with these iPhoneCalc.dll https://www.dropbox.com/scl/fi/xxoytb5j ... tty0j&dl=0 + generate debug log

3) attach DbgView log with successfultl recognizing of the iPhone with build 2822 ?

Feel free to open eSupport ticket and attach the logs there..

Thanks!

Entered the issue as https://www.ventismedia.com/mantis/view.php?id=20359

Re: Connecting the iPhones does not work.

发表于 : 周一 11月 13, 2023 6:59 am
Ludek
ok, it seems that the issue was that iPhoneCalc.dll compiled as debug (using MSVS 2022) linked C:\Windows\system32\VCRUNTIME140D.DLL that is not presented in your environment..
So compiled it using Release where the dependencies are just ADVAPI32.dll and KERNEL32.dll

It was the DLL from this DropBox link: https://www.dropbox.com/scl/fi/xxoytb5j ... tty0j&dl=0

Incorporated it to the upcoming build 2824 ( Mantis entry https://www.ventismedia.com/mantis/view.php?id=20359 )

Thanks!

Re: Connecting the iPhones does not work [#20359]

发表于 : 周二 11月 14, 2023 3:37 pm
Peke
Hi,
If you are missing VS C++ dependencies from your system you can download and install all of them at one from this link https://www.techpowerup.com/download/vi ... ll-in-one/ (note they are same as from VS site, but if you start Install_all.bat using run as administrator they are installed/updated all at once and you do not need to worry about it again.