this is what I get when I try to start the client today:

can anyone help me?
Can you please try to run the .exe as admin (right click / Run As Admin) and tell me if it worked?
did not work, same error
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
Caused by: java.io.IOError: java.io.IOException: Checksum does not match, data broken
at org.mapdb.StoreWAL.get(StoreWAL.java:322)
at org.mapdb.Caches$HashTable.get(Caches.java:246)
at org.mapdb.EngineWrapper.get(EngineWrapper.java:58)
at org.mapdb.BTreeMap.(BTreeMap.java:541)
at org.mapdb.DB.getTreeMap(DB.java:798)
at org.mapdb.DB$BTreeMapMaker.makeOrGet(DB.java:660)
at database.ATMap.openMap(ATMap.java:89)
at database.ATMap.getMap(ATMap.java:71)
at database.DBMap.(DBMap.java:42)
at database.ATMap.(ATMap.java:51)
at database.DBSet.(DBSet.java:105)
at database.DBSet.reCreateDatabase(DBSet.java:70)
at database.DBSet.getInstance(DBSet.java:50)
at controller.Controller.start(Controller.java:142)
at Start.main(Start.java:37)
... 5 more
Caused by: java.io.IOException: Checksum does not match, data broken
at org.mapdb.Store.deserialize(Store.java:261)
at org.mapdb.StoreDirect.get2(StoreDirect.java:475)
at org.mapdb.StoreWAL.get2(StoreWAL.java:336)
at org.mapdb.StoreWAL.get(StoreWAL.java:320)
... 19 more
It looks like the database has been corrupted.The last time the .exe was running does it closed properly (File/Quit) of it has been forced to close?
Also, can you please navigate to C:\Users\username\AppData\Roaming\Qora and delete the data folder?
In case you have changed the location of data folder go where it is stored and delete it.
Then try to launch the app as normally.If it is launched successfully it will make a sync from scratch.
In case you do not want to sync from scratch, you can download the latest data folder from here
http://qora.co.in/?datafolder and replace the existing data folder on your machine while the wallet is not running.