What's new

sqlite3_wal_checkpoint could not be located in the dynamic link library SQLite3.dll

Samdottore

iPF Noob
Seen since upgrading iPad to iOS5, and installing iCloud on Windows Vista.


AppleSyncNotifier.exe - Entry Point Not Found
The procedure entry point sqlite3_wal_checkpoint could not be located in the dynamic link library SQLite3.dll


Any ideas?

I haven't yet tried to use iCloud - only upgraded the iPad a short while ago - so I don't yet know if (or how) this function works.

Sam
 
Thanks, Tim.

As suggested, I have copied SQLite3.dll from the C:\Program Files\Common Files\Apple\Apple Application Support\ folder to the C:\Program Files\Common Files\Apple\Mobile Device Support\ folder.

I will report back after my next reboot - hopefully this will fix the problem.

Sam
PS My avatar is a little misleading - I'm actually only two years old! (at least that's the way my 'superior' half says I behave sometimes)
 
Last edited:
Faster way :D

Hello!

I have an faster way

Download this file: View attachment Apple_SQLite3.dll_fix.zip and extract it with your favorite program

And run it as Administrator. It will do everything for you automatticly

OFF-TOPIC:
For the developers here, this is the source:

Code:
rem ==> © JANYKSTEENBEEK.nl <==

echo offtitle Apple SQLite3.dll fix - By JanykSteenbeek.nl
color 1f
cls
echo Apple SQLite3.dll fix - By JanykSteenbeek.nl
echo PLEASE RUN AS ADMINISTRATOR
echo Press [Enter] to proceed
pause >NUL
cls
echo Apple SQLite3.dll fix - By JanykSteenbeek.nl
echo Killing AppleSyncNotifier.exe
C:\windows\system32\taskkill.exe /im AppleSyncNotifier.exe
echo Press [Enter] to proceed
pause >NUL
cls
echo Apple SQLite3.dll fix - By JanykSteenbeek.nl
echo Trying to copy SQLite3.dll
copy "C:\Program Files\Common Files\Apple\Apple Application Support\SQLite3.dll" "C:\Program Files\Common Files\Apple\Mobile Device Support\SQLite3.dll"
copy "C:\Program Files (x86)\Common Files\Apple\Apple Application Support\SQLite3.dll" "C:\Program Files (x86)\Common Files\Apple\Mobile Device Support\SQLite3.dll"
cls
echo Apple SQLite3.dll fix - By JanykSteenbeek.nl
echo Rebooting system in 30 seconds
echo Save all unsaved work/documents!
shutdown -c "Rebooting PC for SQLite3.dll fix" -r -t 30
exit

Sorry for bad english

greets,
janyk
 
Hello!

I have an faster way

Download this file: View attachment 8509 and extract it with your favorite program

And run it as Administrator. It will do everything for you automatticly



greets,
janyk

This worked! Thank you. I get tired of hunting down the rogue sqlite3 dll every time itunes updates.

Your English is great. Only mistake was to mispell "Automatically."
 

Most reactions

Latest posts

Back
Top