cfillion / reapack

📦 Package manager for REAPER
https://reapack.com
GNU Lesser General Public License v3.0
316 stars 23 forks source link

Reapack won't run on Windows XP (SP3) #5

Closed uncleswede closed 8 years ago

uncleswede commented 8 years ago

I've downloaded Reapack onto my studio PC but get the error "The procedure entry point GetTickCount64 could not be located in the dynamic link library KERNEL32.DLL" when starting Reaper v5.211.

On investigation, it seems that the Windows XP version of Kernel32.dll does not have the GetTickCount64 function (this was introduced from Windows Vista onwards).

I installed Reapack on my mobile recording laptop (running Windows 8.1) and it worked fine with Reaper v5.211

So it appears that Reapack is not compatible with Windows XP :-(

cfillion commented 8 years ago

Thanks for the nice report!

XP support was only theoretical as I was unable to find a version of Windows XP to test with... But I got lucky today and finally found this VM image from Microsoft, so I was able to make it (almost) work (yay!). However...

In short: workarounds are possible but I'll pass and focus on Vista and newer. I'll still keep a partial fix for XP around just in case...

(related issue #4)

uncleswede commented 8 years ago

Fair enough. Cheers CD