Post
Topic
Board Announcements (Altcoins)
Re: [ANN][RIPO]RipoffCoin: The most honest scam you have ever seen[Bittrex][PoD5+]
by
Piotrsama
on 06/09/2014, 12:44:12 UTC
Wallet not working on WIndows XP - GetTickCount64 could not be located in the dynamic link library KERNEL32.dll.

i have sent the guy who compiled the wallet a PM, problem would be solved with this: http://blog.inventic.eu/2013/08/gettickcount64-problem-on-windowsxp/ not sure if they did already

I recompiled a while back, but I was told it's not working on XP even after setting those values.
No idea why, not an expert on the subject.
Maybe you can try with the new wallet and get a different version of the dll, not the one I provided.

Wallet doesn't work :

Event Type:   Information
Event Source:   Application Popup
Event Category:   None
Event ID:           26

Description:
Application popup: ripoffcoin-qt.exe - Entry Point Not Found : The procedure entry point GetTickCount64 could not be located in the dynamic link library KERNEL32.dll.

What's wrong ?
Please fix, if not I can not get ripped off.   Angry

first start? close it open it up again, what os? 32/64bit?

I run XP-sp3.
Solution is to re-compile :
http://blog.inventic.eu/2013/08/gettickcount64-problem-on-windowsxp/

Quote :

It’s necessary to compile your application (and any library which uses GetTickCount64) with correct WINVER and _WIN32_WINNT defines value. List of WINVER values for all Windows version.

Qt Solution:
If you want to define these values automatically in Qt project, add following lines to your .pro file:

#Windows XP compatability
DEFINES += "WINVER=0x0501"
DEFINES += "_WIN32_WINNT=0x0501"

I can't compile myself, else I would have tried it myself.

I compiled a version that should also work on XP.
Tell me if it works.
https://mega.co.nz/#!mYtUHLoQ!a8h7JeA7bc4kxhDLD1V-ahsiRR5TNjOT67KA3KI4JVg
Just catching up here.
Downloaded and same error, so no go on XP.