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.

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 :
Its 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.