Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: BittyBatty on August 14, 2017, 01:02:05 PM



Title: my NEO GUI crashing
Post by: BittyBatty on August 14, 2017, 01:02:05 PM
Hi People,

I installed NEO GUI and have used it for few days. Moved all my coins from Bittrex to account in the gui.
Now whenever i open the gui, it just crashes. I am unable to do anything, tried to claim Gas and now i want to offload few coins but i am stuck .. what do you suggest.


Thanks
-B


Error stack

Microsoft.EntityFrameworkCore.DbUpdateException
An error occurred while updating the entries. See the inner exception for details.
   at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.Execute(IRelationalConnection connection)
   at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.Execute(IEnumerable`1 commandBatches, IRelationalConnection connection)
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChanges(IReadOnlyList`1 entriesToSave)
   at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChanges(Boolean acceptAllChangesOnSuccess)
   at Microsoft.EntityFrameworkCore.DbContext.SaveChanges(Boolean acceptAllChangesOnSuccess)
   at Neo.Implementations.Wallets.EntityFramework.UserWallet.OnProcessNewBlock(Block block, IEnumerable`1 added, IEnumerable`1 changed, IEnumerable`1 deleted)
   at Neo.Wallets.Wallet.ProcessNewBlock(Block block)
   at Neo.Wallets.Wallet.ProcessBlocks()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ThreadHelper.ThreadStart()