Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Application crashed. #210

Closed
MacksVersion opened this issue Feb 16, 2024 · 8 comments
Closed

[Bug] Application crashed. #210

MacksVersion opened this issue Feb 16, 2024 · 8 comments
Assignees
Labels
bug Something isn't working

Comments

@MacksVersion
Copy link

🐛 Bug

It went up to 40% mining and then it crashed and nothing worked... I restarted it and now it works fine until I click on mining... then the app crashes and nothing else works.

Print screen or Debug/Console error message


https://github.com/0LNetworkCommunity/carpe/assets/107284806/c51c53f6-4f6d-49b2-84ca-e7dbce55d87b


Captura de tela 2024-02-15 191011

System information

Please complete the following information:

canary_1.0.0-18_x64-setup.exe

Windown 11

@MacksVersion MacksVersion added the bug Something isn't working label Feb 16, 2024
@BBK912
Copy link
Contributor

BBK912 commented Feb 16, 2024

@kalvkusk Please assign this to me.

@MacksVersion
Copy link
Author

Do you need any more information? What should I do?

@MacksVersion
Copy link
Author

To complement, I made a new account from scratch on my laptop, it stuck at 101% and it was the same as this account that stuck at 40%

@BBK912
Copy link
Contributor

BBK912 commented Feb 16, 2024

To complement, I made a new account from scratch on my laptop, it stuck at 101% and it was the same as this account that stuck at 40%

We'll troubleshoot the problem.

@MacksVersion
Copy link
Author

@BBK912 I did the update and the error persists... after using my seed phrase and starting mining again it crashes again,

@MacksVersion
Copy link
Author

Captura de tela 2024-02-18 165458

LOGS
ERRORS
Error ID: 404
Message: getTowerChainView: Transaction Error: AbortCode: Some(State { chain_id: 1, epoch: 55, version: 23936714, timestamp_usecs: 1708286014135371, oldest_ledger_version: 0, oldest_block_height: 0, block_height: 11902398, cursor: None }), Message: DiemError { message: "Resource not found by Address(0x7e0189a11e1d21246eba65d8ff3226804a0fec6f52a3dff9863c64a3b760488c), Struct tag(0x1::tower_state::TowerProofHistory) and Ledger version(23936714)", error_code: ResourceNotFound, vm_error_code: None }
LATEST REQUEST
true

CLIENT STATE

is init: true
is connected: true
is refreshing: false
signing account: { "account": "7e0189a11e1d21246eba65d8ff3226804a0fec6f52a3dff9863c64a3b760488c", "auth_key": "0x7e0189a11e1d21246eba65d8ff3226804a0fec6f52a3dff9863c64a3b760488c", "nickname": "7e0", "on_chain": true, "balance": { "unlocked": 1000000, "total": 1000000 }, "locale": "en" }
is onchain: true
can migrate: false
is account refreshed: true
all accounts: [ { "account": "7e0189a11e1d21246eba65d8ff3226804a0fec6f52a3dff9863c64a3b760488c", "auth_key": "0x7e0189a11e1d21246eba65d8ff3226804a0fec6f52a3dff9863c64a3b760488c", "nickname": "7e0", "on_chain": true, "balance": { "unlocked": 1000000, "total": 1000000 }, "locale": "en" } ]

@MacksVersion
Copy link
Author

can you please help me?

@ghost
Copy link

ghost commented Feb 19, 2024

@BBK912 see #224

kalvkusk pushed a commit that referenced this issue Feb 28, 2024
* fix: signingAccount data not synchronized  (#225)

* fix: mining UI issue (#193)

* fix: mining issue (#225  #224 #213  #210  #207 #204 #191  #190)

* fix: form submit issue (#208)
kalvkusk added a commit that referenced this issue Feb 29, 2024
* ci: fix warnings and PR build (#232) (#237)

* CI: Fix warnings, add PR Build check

* ci: mocked keys

* feat: get privatekey (#236)

* fix: linter errors

* bump canary version

* Node playlists (#238)

* Update networks.ts

Added fallback nodes and modified initNetwork for better functionality and enhanced test flows

* Update networks.ts

Should ensure that the defaultPlaylist function is correctly returning a NetworkPlaylist object with the default network settings.

* Update networks.ts

Added fallback nodes and modified initNetwork for better functionality and enhanced test flows
And modified the code to follow better practices for the defaultPlaylist and updateNetwork functions, to hopefully run better and not be caught by the linters

* Update networks.ts

Fallbacks for the playlist with network functionality deferred to rust

* bump canary version

* Node playlists (#239)

* Update networks.ts

Added fallback nodes and modified initNetwork for better functionality and enhanced test flows

* Update networks.ts

Should ensure that the defaultPlaylist function is correctly returning a NetworkPlaylist object with the default network settings.

* Update networks.ts

Added fallback nodes and modified initNetwork for better functionality and enhanced test flows
And modified the code to follow better practices for the defaultPlaylist and updateNetwork functions, to hopefully run better and not be caught by the linters

* Update networks.ts

Fallbacks for the playlist with network functionality deferred to rust

* Update networks.ts

Replaced get with fetch and bypassed the http calls by retuning the embedded node list directly as it matches the expected behavior in rust

* chore: make things pretty

* Node playlists (#240)

* Update networks.ts

Added fallback nodes and modified initNetwork for better functionality and enhanced test flows

* Update networks.ts

Should ensure that the defaultPlaylist function is correctly returning a NetworkPlaylist object with the default network settings.

* Update networks.ts

Added fallback nodes and modified initNetwork for better functionality and enhanced test flows
And modified the code to follow better practices for the defaultPlaylist and updateNetwork functions, to hopefully run better and not be caught by the linters

* ci: fix warnings and PR build (#232)

* CI: Fix warnings, add PR Build check

* ci: mocked keys

* Update networks.ts

Fallbacks for the playlist with network functionality deferred to rust

* Update networks.ts

Replaced get with fetch and bypassed the http calls by retuning the embedded node list directly as it matches the expected behavior in rust

---------

Co-authored-by: Kalvis Kuskis <[email protected]>

* Fix transfers for rotated authkeys (#241)

* Revert "Fix transfers for rotated authkeys (#241)" (#242)

This reverts commit 43644ba.

* Fix mining issue (#244)

* fix: signingAccount data not synchronized  (#225)

* fix: mining UI issue (#193)

* fix: mining issue (#225  #224 #213  #210  #207 #204 #191  #190)

* fix: form submit issue (#208)

* feat: Copy address to clipboard (#248)

* fix: Compatible with chain_name in libra.yaml and chain_id in TS code.

* feat: Copy address to clipboard

* fix: when MINER is on, it accidentally switches accounts (#219) (#253)

---------

Co-authored-by: BBK <[email protected]>
Co-authored-by: teisnilsson <[email protected]>
Co-authored-by: Zaki Manian <[email protected]>
@kalvkusk kalvkusk closed this as completed Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants