Since wallet version 1.6.3 i have a problem with wallet (now i'm using the last 1.8.0 in win 10 x64).
When i click to open wallet, its show up and close in few seconds, so for its work again i need to reinstall+restart pc+open with admin user.
Anybody knows whats the problem

Is there any other users who experience this ?
Finally i solved my problem, this problem happens because i need to open other wallets (not only graft wallet) with low graphics mode, so i create a .bat file in notepad with this syntax:
@echo off
set QMLSCENE_DEVICE=softwarecontext
start /b GraftWallet.exe
I save the code .bat in same paste with graft wallet installed and its works, graft wallet open all the time.