storoj / libimobiledevice-win32

win32 port of libimobiledevice (http://libimobiledevice.org)
64 stars 61 forks source link

ideviceinstaller.exe exception #10

Closed GF-Huang closed 5 years ago

GF-Huang commented 10 years ago

Hello storoj,

First of all, thank you for great project.

I just downloaded the project and open libimobiledevice-win32.sln with VS2012 Ultimate I built with "Debug" and done.

I run with debug mode the "ideviceinstaller.exe" with args as the follow picture qq20130920001334

but it throw an untreated exception as follow picture. sad

I follow the call stack and find the source as follow picture qq20130920001512

Help me , please. I debug it for six hours but have no evolve.

storoj commented 10 years ago

Im sorry, i cant realize what is the problem. May you send me your ipa? dark.storoj@gmail.com

GF-Huang commented 10 years ago

ok, I sent. Thank you at first.

GF-Huang commented 10 years ago

Hello, storoj ! I build it in Win7 x64. Is this problem related to x86 or x64 ?

rayan99 commented 10 years ago

Hi storoj, I also face exactly the same problem. Same File , Same Function, Same Error. Spent several hours before seeing this post. Please let me know if you need any more details. Kindly help me in this.

rayan99 commented 10 years ago

Found a fix for this. This is some problem with ziplib.lib. Downloaded zlib1.dll and placed it in the folder in which my .exe is present. I works fine now.

rayan99 commented 10 years ago

Please use this link. http://gnuwin32.sourceforge.net/packages/zlib.htm Download the binaries zip file. The dll is in bin folder.

If problem persists, then there may be issue with libxml2. try the below link. http://sourceforge.net/projects/gnuwin32/files/libxml/2.4.12-1/libxml2-2.4.12-bin.zip/download

GF-Huang commented 10 years ago

ok, let me have a try first.