2017-11-02 17:02:03 +03:00
|
|
|
<!--
|
|
|
|
If you want to request a feature or ask a question, feel free to remove all the irrelevant text.
|
|
|
|
-->
|
|
|
|
|
|
|
|
### System:
|
|
|
|
|
2017-11-02 23:02:31 +03:00
|
|
|
- Nheko commit/version:
|
2018-03-17 12:48:00 +03:00
|
|
|
- Installation method: <!-- AppImage, some repository, local build etc -->
|
2017-11-02 17:02:03 +03:00
|
|
|
- Operating System:
|
|
|
|
- Qt version:
|
|
|
|
- C++ compiler:
|
|
|
|
- Desktop Environment: <!-- for Linux -->
|
|
|
|
|
|
|
|
### Actual behavior
|
|
|
|
|
|
|
|
### Expected behavior
|
|
|
|
|
|
|
|
### Steps to reproduce
|
|
|
|
|
2018-03-17 12:48:00 +03:00
|
|
|
<!--
|
|
|
|
If the program crashed send a backtrace:
|
|
|
|
|
|
|
|
You can retrieve a backtrace by building nheko with -DCMAKE_BUILD_TYPE=Debug
|
|
|
|
and running it through gdb or lldb.
|
|
|
|
|
|
|
|
gdb ./build/nheko
|
|
|
|
|
|
|
|
>> run
|
|
|
|
|
|
|
|
... Make the program crash
|
|
|
|
|
|
|
|
>> bt
|
|
|
|
|
|
|
|
... Paste a link of the output below (Use a pastebin, don't paste the text).
|
|
|
|
-->
|
|
|
|
### Debugger backtrace
|