Known Issues
To be added as we get questions repeatedly
- "Dash-Qt has a QT Crash when I try to launch it!"
- Segmentation fault
Code:std::terminate() called due to unhandled exceptionException: type=std::runtime_error, what="operator(): Failed to open file: :css/light-hires" No debug information available for stacktrace. You should add debug information and then run: dash-qt -printcrashinfo=bvcgc43iinzgc43ijfxgm3ybaadwiyltnawxc5epon2gior2orsxe3ljnzqxizjifeqggylmnrswiideovssa5dpeb2w42dbnzsgyzleebsxqy3fob2gs33objcxqy3fob2gs33ohiqhi6lqmu6xg5dehi5he5looruw2zk7mvzhe33sfqqho2dboq6se33qmvzgc5dpoiucsoraizqws3dfmqqhi3zan5ygk3ramzuwyzj2ea5gg43tf5wgsz3ioqwwq2lsmvzsebottuoqaaaaaaadmhy6aaaaaaaadkkboaaaaaaabf43n4ow2kiaadndcgiaaaaaaaaa Aborted (core dumped)
Code:A fatal error occurred. Dash Core can no longer continue safely and will quit
- This is caused by a conflict in theme names between v0.14 and v0.16, it's possible people who ran v0.14 might crash when launching v0.16. To fix it, open a command prompt / terminal and run:
linux:
Code:dash-qt -resetguisettings
if installed in default location:
Code:"C:\Program Files\DashCore\dash-qt.exe" -resetguisettings
Code:dash-qt.exe -resetguisettings
Code:/Applications/Dash-Qt.app/Contents/MacOS/Dash-Qt -resetguisettings
- Segmentation fault
- "Sentinel fails with an error"
- Error
Code:name@Masternode:~/.dashcore/sentinel$ venv/bin/python bin/sentinel.py Traceback (most recent call last): File "bin/sentinel.py", line 223, in <module> main() File "bin/sentinel.py", line 129, in main if not dashd.is_synced(): File "lib/dashd.py", line 98, in is_synced synced = (mnsync_status['IsSynced'] and not mnsync_status['IsFailed']) KeyError: 'IsFailed'
- This issue has been solved in the latest version of sentinel
Code:cd sentinel git pull python3 bin/sentinel.py --version
- Error
To be added as we get questions repeatedly
Last edited: