Other > DevShares

DevShares 0.6.3 Feedback

(1/7) > >>

vikram:
This was fixed in a BitShares release but we haven't had a DVS release since then that also includes the fix.. should be fixed in the next DVS version.

liondani:
I backed up my wallet using the command 
"backupwallet"
and it created a 75 MB file...
when I tried to import it to a new wallet I received this message:

"Failed to restore wallet backup. Your original wallet has been restored. Error: Assert Exception (10)
converter_itr != _converters.end(): "

any suggestions? @vikram


edit:

I tried the same with command
wallet_backup_create
and then
wallet_backup_restore
from the cli and these are the errors output:

(wallet closed) >>> wallet_backup_restore
json_filename: dvs260314.json
wallet_name: default
imported_wallet_passphrase:
10 assert_exception: Assert Exception
converter_itr != _converters.end():
    {}
    th_a  operations.cpp:125 from_variant

    {"in":{"type":"define_delegate_slate_op_type","data":{"slate":{"supported_delegates":[279,316,326,327,347,354]}}}}
    th_a  operations.cpp:127 from_variant

    {"record":{"type":"transaction_record_type","data":{"index":3126,"record_id":"87595aba4f2ce94be9231135016b72ef8785f9c8","block_num":152223,"is_virtual":false,"is_confirmed":true,"is_market":false,"trx":{"expiration":"2015-01-24T15:11:57","reserved":null,"operations":[{"type":"define_delegate_slate_op_type","data":{"slate":{"supported_delegates":[279,316,326,327,347,354]}}},{"type":"deposit_op_type","data":{"amount":100000000,"condition":{"asset_id":0,"slate_id":11045430375065199740,"type":"withdraw_signature_type","data":{"owner":"DVS6t5HMw6Q1hdatrUMwGrygg8ZpDMrXUGHT","memo":{"one_time_key":"DVS7zqSe1p3SVWxxDcKuhQDmVbdLURvKK1NPNawSAGgebwEtqLnrC","encrypted_memo_data":"3594e05409e56d466b65a40edc900c120f7b942ba7970c8dad0c8d116a89f51e87e1975cb10e1f7b178fe5a52cf2b79f799c65f0599c0dcc73c7af761663d575"}}}}},{"type":"withdraw_op_type","data":{"balance_id":"DVS5ch2xM4VAvAotMD5rqshyRFj3rdpwK6mT","amount":100100000,"claim_input_data":""}}],"signatures":["1f759111a6dfa1229bcb449b51273315d2d77570f6f5ef6d77aa3001a0cd6aeabf2a8fee6a26fb6407b918de83a6adf1f1c85c4520786ed763096e59e1fef627ad"]},"ledger_entries":[{"from_account":"DVS6UjZyJ3KjxdMLb2jLvzYCMaPpp7bXRHdjTFJTxvtRZ6zDGAMKh","to_account":"DVS6tSjwFfYHyhpumfB6RajFKPCt1DxR8Ay2DzBY9h8RwKgrTpDhe","amount":{"amount":100000000,"asset_id":0},"memo":"For Testing","memo_from_account":null}],"fee":{"amount":100000,"asset_id":0},"created_time":"2015-01-24T14:12:00","received_time":"2015-01-24T14:12:00","extra_addresses":[]}}}
    th_a  wallet_db.cpp:59 load_generic_record

    {"record":{"type":"transaction_record_type","data":{"index":3126,"record_id":"87595aba4f2ce94be9231135016b72ef8785f9c8","block_num":152223,"is_virtual":false,"is_confirmed":true,"is_market":false,"trx":{"expiration":"2015-01-24T15:11:57","reserved":null,"operations":[{"type":"define_delegate_slate_op_type","data":{"slate":{"supported_delegates":[279,316,326,327,347,354]}}},{"type":"deposit_op_type","data":{"amount":100000000,"condition":{"asset_id":0,"slate_id":11045430375065199740,"type":"withdraw_signature_type","data":{"owner":"DVS6t5HMw6Q1hdatrUMwGrygg8ZpDMrXUGHT","memo":{"one_time_key":"DVS7zqSe1p3SVWxxDcKuhQDmVbdLURvKK1NPNawSAGgebwEtqLnrC","encrypted_memo_data":"3594e05409e56d466b65a40edc900c120f7b942ba7970c8dad0c8d116a89f51e87e1975cb10e1f7b178fe5a52cf2b79f799c65f0599c0dcc73c7af761663d575"}}}}},{"type":"withdraw_op_type","data":{"balance_id":"DVS5ch2xM4VAvAotMD5rqshyRFj3rdpwK6mT","amount":100100000,"claim_input_data":""}}],"signatures":["1f759111a6dfa1229bcb449b51273315d2d77570f6f5ef6d77aa3001a0cd6aeabf2a8fee6a26fb6407b918de83a6adf1f1c85c4520786ed763096e59e1fef627ad"]},"ledger_entries":[{"from_account":"DVS6UjZyJ3KjxdMLb2jLvzYCMaPpp7bXRHdjTFJTxvtRZ6zDGAMKh","to_account":"DVS6tSjwFfYHyhpumfB6RajFKPCt1DxR8Ay2DzBY9h8RwKgrTpDhe","amount":{"amount":100000000,"asset_id":0},"memo":"For Testing","memo_from_account":null}],"fee":{"amount":100000,"asset_id":0},"created_time":"2015-01-24T14:12:00","received_time":"2015-01-24T14:12:00","extra_addresses":[]}}}
    th_a  wallet_db.cpp:31 store_and_reload_generic_record

    {"filename":"dvs260314.json"}
    th_a  wallet_db.cpp:884 import_from_json

    {"filename":"dvs260314.json","wallet_name":"default"}
    th_a  wallet.cpp:1158 create_from_json

    {}
    th_a  common_api_client.cpp:3224 wallet_backup_restore

    {"command":"wallet_backup_restore"}
    th_a  cli.cpp:626 execute_command
--- there are now 13 active connections to the p2p network
(wallet closed) >>>


xeroc:
Yes .. there should be a separate executable .. like bitshares_client.exe or so

kokojie:

--- Quote from: xeroc ¯\_(ツ)_/¯ on March 20, 2015, 07:22:55 am ---
--- Quote from: kokojie on March 19, 2015, 10:15:07 pm ---For some reason my 0.6.3 DVS windows gui client can not be unlocked, I'm sure the password is correct, but when I click on unlock, nothing happens, no error or anything. I tried deleting my "chain" folder re-download blockchain, and it didn't help. I'm running it on windows 7 64bit with 4GB ram. Also this only happened since yesterday, but I've had this client for several weeks, and it was working previously, I didn't change anything with the client, but I did have a unscheduled sudden reboot just before yesterday.

--- End quote ---
Have you tried unlocking using the CLI version?

--- End quote ---

It's possible to run CLI on windows?

xeroc:

--- Quote from: kokojie on March 19, 2015, 10:15:07 pm ---For some reason my 0.6.3 DVS windows gui client can not be unlocked, I'm sure the password is correct, but when I click on unlock, nothing happens, no error or anything. I tried deleting my "chain" folder re-download blockchain, and it didn't help. I'm running it on windows 7 64bit with 4GB ram. Also this only happened since yesterday, but I've had this client for several weeks, and it was working previously, I didn't change anything with the client, but I did have a unscheduled sudden reboot just before yesterday.

--- End quote ---
Have you tried unlocking using the CLI version?

Navigation

[0] Message Index

[#] Next page

Go to full version