Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[all] updated issue template and readme in preperation for B2
- Loading branch information
Showing
3 changed files
with
75 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,69 @@ | ||
### Required information | ||
### Issues are for Bug Reports and Feature Requests Only! | ||
|
||
Host CPU: | ||
Host GPU: | ||
Guest GPU: | ||
Host Kernel version: | ||
Host QEMU version: | ||
If you are looking for help or support please use one of the following methods | ||
|
||
Please describe what were you doing when the problem occured. If the Windows host application crashed please check for file named `looking-glass-host.dmp` and attach it to this bug report. | ||
Create a New Topic on the Level1Tech's forum under the Looking Glass category: | ||
* https://forum.level1techs.com/c/software/lookingGlass/142 | ||
|
||
**Reports that do not include this information will be ignored and closed** | ||
Ask for help in #looking-glass in the VFIO discord server | ||
* https://discord.gg/4ahCn4c | ||
|
||
*Issues that are not bug reports or feature requests will be closed & ignored* | ||
|
||
### Errors that are not bugs | ||
|
||
Some errors generated by the LG client are not bugs, but rather issues with your | ||
system's configuration and/or timing. Please do not report these, but rather use | ||
one of the above resources to ask for advice/help. | ||
|
||
* `LGMP_ERR_QUEUE_UNSUBSCRIBED` - Failure to heed advice on things such as | ||
using `isolcpus` and CPU pinning may result in this message, especially if you | ||
are over-taxing your CPU. | ||
|
||
* `Could not create an SDL window: *` - Failure to create a SDL window is not an | ||
issue with Looking Glass but rather a more substantial issue with your system, | ||
such as missing hardware support for the RGBA32 pixmap format, or missing | ||
required OpenGL EGL features. | ||
|
||
* `The host application is not compatible with this client` - The Looking Glass | ||
Host application in Windows is the incorrect version and is not compatible, | ||
you need to make sure you run matching versions of both the host and client | ||
applications. | ||
|
||
### Bug Report Required Information | ||
|
||
The entire (not truncated) output from the client application (if applicable). | ||
To obtain this run `looking-glass-client` in a terminal. | ||
|
||
``` | ||
PASTE CLIENT OUTPUT HERE | ||
``` | ||
|
||
The entire (not truncated) log file from the host application (if applicable). | ||
To obtain this locate the log file on your system, it will be in one of the | ||
following two locations depending on how you are launching the Looking Glass Host | ||
application: | ||
|
||
* C:\Windows\Temp\looking-glass.txt | ||
* C:\Users\YOUR_USER\AppData\Local\Temp\looking-glass.txt | ||
|
||
This log may be quite long, please delete the file first and then proceed to | ||
launch the host and reproduce the issue so that the log only contains the | ||
pertinent information. | ||
|
||
|
||
``` | ||
PASTE HOST LOG FILE CONTENTS HERE | ||
``` | ||
|
||
If the client is unexpetedly exiting without a backtrace, please provide one via | ||
gdb with the command `thread apply all bt`. If you are unsure how to do this | ||
please watch the video below on how to perform a Debug build and generate this | ||
backtrace. | ||
|
||
https://www.youtube.com/watch?v=EqxxJK9Yo64 | ||
|
||
|
||
``` | ||
PASTE FULL BACKTRACE HERE | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
B2-rc4-10-g7d2b39058c+1 | ||
B2-rc4-11-g8692e9af80+1 |