Thumbnail generation script causes games to crash, causing generation to fail
Open
bug
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 1.8k
- Avg merge
- 8d 12h
- Merged PRs (30d)
- 12
Description
The thumbnail generation script overrides some functions with no-ops when running games. For example, setTune, for games running within the script, is set to `() => {}`. This causes some thumbnails to fail to generate, as seen below, when the return values of these functions are accessed (in this case: `playTune().end()`
Relevant file: src/integrations/thumbnail.ts
Contributor guide
Assessment
This issue has not been assessed yet.