Post
Topic
Board Tokens (Altcoins)
Re: [ANN][ICO] GRAFT - Universal Payment Processing Network
by
PainKiller1986
on 13/07/2018, 15:47:39 UTC
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  Huh

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:

Code:
@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.