ErrLookup › JosefNemec/Playnite
JosefNemec/Playnite
Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games. · C# · 747 source files
Analyzed at 5911f4e964 on 2026-08-13. 92 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Cannot add file to database, file not found. | exception | error | filesystem, database, api-validation, playnite |
| Not supported in Desktop mode. | exception | error | api-mode, desktop, fullscreen, playnite |
| Cannot open plugin settings in Fullscreen mode. | exception | error | api-mode, fullscreen, plugins, playnite |
| Not supported in Fullscreen mode. | exception | error | api-mode, fullscreen, view, playnite |
| Only one application instance is allowed. | exception | critical | application, singleton, startup, playnite |
| Theme/Extension is using unsupported API version. | exception | error | theme, versioning, api-compat, playnite |
| Another Playnite instance didn't shutdown in time. | exception | error | startup, single-instance, process, playnite |
| Failed to download update file. | exception | error | network, updater, download, playnite |
| Update file integrity check failed. | exception | error | updater, integrity, checksum, playnite |
| Failed to download update manifest. | exception | warning | network, updater, manifest, playnite |
| Backup output path not specified! | exception | error | backup, configuration, validation, playnite |
| Unsupported URL format. | exception | error | url, type-dispatch, commands, playnite |
| No URL was given. | exception | error | url, validation, commands, playnite |
| Failed to read {path} | exception | error | filesystem, io, retry, contention, playnite |
| Failed to write to {path} | exception | error | filesystem, io, file-locking, retry, playnite |
| Failed to delete {path} | exception | warning | filesystem, io, file-locking, retry, playnite |
| Source directory does not exist or could not be found: {sour | exception | error | filesystem, directory, validation, playnite |
| The icon is corrupt. Couldn't read the header. | exception | warning | media, icon, validation, playnite |
| Non empty process name must be specified. | validation | error | process, validation, game-tracking, playnite |
| Cannot start process, executable path is specified. | validation | error | process, validation, playnite |
| Only exe, bat and lnk files are supported. | exception | warning | programs, validation, file-type, playnite |
| Root directory is not set or does not exist. | validation | error | filesystem, enumeration, validation, playnite |
| Cannot convert {value} to AspectRatio. | exception | warning | ui, type-converter, validation, playnite |
| Failed to download string from all mirrors. | exception | error | network, http, download, retry, playnite |
| Failed to download file from all mirrors. | exception | error | network, http, download, retry, async, playnite |
| Emulator not found. | exception | error | emulator, database, validation, game-controller, playnite |
| Uknown play action configuration. | exception | error | emulator, validation, type-check, game-controller, playnite |
| Can't find built-in {builtIn.BuiltInProfileName} emulator pr | exception | error | emulator, built-in-profile, validation, game-controller, playnite |
| Emulator startup script not found. | exception | error | emulator, startup-script, filesystem, add-on, game-controller, playnite |
| Emulator executable not found. Regular expression lookup: { | exception | error | emulator, file-not-found, regex, executable-path, play-action |
| Emulator executable not found. {path} in {workDir} | exception | error | emulator, win32, process-start, file-not-found, executable-path |
| Cannot start game without play action. | exception | error | play-action, argument-null, game-start, validation |
| Cannot start emulator using this configuration. | exception | error | emulator, play-action, api-misuse, game-start, action-type |
| Game script is not defined. | exception | error | script-action, argument-null, play-action, validation, game-start |
| Game is already being tracked. | exception | error | tracking, concurrency, lifecycle, cancellation-token, game-controller |
| BSON type not supported | exception | critical | bson, litedb, database-migration, not-supported, corruption |
| {property.GetType()} property type is not supported in this | exception | error | metadata, item-collection, not-supported, metadata-property, database |
| Current data file requires password | exception | critical | litedb, encryption, database-migration, password, v7-format |
| Database path cannot be empty. | exception | critical | database, configuration, initialization, validation, game-database |
| Can't write to "{DatabasePath}" folder. | exception | critical | database, permissions, filesystem, configuration, write-access |
| Database version {Settings.Version} is not supported. | exception | critical | database, version-mismatch, downgrade, schema, game-database |
| Database must be migrated before opening. | exception | critical | database, migration, version-upgrade, schema, game-database |
| EAC launcher settings not found: {settingsPath} | exception | error | easy-anticheat, file-not-found, game-launcher, configuration, anti-cheat |
| {directory} not found. | exception | error | emulator, directory-not-found, executable-path, validation, filesystem |
| Emulator not found. | exception | error | emulator, scanner, rom-import, stale-reference, database |
| No emulator profile specified. | exception | error | emulator, scanner, rom-import, validation, emulator-profile |
| Assigned custom emulator profile not found. | exception | error | emulator, scanner, rom-import, stale-reference, emulator-profile, custom-profile |
| Assigned built-in emulator profile not found. | exception | error | emulator, scanner, rom-import, stale-reference, emulator-profile, builtin-profile |
| Assigned built-in emulator profile definition not found. | exception | error | emulator, scanner, configuration, null-check |
| Emulator profile format not supported. | exception | error | emulator, scanner, validation, exhaustiveness |
| Uknown file exclusion configuration. | exception | warning | emulator, scanner, dead-code, exclusion |
| Emulator {emulator.BuiltInConfigId} and profile {profile.Bui | exception | error | emulator, scanner, configuration, null-check |
| No profile provided. | exception | error | emulator, scanner, null-argument, validation |
| Can't scan emulation directory, {directory} doesn't exist. | exception | error | emulator, scanner, filesystem, precondition |
| Cannot create game from executable, {path} not found. | exception | error | filesystem, game-import, precondition, null-check |
| URL file doesn't have shortcut definition section. | exception | error | filesystem, game-import, parsing, validation |
| Uknown play action type. | exception | error | game-controller, play-action, exhaustiveness, extension |
| Emulator not found. | exception | error | game-controller, emulator, database, dangling-reference |
| Specified emulator config does't exists. | exception | error | game-controller, emulator, dangling-reference, validation |
| Cannot execute script, no runtime given. | exception | error | scripting, powershell, null-argument, validation |
| PowerShell 3.0 or newer is not installed. | exception | error | scripting, powershell, environment, dependency |
| No addon manifest installer url. | exception | error | addon, manifest, validation, network |
| Uknown installer manifest url format {InstallerManifestUrl}. | exception | warning | addon, manifest, network, filesystem, fallback |
| Extension version string must be a real version! | exception | error | addon, manifest, validation, versioning |
| playnite:// uri missing parameters. | exception | error | uri, parsing, validation, handler |
| Extenstion/theme manifest not found. | exception | error | addon, installer, manifest, packaging |
| Package content invalid. | exception | error | addon, installer, packaging, validation |
| LOC.GeneralExtensionPackageError | exception | error | addon, installer, manifest, validation, packaging |
| LOC.GeneralThemePackageError | exception | error | theme, manifest, yaml, packaging, validation, playnite |
| Cannot load script file, uknown format. | exception | error | scripting, powershell, extension, validation, playnite |
| PowerShell 5.1 is not installed. | exception | error | scripting, powershell, environment, windows, playnite |
| Interactive session is already running | exception | error | scripting, powershell, debugging, state, playnite |
| e.Message | exception | error | scripting, powershell, runtime, playnite |
| result.Error | exception | error | network, services, http, client, playnite |
| result.Error | exception | error | network, services, http, upload, diagnostics, playnite |
| LOC.ErrorPowerShellNotInstalled | exception | error | scripting, powershell, environment, application, playnite |
| Not supported in Fullscreen mode. | exception | warning | ui, fullscreen, application-mode, view-model, playnite |
| Uknown ReleaseDate string format. | exception | error | sdk, datetime, serialization, validation, playnite |
| Extension already exists: {outDir} | exception | error | toolbox, scaffolding, filesystem, cli, playnite |
| Manifest file ({PlaynitePaths.ExtensionManifestFileName}) no | exception | error | extensions, packaging, manifest, toolbox, filesystem, precondition |
| Cannot package extension, ID is missing! | exception | error | extensions, packaging, manifest, toolbox, validation, yaml |
| Uknown extension type {options.Type}. | exception | error | toolbox, cli, enum, argument-parsing, precondition |
| Theme changelog not found. | exception | error | themes, toolbox, filesystem, changelog, precondition |
| Source directory does not exist or could not be found: {sour | exception | error | themes, toolbox, filesystem, precondition |
| Manifest file ({PlaynitePaths.ThemeManifestFileName}) not fo | exception | error | themes, packaging, manifest, toolbox, filesystem, precondition |
| Cannot package theme, ID is missing! | exception | error | themes, packaging, manifest, toolbox, validation, yaml |
| Cannot package theme. Unsupported API version detected: {the | exception | error | themes, packaging, versioning, compatibility, toolbox |
| Cannot update theme that was not generated via Toolbox utili | exception | error | themes, toolbox, update, precondition, filesystem |
| Theme directory "{outDir}" already exists. | exception | error | themes, toolbox, scaffold, filesystem, precondition |
| Can't assign object to uknown dat property. | exception | error | dat, parsing, import, type-mismatch |
| Failed to download installer manifest. | exception | critical | installer, network, download, manifest, retry-exhausted |
| Failed to download installer file. | exception | critical | installer, network, download, filesystem, retry-exhausted |