mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-05-05 04:55:21 -05:00
Some checks are pending
Build Desktop / Configure (push) Waiting to run
Build Desktop / ${{matrix.distro}} ${{matrix.version}} (Debian, DEB, 12) (push) Blocked by required conditions
Build Desktop / ${{matrix.distro}} ${{matrix.version}} (Debian, DEB, skip, 11) (push) Blocked by required conditions
Build Desktop / ${{matrix.distro}} ${{matrix.version}} (Fedora, RPM, 42) (push) Blocked by required conditions
Build Desktop / ${{matrix.distro}} ${{matrix.version}} (Fedora, RPM, skip, 41) (push) Blocked by required conditions
Build Desktop / ${{matrix.distro}} ${{matrix.version}} (Ubuntu, DEB, 24.04) (push) Blocked by required conditions
Build Desktop / ${{matrix.distro}} ${{matrix.version}} (Ubuntu, DEB, skip, 22.04) (push) Blocked by required conditions
Build Desktop / ${{matrix.distro}} ${{matrix.version}} (yes, Arch, skip) (push) Blocked by required conditions
Build Desktop / macOS ${{matrix.target}}${{ matrix.soc == 'Intel' && ' Intel' || '' }}${{ matrix.type == 'Debug' && ' Debug' || '' }} (3, 1, macos-14, Apple, 14, Release, 15.4) (push) Blocked by required conditions
Build Desktop / macOS ${{matrix.target}}${{ matrix.soc == 'Intel' && ' Intel' || '' }}${{ matrix.type == 'Debug' && ' Debug' || '' }} (3, 1, macos-15, Apple, 15, Release, 16.2) (push) Blocked by required conditions
Build Desktop / macOS ${{matrix.target}}${{ matrix.soc == 'Intel' && ' Intel' || '' }}${{ matrix.type == 'Debug' && ' Debug' || '' }} (3, macos-15, Apple, 15, Debug, 16.2) (push) Blocked by required conditions
Build Desktop / macOS ${{matrix.target}}${{ matrix.soc == 'Intel' && ' Intel' || '' }}${{ matrix.type == 'Debug' && ' Debug' || '' }} (4, 1, macos-13, Intel, 13, Release, 14.3.1) (push) Blocked by required conditions
Build Desktop / Windows ${{matrix.target}} (msvc2019_64, 5.15.*, 7) (push) Blocked by required conditions
Build Desktop / Windows ${{matrix.target}} (msvc2019_64, qtimageformats qtmultimedia qtwebsockets, 6.6.*, 10) (push) Blocked by required conditions
Build Docker Image / amd64 & arm64 (push) Waiting to run
45 lines
1.2 KiB
Markdown
45 lines
1.2 KiB
Markdown
---
|
|
name: "🐛 Bug Report"
|
|
about: Report an issue encountered while using Cockatrice
|
|
title: ''
|
|
type: 'Bug'
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
<!-- READ THIS BEFORE POSTING
|
|
In Cockatrice, go to "Help" → "View Debug Log" and copy all information displayed at the
|
|
top (above the separation line "----"), to below "System Information" section in this ticket!
|
|
If you can't start Cockatrice to access these details, make
|
|
sure to post your OS and the file name of the setup binary instead.
|
|
-->
|
|
|
|
**System Information:**
|
|
<!-- Read the hint above on where to find the important information to provide here! -->
|
|
|
|
|
|
<details><summary>Debug Log:</summary>
|
|
<!--
|
|
In Cockatrice, go to "Help" → "View Debug Log", click the "Copy to clickboard" button and paste the output here.
|
|
-->
|
|
|
|
|
|
</details>
|
|
|
|
_______________________________________________________________________________________
|
|
|
|
<!-- Explain your issue in detail here! Please attach screenshots if possible. -->
|
|
|
|
|
|
|
|
|
|
_______________________________________________________________________________________
|
|
|
|
<!-- Describe the sequence of actions needed to experience the bug. -->
|
|
|
|
**Steps to reproduce:**
|
|
- Do A
|
|
- Do B
|
|
- Do C ...
|