|
| 1 | +--- |
| 2 | +name: Bug report |
| 3 | +about: Create a report to help us improve |
| 4 | +title: '' |
| 5 | +labels: '' |
| 6 | +assignees: '' |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +**WARNING: Please only use GitHub issues for BUG REPORTS and FEATURE REQUESTS** |
| 11 | +Lengthy algorithm discussions etc are fine too, but also consider creating a wiki page or a page on website. |
| 12 | + |
| 13 | +Here is what to do with other types of questions: |
| 14 | +1. Build problems: ask in #help channel in our discord: https://discord.gg/pKujYxD |
| 15 | +2. Configuration questions: ask in #help channel in our discord: https://discord.gg/pKujYxD |
| 16 | +3. Running problems: ask in #help channel in our discord: https://discord.gg/pKujYxD |
| 17 | + |
| 18 | + |
| 19 | +If you are filing a bug report, please fill the fields below. |
| 20 | +Otherwise, feel free to remove this text and type a free-form issue as usual. |
| 21 | + |
| 22 | +BUG REPORT |
| 23 | + |
| 24 | +**Describe the bug** |
| 25 | +A clear and concise description of what the bug is. |
| 26 | + |
| 27 | +**Steps to Reproduce** |
| 28 | +1. |
| 29 | +2. |
| 30 | +3. |
| 31 | +4. |
| 32 | +Expected behavior: |
| 33 | +Observed behavior: |
| 34 | + |
| 35 | +**Lc0 version** |
| 36 | +Include Lc0 version/operating system/backend type. |
| 37 | + |
| 38 | +**Lc0 parameters** |
| 39 | +Command line, if not default. |
| 40 | +Include screenshot of configuration window, if using through GUI. |
| 41 | + |
| 42 | +**Hardware** |
| 43 | +* Number and model of GPUs that you use. |
| 44 | +* Amount of RAM in the system |
| 45 | +* Other specs (CPU etc) if it may be relevant |
| 46 | + |
| 47 | +**Lc0 logs** |
| 48 | +Please attach Lc0 logs. Here is how to produce them (e.g. for D:\logfile.txt): |
| 49 | + |
| 50 | +Set the following UCI option: |
| 51 | +**Logfile:** D:\\logfile.txt |
| 52 | +OR |
| 53 | +pass this as a command line argument: |
| 54 | +`--logfile=D:\logfile.txt` |
| 55 | +OR |
| 56 | +Create **lc0.config** file in the same directory as your **lc0.exe** is located, with the following contents: |
| 57 | +``` |
| 58 | +logfile=D:\logfile.txt |
| 59 | +``` |
| 60 | + |
| 61 | +After running Lc0, **D:\logfile.txt** should appear. |
| 62 | + |
| 63 | + |
| 64 | +**Chess GUI logs** |
| 65 | +If there is a problem with particular GUI (cutechess/arena/etc), also attach logs of that program. |
0 commit comments