|
|
@ -7,8 +7,8 @@ If you want to request a feature or ask a question, feel free to remove all the |
|
|
|
- Nheko version: <!-- Get the version from the settings menu (bottom left corner) --> |
|
|
|
- Nheko version: <!-- Get the version from the settings menu (bottom left corner) --> |
|
|
|
- Installation method: <!-- AppImage, some repository, local build etc --> |
|
|
|
- Installation method: <!-- AppImage, some repository, local build etc --> |
|
|
|
- Operating System: |
|
|
|
- Operating System: |
|
|
|
- Qt version: |
|
|
|
- Qt version: <!-- If you compiled it yourself --> |
|
|
|
- C++ compiler: |
|
|
|
- C++ compiler: <!-- if you compiled it yourself --> |
|
|
|
- Desktop Environment: <!-- for Linux --> |
|
|
|
- Desktop Environment: <!-- for Linux --> |
|
|
|
|
|
|
|
|
|
|
|
### Actual behavior |
|
|
|
### Actual behavior |
|
|
@ -17,6 +17,16 @@ If you want to request a feature or ask a question, feel free to remove all the |
|
|
|
|
|
|
|
|
|
|
|
### Steps to reproduce |
|
|
|
### Steps to reproduce |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Logs |
|
|
|
|
|
|
|
<!-- If applicable --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- The log file is located in |
|
|
|
|
|
|
|
Linux: ~/.cache/nheko/ |
|
|
|
|
|
|
|
macOS: ~/Library/Caches/nheko or /Library/Caches/nheko |
|
|
|
|
|
|
|
Windows: C:/Users/<USER>/AppData/Local/nheko/cache |
|
|
|
|
|
|
|
--> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Debugger backtrace |
|
|
|
<!-- |
|
|
|
<!-- |
|
|
|
If the program crashed send a backtrace: |
|
|
|
If the program crashed send a backtrace: |
|
|
|
|
|
|
|
|
|
|
@ -31,6 +41,5 @@ gdb ./build/nheko |
|
|
|
|
|
|
|
|
|
|
|
>> bt |
|
|
|
>> bt |
|
|
|
|
|
|
|
|
|
|
|
... Paste a link of the output below (Use a pastebin, don't paste the text). |
|
|
|
... Paste a link of the output below (Use a pastebin, don't paste directly in the github issue). |
|
|
|
--> |
|
|
|
--> |
|
|
|
### Debugger backtrace |
|
|
|
|
|
|
|