ErrLookup › kitao/pyxel
kitao/pyxel
A retro game engine for Python · Rust · 101 source files
Analyzed at 50f9bd7778 on 2026-09-03. 14 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| width or height must be specified, but not both | validation | error | python, widget, argument-validation |
| pyxel.flip is not supported on Pyxel Web | panic | critical | rust, wasm, emscripten, unsupported-api |
| canvas dimensions are too large | panic | error | rust, panic, overflow, canvas |
| image dimensions are too large | panic | error | rust, panic, image, canvas |
| tilemap dimensions are too large | panic | error | rust, panic, tilemap, canvas |
| Pyxel not initialized | panic | critical | rust, panic, initialization, singleton, thread-local |
| Failed to open file '{path}' | error_code | error | rust, io, file-not-found, tmx, path |
| Failed to read file '{path}' | error_code | error | rust, io, utf-8, encoding, tmx |
| Failed to parse file '{path}' | error_code | error | rust, xml, serialization, tmx, serde |
| Invalid tile size in file '{path}' | error_code | error | rust, validation, tmx, tilemap, tiled |
| No tileset found in file '{path}' | error_code | error | tmx, parser, missing-tileset, resource |
| No embedded tileset in file '{path}' | error_code | error | tmx, parser, tileset, missing-attribute |
| Unsupported encoding in file '{path}' | error_code | error | tmx, parser, encoding, unsupported-format |
| Layer dimensions are too large in file '{path}' | error_code | error | tmx, tilemap, dimensions, limit-exceeded |