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

New onboarding: Random crash right after setting up new account (ReferenceError: startupModule is not defined) #17168

Open
anastasiyaig opened this issue Jan 30, 2025 · 0 comments

Comments

@anastasiyaig
Copy link
Contributor

Bug Report

Description

DBG 2025-01-30 15:04:29.850Z NewBE_callPrivateRPC                       topics="rpc" tid=22955982 file=core.nim:27 rpc_method=wallet_fetchOrGetCachedWalletBalances
WRN 2025-01-30 15:04:29.857Z qt warning                                 topics="qt" tid=22955960 text="TypeError: Cannot call method 'replace' of undefined" file=qrc:/StatusQ/Core/Utils/Utils.qml:280 category=default
WRN 2025-01-30 15:04:29.857Z qt warning                                 topics="qt" tid=22955960 text="Unable to assign [undefined] to QString" file=qrc:/app/AppLayouts/Wallet/views/AssetsDetailView.qml:106 category=default
WRN 2025-01-30 15:04:29.857Z qt warning                                 topics="qt" tid=22955960 text="SyntaxError: JSON.parse: Parse error" file=qrc:/imports/shared/stores/CommunityTokensStore.qml:21 category=default
WRN 2025-01-30 15:04:29.857Z qt warning                                 topics="qt" tid=22955960 text="TypeError: Cannot call method 'getMySectionId' of undefined" file=qrc:/app/AppLayouts/Chat/stores/RootStore.qml:651 category=default
WRN 2025-01-30 15:04:29.857Z qt warning                                 topics="qt" tid=22955960 text="TypeError: Cannot read property 'permissionsCheckOngoing' of undefined" file=qrc:/app/AppLayouts/Chat/stores/RootStore.qml:175 category=default
WRN 2025-01-30 15:04:29.857Z qt warning                                 topics="qt" tid=22955960 text="TypeError: Cannot read property 'loadingHistoryMessagesInProgress' of undefined" file=qrc:/app/AppLayouts/Chat/stores/RootStore.qml:169 category=default
WRN 2025-01-30 15:04:29.857Z qt warning                                 topics="qt" tid=22955960 text="TypeError: Cannot read property 'contactRequestsModel' of undefined" file=qrc:/app/AppLayouts/Chat/stores/RootStore.qml:167 category=default
WRN 2025-01-30 15:04:29.857Z qt warning                                 topics="qt" tid=22955960 text="TypeError: Cannot read property 'overviewChartData' of undefined" file=qrc:/app/AppLayouts/Chat/stores/RootStore.qml:152 category=default
WRN 2025-01-30 15:04:29.857Z qt warning                                 topics="qt" tid=22955960 text="Unable to assign [undefined] to int" file=qrc:/app/AppLayouts/Chat/stores/RootStore.qml:145 category=default
WRN 2025-01-30 15:04:29.857Z qt warning                                 topics="qt" tid=22955960 text="TypeError: Cannot read property 'allChannelsAreHiddenBecauseNotPermitted' of undefined" file=qrc:/app/AppLayouts/Chat/stores/RootStore.qml:142 category=default
WRN 2025-01-30 15:04:29.857Z qt warning                                 topics="qt" tid=22955960 text="TypeError: Cannot read property 'model' of undefined" file=qrc:/app/AppLayouts/Chat/stores/RootStore.qml:39 category=default
WRN 2025-01-30 15:04:29.857Z qt warning                                 topics="qt" tid=22955960 text="TypeError: Cannot read property 'allTokenRequirementsMet' of undefined" file=qrc:/imports/shared/stores/PermissionsStore.qml:100 category=default
WRN 2025-01-30 15:04:29.857Z qt warning                                 topics="qt" tid=22955960 text="Unable to assign [undefined] to QAbstractItemModel*" file=qrc:/imports/shared/stores/PermissionsStore.qml:84 category=default
WRN 2025-01-30 15:04:29.857Z qt warning                                 topics="qt" tid=22955960 text="Unable to assign [undefined] to QAbstractItemModel*" file=qrc:/imports/shared/stores/PermissionsStore.qml:65 category=default
WRN 2025-01-30 15:04:29.857Z qt warning                                 topics="qt" tid=22955960 text="Unable to assign [undefined] to QAbstractItemModel*" file=qrc:/imports/shared/stores/PermissionsStore.qml:45 category=default
WRN 2025-01-30 15:04:29.857Z qt warning                                 topics="qt" tid=22955960 text="Unable to assign [undefined] to QAbstractItemModel*" file=qrc:/imports/shared/stores/PermissionsStore.qml:26 category=default
WRN 2025-01-30 15:04:29.857Z qt warning                                 topics="qt" tid=22955960 text="TypeError: Cannot read property 'permissionsModel' of undefined" file=qrc:/imports/shared/stores/PermissionsStore.qml:18 category=default
WRN 2025-01-30 15:04:29.857Z qt warning                                 topics="qt" tid=22955960 text="TypeError: Cannot read property 'activeItem' of undefined" file=qrc:/app/AppLayouts/Chat/stores/RootStore.qml:162 category=default
WRN 2025-01-30 15:04:29.857Z qt warning                                 topics="qt" tid=22955960 text="Unable to assign [undefined] to bool" file=qrc:/app/AppLayouts/Profile/stores/ProfileStore.qml:34 category=default
WRN 2025-01-30 15:04:29.857Z qt warning                                 topics="qt" tid=22955960 text="Unable to assign [undefined] to QString" file=qrc:/app/AppLayouts/Profile/stores/ProfileStore.qml:30 category=default
DBG 2025-01-30 15:04:29.857Z [threadpool task thread] initiating task   topics="task-threadpool" tid=22955988 file=threadpool.nim:60 messageType=AsyncAddCentralizedMetricIfEnabledTaskArg:ObjectType threadid=22955988 task="{\"$type\":\"AsyncAddCentralizedMetricIfEnabledTaskArg:ObjectType\",\"eventName\":\"navigation\",\"eventValueJson\":\"{\\\"viewId\\\":\\\"\\\"}\",\"vptr\":105553157468448,\"slot\":\"onCentralizedMetricAddedIdEnabled\"}"
WRN 2025-01-30 15:04:29.857Z qt warning                                 topics="qt" tid=22955960 text="ReferenceError: startupModule is not defined" file=qrc:/main.qml:207 category=default

Steps to reproduce

Really no idea how to reproduce, i am just launching 2 instances of app and sometimes one of them randomly crashes

Expected behavior

Actual behavior

App randomly crashes when proceeding with new onboarding

App1 logs: app_20250130_180356.log

App2 logs: app_20250130_180359.log

Additional Information

  • Status desktop version:
  • Operating System:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Next
Development

No branches or pull requests

4 participants