View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006561 | The Dark Mod | Coding | public | 31.07.2024 18:00 | 01.03.2026 13:50 |
| Reporter | Fiver | Assigned To | |||
| Priority | low | Severity | normal | Reproducibility | always |
| Status | new | Resolution | open | ||
| Platform | Linux | OS | Debian | OS Version | 11 Bullseye |
| Product Version | TDM 2.12 | ||||
| Summary | 0006561: A saved game created by a savegame tool object does not show a thumbnail when selected | ||||
| Description | If a game is saved using the savegame tool object, then there is no thumbnail (screenshot preview) when selecting that entry in the list of saved games. | ||||
| Steps To Reproduce | * Start the mission "The Bakery Job" * Follow instructions in 0006470 to spawn and pick up the savegame tool object * The savegame tool object will be selected and visible on the HUD after you pick it up * Use the he savegame tool object * The game is saved (expected) and the object "Save_0" is visible in the list of saves * If selecting the object "Save_0" in the list, the thumbnail (screenshot preview) for the saved game is completely black (unexpected). When other saved games are selected, then a thumbnail (screenshot preview) is displayed. | ||||
| Tags | No tags attached. | ||||
|
This still (2.13 beta 1) happens in fm Hazard Pay for example. |
|
|
This was done because savegame was called on frontend thread, and you cannot run GL commands (necessary for making a screenshot) anywhere except on the main thread. I fixed that, now screenshots are added for savegame files: https://bugs.thedarkmod.com/view.php?id=6470#c17219 |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 31.07.2024 18:00 | Fiver | New Issue | |
| 31.07.2024 18:00 | Fiver | Relationship added | related to 0006558 |
| 15.01.2025 17:33 | datiswous | Note Added: 0016954 | |
| 15.01.2025 17:34 | datiswous | Note Edited: 0016954 | |
| 01.03.2026 11:36 | stgatilov | Relationship added | related to 0003830 |
| 01.03.2026 13:50 | stgatilov | Note Added: 0017221 | |
| 01.03.2026 13:50 | stgatilov | Relationship added | related to 0006470 |